Created demo Life Safety Point object. Integrated it with the demos.

This commit is contained in:
skarg
2006-03-23 19:47:38 +00:00
parent b429f94695
commit 0ab54268fa
28 changed files with 555 additions and 4 deletions
+1
View File
@@ -46,6 +46,7 @@ SRCS = writefile.c \
$(BACNET_OBJECT)/ao.c \
$(BACNET_OBJECT)/bi.c \
$(BACNET_OBJECT)/bo.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/bacfile.c \
$(BACNET_ROOT)/arf.c \
$(BACNET_ROOT)/awf.c \
+1
View File
@@ -44,6 +44,7 @@ SRCS = writefile.c \
..\..\demo\object\ao.c \
..\..\demo\object\bi.c \
..\..\demo\object\bo.c \
..\..\demo\object\lsp.c \
..\..\datalink.c \
..\..\tsm.c \
..\..\address.c \