Nikola Jelić implemented the Access Objects for BACnet (Access Door, Access Point, Access Credential, Access Rights, Access User, Access Zone, and Credential Data Input).

This commit is contained in:
skarg
2016-07-17 19:23:19 +00:00
parent a97bc78ade
commit 1302c1be7b
36 changed files with 5850 additions and 4 deletions
+5
View File
@@ -75,6 +75,11 @@ CORE_SRC = \
$(BACNET_CORE)/timestamp.c \
$(BACNET_CORE)/lighting.c \
$(BACNET_CORE)/bacsec.c \
$(BACNET_CORE)/access_rule.c \
$(BACNET_CORE)/assigned_access_rights.c \
$(BACNET_CORE)/authentication_factor_format.c \
$(BACNET_CORE)/authentication_factor.c \
$(BACNET_CORE)/credential_authentication_factor.c \
$(BACNET_CORE)/version.c
HANDLER_SRC = \