Feature/alarm ack application (#164)
* Added alarm-ack application * fix error and simple ack handling for event notification * Added ack-alarm application * Update CMake for ack-alarm * update example objects for alarm and events * Allow repeated ack-alarm for same transition * add event state API. Fix COV event state. * add event state API to AV. Fix COV event state. * Use event time for ack notification * Enable notifications for all transitions by default. For testing. * Use unconfirmed device notification to 4194303 for testing. * initialize local vars Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -621,6 +621,9 @@ if(BACNET_STACK_BUILD_APPS)
|
||||
add_executable(abort apps/abort/main.c)
|
||||
target_link_libraries(abort PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(ack-alarm apps/ack-alarm/main.c)
|
||||
target_link_libraries(ack-alarm PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(dcc apps/dcc/main.c)
|
||||
target_link_libraries(dcc PRIVATE ${PROJECT_NAME})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user