added property list library to return all required and optional properties of an object. Not finished with all object properties yet, but functional in the EPICs demo. Updated property enumerations and text names based on 135-2010 standard.

This commit is contained in:
skarg
2012-04-15 21:00:43 +00:00
parent c5015b334d
commit f6c6a9cb8b
7 changed files with 763 additions and 52 deletions
+1
View File
@@ -27,6 +27,7 @@ CORE_SRC = \
$(BACNET_CORE)/indtext.c \
$(BACNET_CORE)/key.c \
$(BACNET_CORE)/keylist.c \
$(BACNET_CORE)/proplist.c \
$(BACNET_CORE)/debug.c \
$(BACNET_CORE)/bigend.c \
$(BACNET_CORE)/arf.c \
+1
View File
@@ -38,6 +38,7 @@ INCLUDES = \
CORE1_SRC = $(BACNET_CORE)\indtext.c \
$(BACNET_CORE)\key.c \
$(BACNET_CORE)\keylist.c \
$(BACNET_CORE)\proplist.c \
$(BACNET_CORE)\debug.c \
$(BACNET_CORE)\bigend.c \
$(BACNET_CORE)\filename.c \