Added WritePropertyMultiple demo application.

This commit is contained in:
skarg
2017-11-01 21:33:48 +00:00
parent 9186440c56
commit 04c94698e5
6 changed files with 591 additions and 20 deletions
+3 -1
View File
@@ -57,7 +57,7 @@ LFLAGS := -Wl,$(BACNET_LIB),$(SYSTEM_LIB)
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois iam ucov scov timesync epics readpropm readrange \
uptransfer getevent uevent abort error
writepropm uptransfer getevent uevent abort error
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter readbdt
@@ -112,3 +112,5 @@ router:
router-ipv6:
$(MAKE) -b -C router-ipv6
writepropm:
$(MAKE) -b -C writepropm