integrated the load control object into the demos.

This commit is contained in:
skarg
2007-01-26 12:47:46 +00:00
parent fc3074b8fa
commit c27c5002d5
26 changed files with 105 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ SRCS = main.c \
$(BACNET_OBJECT)/bi.c \
$(BACNET_OBJECT)/bo.c \
$(BACNET_OBJECT)/bv.c \
$(BACNET_OBJECT)/lc.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/mso.c \
$(BACNET_OBJECT)/bacfile.c \
+1
View File
@@ -130,6 +130,7 @@ Multi-state Output
Life Safety Point
-- Life Safety Zone Createable Deleteable
-- Trend Log Createable Deleteable
Load Control
}
Data Link Layer Option:
+1
View File
@@ -59,6 +59,7 @@ SRCS = main.c \
..\..\demo\object\bi.c \
..\..\demo\object\bo.c \
..\..\demo\object\bv.c \
..\..\demo\object\lc.c \
..\..\demo\object\lsp.c \
..\..\demo\object\mso.c \
..\..\datalink.c \