Added skeleton Trend Log object. Currently allows properties to be read and written but has little of the required logic for trending implemented yet.
This commit is contained in:
@@ -1125,9 +1125,15 @@ typedef enum {
|
||||
typedef enum {
|
||||
LOG_STATUS_LOG_DISABLED = 0,
|
||||
LOG_STATUS_BUFFER_PURGED = 1,
|
||||
LOG_STATUS_LOG_INTERRUPTED = 2,
|
||||
LOG_STATUS_LOG_INTERRUPTED = 2
|
||||
} BACNET_LOG_STATUS;
|
||||
|
||||
typedef enum {
|
||||
LOGGING_TYPE_POLLED = 0,
|
||||
LOGGING_TYPE_COV = 1,
|
||||
LOGGING_TYPE_TRIGGERED = 2
|
||||
} BACNET_LOGGING_TYPE;
|
||||
|
||||
typedef enum {
|
||||
ACKNOWLEDGMENT_FILTER_ALL = 0,
|
||||
ACKNOWLEDGMENT_FILTER_ACKED = 1,
|
||||
|
||||
Reference in New Issue
Block a user