Fixed Send_TimeSyncUTC().

Fixes bug https://sourceforge.net/p/bacnet/bugs/28/
Added functions in s_ts.c that reference Device object Local_Time, UTC_Offset, and Daylight_Savings_Time properties.
Implements feature request https://sourceforge.net/p/bacnet/bugs/27/
This commit is contained in:
skarg
2014-01-19 19:55:20 +00:00
parent 717aaa9dfa
commit f7724eea6a
5 changed files with 134 additions and 7 deletions
+2
View File
@@ -235,6 +235,8 @@ extern "C" {
void Device_getCurrentDateTime(
BACNET_DATE_TIME * DateTime);
int32_t Device_UTC_Offset(void);
bool Device_Daylight_Savings_Status(void);
void Device_Property_Lists(
const int **pRequired,