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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user