OpenWSN Firmware
idmanager.h File Reference
#include "openwsn.h"

Go to the source code of this file.

Data Structures

struct  debugIDManagerEntry_t
 
struct  idmanager_vars_t
 

Macros

#define ACTION_YES   'Y'
 
#define ACTION_NO   'N'
 
#define ACTION_TOGGLE   'T'
 

Functions

void idmanager_init (void)
 
bool idmanager_getIsDAGroot (void)
 
void idmanager_setIsDAGroot (bool newRole)
 
bool idmanager_getIsBridge (void)
 
void idmanager_setIsBridge (bool newRole)
 
open_addr_tidmanager_getMyID (uint8_t type)
 
owerror_t idmanager_setMyID (open_addr_t *newID)
 
bool idmanager_isMyAddress (open_addr_t *addr)
 
void idmanager_triggerAboutRoot (void)
 
void idmanager_triggerAboutBridge (void)
 
bool debugPrint_id (void)
 Trigger this module to print status information, over serial. More...