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:
+5
-1
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user