Feature/bip6 debug enable (#209)
* Added BACNET_BIP6_DEBUG environment variable to enhance BACnet/IPv6 debugging * Added BACNET_BIP6_DEBUG environment variable to enhance BACnet/IPv6 debugging Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -84,6 +84,10 @@ extern "C" {
|
||||
void bvlc6_maintenance_timer(
|
||||
uint16_t seconds);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
void bvlc6_debug_enable(
|
||||
void);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
void bvlc6_cleanup(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user