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
@@ -179,6 +179,8 @@ extern "C" {
void Send_TimeSyncUTC(
BACNET_DATE * bdate,
BACNET_TIME * btime);
void Send_TimeSyncUTC_Device(void);
void Send_TimeSync_Device(void);
uint8_t Send_Atomic_Read_File_Stream(
uint32_t device_id,