Feature/confirmed event notification app (#153)
* Initial ConfirmedEventNotification app * Fixed event argument processing * Adjust event argument processing. Move the common event arguments Enable text lookup for some event arguments. * Fix CMAKE for event app. Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -119,9 +119,22 @@ extern "C" {
|
||||
const char *bactext_day_of_week_name(
|
||||
unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_notify_type_name(unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_notify_type_index(
|
||||
const char *search_name, unsigned *found_index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_event_state_name(
|
||||
unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_event_state_index(
|
||||
const char *search_name, unsigned *found_index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_event_type_name(unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
bool bactext_event_type_index(
|
||||
const char *search_name, unsigned *found_index);
|
||||
BACNET_STACK_EXPORT
|
||||
const char *bactext_binary_present_value_name(
|
||||
unsigned index);
|
||||
BACNET_STACK_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user