Added some enum extensions for the lighting output and life safety object. Thank you, Wolfgang!

This commit is contained in:
skarg
2014-07-30 16:34:21 +00:00
parent db224e7f0b
commit 8cdd480cc5
3 changed files with 140 additions and 1 deletions
+14
View File
@@ -47,6 +47,9 @@ extern "C" {
unsigned index);
const char *bactext_application_tag_name(
unsigned index);
bool bactext_application_tag_index(
const char *search_name,
unsigned *found_index);
const char *bactext_object_type_name(
unsigned index);
bool bactext_object_type_index(
@@ -100,6 +103,9 @@ extern "C" {
unsigned index);
const char *bactext_segmentation_name(
unsigned index);
bool bactext_segmentation_index(
const char *search_name,
unsigned *found_index);
const char *bactext_node_type_name(
unsigned index);
const char *bactext_character_string_encoding_name(
@@ -119,9 +125,17 @@ extern "C" {
const char *bactext_network_layer_msg_name(
unsigned index);
const char *bactext_life_safety_state_name(
unsigned index);
const char *bactext_lighting_operation_name(
unsigned index);
const char *bactext_lighting_in_progress(
unsigned index);
const char *bactext_lighting_transition(
unsigned index);
#ifdef __cplusplus
}
#endif /* __cplusplus */