Modified ReadRange demo to be similar to ReadProperty demo. Still needs the print of the data to work correctly, but it mostly works.

This commit is contained in:
skarg
2014-10-29 21:26:35 +00:00
parent 3ad8eaba9c
commit cab93e9db4
5 changed files with 291 additions and 519 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ LFLAGS := -Wl,$(BACNET_LIB),$(SYSTEM_LIB)
.EXPORT_ALL_VARIABLES:
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois ucov scov timesync epics readpropm \
whohas whois ucov scov timesync epics readpropm readrange \
uptransfer
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
@@ -63,7 +63,7 @@ ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
endif
ifeq (${BACNET_PORT},linux)
ifneq (${OSTYPE},cygwin)
ifneq (${OSTYPE},cygwin)
SUBDIRS += mstpcap mstpcrc
#SUBDIRS += router
endif