Added some missing services to APDU. Fix maxes. Refactor Simple Ack.

This commit is contained in:
Steve Karg
2022-11-06 10:34:44 -06:00
parent 64d1461549
commit a3fd5b9fc3
3 changed files with 135 additions and 161 deletions
+2 -1
View File
@@ -1478,7 +1478,7 @@ typedef enum BACnet_Confirmed_Service_Choice {
/* Services added after 2016 */
/* confirmed-audit-notification [32] see Alarm and Event Services */
/* audit-log-query [33] see Object Access Services */
MAX_BACNET_CONFIRMED_SERVICE = 30
MAX_BACNET_CONFIRMED_SERVICE = 34
} BACNET_CONFIRMED_SERVICE;
/* BACnetUnconfirmedServiceChoice ::= ENUMERATED */
@@ -1515,6 +1515,7 @@ typedef enum BACnet_Services_Supported {
/* Alarm and Event Services */
SERVICE_SUPPORTED_ACKNOWLEDGE_ALARM = 0,
SERVICE_SUPPORTED_CONFIRMED_COV_NOTIFICATION = 1,
SERVICE_SUPPORTED_CONFIRMED_COV_NOTIFICATION_MULTIPLE = 42,
SERVICE_SUPPORTED_CONFIRMED_EVENT_NOTIFICATION = 2,
SERVICE_SUPPORTED_GET_ALARM_SUMMARY = 3,
SERVICE_SUPPORTED_GET_ENROLLMENT_SUMMARY = 4,