Added address initialization to the simulated server demo to be able to load the device-address-binding property with some static addresses.

This commit is contained in:
skarg
2013-01-18 03:10:21 +00:00
parent 5826b48c2a
commit 486e81dfea
+3
View File
@@ -165,6 +165,9 @@ int main(
printf("BACnet Server Demo\n" "BACnet Stack Version %s\n"
"BACnet Device ID: %u\n" "Max APDU: %d\n", BACnet_Version,
Device_Object_Instance_Number(), MAX_APDU);
/* load any static address bindings to show up
in our device bindings list */
address_init();
Init_Service_Handlers();
dlenv_init();
atexit(datalink_cleanup);