Acked_Transitions for Analog-Input and Analog-Value objects.

This commit is contained in:
k001a
2011-07-19 20:40:25 +00:00
parent e5496d3d11
commit acbfe10349
6 changed files with 115 additions and 42 deletions
+9 -1
View File
@@ -78,7 +78,15 @@ typedef struct Notification_Class_info {
uint8_t Priority[3]; /* BACnetARRAY[3] of Unsigned */
uint8_t Ack_Required; /* BACnetEventTransitionBits */
BACNET_DESTINATION Recipient_List[NC_MAX_RECIPIENTS]; /* List of BACnetDestination */
} NOTIFICATION_CLASS_INFO;
} NOTIFICATION_CLASS_INFO;
/* Indicates whether the transaction has been confirmed */
typedef struct Acked_info {
bool bIsAcked; /* true when transitions is acked */
BACNET_DATE_TIME Time_Stamp;/* time stamp of when a alarm was generated */
} ACKED_INFO;
void Notification_Class_Property_Lists(