Prototypes for BBMD getters and setters, and revised registration functions to return something approximating a goodness value. (Still too happy for invalid BBMDs, but it's a start.)

This commit is contained in:
tbrennan3
2011-08-22 19:42:07 +00:00
parent e7365ecaa5
commit 5aaf89c64d
3 changed files with 11 additions and 3 deletions
+2
View File
@@ -82,6 +82,8 @@
#define datalink_cleanup bip_cleanup
#define datalink_get_broadcast_address bip_get_broadcast_address
#ifdef BAC_ROUTING
extern void routed_get_my_address(
BACNET_ADDRESS * my_address);
#define datalink_get_my_address routed_get_my_address
#else
#define datalink_get_my_address bip_get_my_address