Updates for protocol-revision 20 through 24 (#258)
Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
+15
-4
@@ -108,10 +108,21 @@
|
||||
/* from 135-2016 version of the BACnet Standard */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 60
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 44
|
||||
#elif (BACNET_PROTOCOL_REVISION == 20)
|
||||
/* Addendum 135-2016bd */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 61
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 44
|
||||
#elif (BACNET_PROTOCOL_REVISION == 20) || (BACNET_PROTOCOL_REVISION == 21)
|
||||
/* Addendum 135-2016bd, 135-2016be, 135-2016bi */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 63
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 47
|
||||
#elif (BACNET_PROTOCOL_REVISION == 22)
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 63
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 47
|
||||
#elif (BACNET_PROTOCOL_REVISION == 23)
|
||||
/* Addendum 135-2020cd */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 63
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 47
|
||||
#elif (BACNET_PROTOCOL_REVISION == 24)
|
||||
/* Addendum 135-2020ca, 135-2020cc, 135-2020bv */
|
||||
#define MAX_ASHRAE_OBJECT_TYPE 65
|
||||
#define MAX_BACNET_SERVICES_SUPPORTED 47
|
||||
#else
|
||||
#error MAX_ASHRAE_OBJECT_TYPE and MAX_BACNET_SERVICES_SUPPORTED not defined!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user