Implemented Time_Delay and Event_Time_Stamp for analog-value object.

This commit is contained in:
k001a
2011-07-06 20:55:45 +00:00
parent 75bfee00d4
commit ea05c15ce2
3 changed files with 91 additions and 16 deletions
+3
View File
@@ -56,6 +56,9 @@ extern "C" {
uint8_t Event_Enable : 3;
uint8_t Acked_Transitions : 3;
uint8_t Notify_Type : 1;
BACNET_DATE_TIME Event_Time_Stamps[MAX_BACNET_EVENT_TRANSITION];
/* time to generate event notification */
uint32_t Remaining_Time_Delay;
#endif
} ANALOG_VALUE_DESCR;