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:
Steve Karg
2021-02-10 10:58:47 -06:00
committed by GitHub
parent 80114088f9
commit 117db88ce6
9 changed files with 825 additions and 23 deletions
+5 -1
View File
@@ -185,7 +185,7 @@ BACNET_BASIC_SRC ?= \
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois iam ucov scov timesync epics readpropm readrange \
writepropm uptransfer getevent uevent abort error
writepropm uptransfer getevent uevent abort error event
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter readbdt readfdt
@@ -241,6 +241,10 @@ epics:
error:
$(MAKE) -b -C $@
.PHONY: event
event:
$(MAKE) -b -C $@
.PHONY: getevent
getevent:
$(MAKE) -b -C $@