Updates to the Trend Log object:

1. Added more of the required logic to the Trend Log write property handler.
2. Fixed some mistakes in the read property handler
3. TrendLog_Init now sets up data to allow for testing.
4. Enabled write property handling in main.c
This commit is contained in:
petermcs
2009-11-25 10:23:23 +00:00
parent 916067ec59
commit 35ec69c307
3 changed files with 230 additions and 35 deletions
+11
View File
@@ -68,6 +68,17 @@ extern "C" {
void Trend_Log_Init(
void);
void TL_Insert_Status_Rec(
int iLog,
BACNET_LOG_STATUS eStatus,
bool bState);
bool TL_Is_Enabled(
int iLog);
time_t TL_BAC_Time_To_Local(
BACNET_DATE_TIME *SourceTime);
#ifdef __cplusplus
}
#endif /* __cplusplus */