Added missing enumeration text for BACnetNodeType, BACnetSilencedState, BACnetLoggingType (#1067)

This commit is contained in:
Steve Karg
2025-08-09 07:04:17 -05:00
committed by GitHub
parent 3f8b8b5619
commit 64d3f2c875
3 changed files with 71 additions and 0 deletions
+4
View File
@@ -126,6 +126,8 @@ BACNET_STACK_EXPORT
const char *bactext_life_safety_operation_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_life_safety_state_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_silenced_state_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_device_communications_name(unsigned index);
@@ -184,6 +186,8 @@ BACNET_STACK_EXPORT
const char *bactext_success_filter_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_result_flags_name(unsigned index);
BACNET_STACK_EXPORT
const char *bactext_logging_type_name(unsigned index);
#ifdef __cplusplus
}