Merged revision(s) 3160 from branches/releases/bacnet-stack-0-8-0:
Added BACDL_NONE for testing without a physical datalink. ........
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
see datalink.h for possible defines. */
|
||||
#if !(defined(BACDL_ETHERNET) || defined(BACDL_ARCNET) || \
|
||||
defined(BACDL_MSTP) || defined(BACDL_BIP) || defined(BACDL_BIP6) || \
|
||||
defined(BACDL_TEST) || defined(BACDL_ALL))
|
||||
defined(BACDL_TEST) || defined(BACDL_ALL) || defined(BACDL_NONE))
|
||||
#define BACDL_BIP
|
||||
#endif
|
||||
|
||||
|
||||
@@ -89,8 +89,7 @@ extern void routed_get_my_address(
|
||||
#define datalink_get_broadcast_address bip6_get_broadcast_address
|
||||
#define datalink_get_my_address bip6_get_my_address
|
||||
|
||||
|
||||
#else /* Ie, BACDL_ALL */
|
||||
#elif defined(BACDL_ALL) || defined(BACDL_NONE)
|
||||
#include "npdu.h"
|
||||
|
||||
#define MAX_HEADER (8)
|
||||
|
||||
Reference in New Issue
Block a user