Created a demo Multi-state Output object, and added it to the demo applications.

This commit is contained in:
skarg
2006-08-05 19:36:55 +00:00
parent 73df2e1abb
commit 4d19c82f59
32 changed files with 630 additions and 14 deletions
+1
View File
@@ -42,6 +42,7 @@ SRCS = server.c \
$(BACNET_OBJECT)/bo.c \
$(BACNET_OBJECT)/bv.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/mso.c \
$(BACNET_OBJECT)/bacfile.c \
$(BACNET_ROOT)/datalink.c \
$(BACNET_ROOT)/filename.c \
+1
View File
@@ -59,6 +59,7 @@ SRCS = server.c \
..\..\demo\object\bo.c \
..\..\demo\object\bv.c \
..\..\demo\object\lsp.c \
..\..\demo\object\mso.c \
..\..\datalink.c \
..\..\abort.c \
..\..\reject.c \