changed the modules to use the new BACNet string types.

Modified the device object to handle having the string properties changed via WriteProperty service.
Updated the unit tests.
Updated the demo objects.
This commit is contained in:
skarg
2005-12-23 17:39:36 +00:00
parent 89859a867c
commit 1cc71f8d14
35 changed files with 580 additions and 389 deletions
+1
View File
@@ -6,6 +6,7 @@ CFLAGS = -Wall -I. -Itest -g -DTEST -DTEST_DECODE
TARGET = bacdcode
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
test/ctest.c