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
@@ -36,6 +36,7 @@ SRCS = main.c \
$(BACNET_OBJECT)/ao.c \
$(BACNET_OBJECT)/bi.c \
$(BACNET_OBJECT)/bo.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/bacfile.c \
$(BACNET_ROOT)/filename.c \
$(BACNET_ROOT)/rp.c \
+1
View File
@@ -48,6 +48,7 @@ SRCS = main.c \
..\..\demo\object\ao.c \
..\..\demo\object\bi.c \
..\..\demo\object\bo.c \
..\..\demo\object\lsp.c \
..\..\datalink.c \
..\..\tsm.c \
..\..\address.c \