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:
@@ -46,6 +46,9 @@ extern "C" {
|
||||
BACNET_STACK_EXPORT
|
||||
uint8_t Send_CEvent_Notify(uint32_t device_id,
|
||||
BACNET_EVENT_NOTIFICATION_DATA* data);
|
||||
BACNET_STACK_EXPORT
|
||||
uint8_t Send_CEvent_Notify_Address(uint8_t *pdu, uint16_t pdu_size,
|
||||
BACNET_EVENT_NOTIFICATION_DATA *data, BACNET_ADDRESS *dest);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user