OpenWSN IDManager.
More...
OpenWSN IDManager.
- Author
- Thomas Watteyne watte.nosp@m.yne@.nosp@m.eecs..nosp@m.berk.nosp@m.eley..nosp@m.edu, August 2010
| #define ACTION_TOGGLE 'T' |
| bool debugPrint_id |
( |
void |
| ) |
|
Trigger this module to print status information, over serial.
debugPrint_* functions are used by the openserial module to continuously print status information about several modules in the OpenWSN stack.
- Returns
- TRUE if this function printed something, FALSE otherwise.
| bool idmanager_getIsBridge |
( |
void |
| ) |
|
| bool idmanager_getIsDAGroot |
( |
void |
| ) |
|
| void idmanager_init |
( |
void |
| ) |
|
| void idmanager_setIsBridge |
( |
bool |
newRole | ) |
|
| void idmanager_setIsDAGroot |
( |
bool |
newRole | ) |
|
| void idmanager_triggerAboutBridge |
( |
void |
| ) |
|
| void idmanager_triggerAboutRoot |
( |
void |
| ) |
|