Added new enumerations, text, BACnetARRAY and BACnetList from protocol-revision 30 (#1114)

This commit is contained in:
Steve Karg
2025-09-28 21:36:38 -05:00
committed by GitHub
parent b74af37720
commit f5bc0620e7
6 changed files with 184 additions and 60 deletions
+2
View File
@@ -36,6 +36,8 @@ bool bactext_application_tag_index(
BACNET_STACK_EXPORT
const char *bactext_object_type_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_object_type_name_capitalized(unsigned index);
BACNET_STACK_EXPORT
bool bactext_object_type_index(const char *search_name, unsigned *found_index);
BACNET_STACK_EXPORT
bool bactext_object_type_strtol(const char *search_name, unsigned *found_index);