Logo
UNICENS V2.1.0-3491
User Manual and API Reference

The Manager is responsible to force the network to available and handle NodeDiscovery and RoutingManagement by a default logic. More...

Data Structures

struct  Ucs_Mgr_InitData_t
 The initialization data of the Manager. More...
 

Callback Functions

typedef void(* Ucs_MgrReportCb_t )(Ucs_MgrReport_t code, uint16_t node_address, Ucs_Rm_Node_t *node_ptr, void *user_ptr)
 Optional callback function that reports events on ignored, welcomed and lost nodes.
 

Enumerations

enum  Ucs_MgrReport_t {
  UCS_MGR_REP_IGNORED_UNKNOWN = 0,
  UCS_MGR_REP_IGNORED_DUPLICATE = 1,
  UCS_MGR_REP_AVAILABLE = 2,
  UCS_MGR_REP_NOT_AVAILABLE = 3
}
 Manager report codes. More...
 

Detailed Description

The Manager is responsible to force the network to available and handle NodeDiscovery and RoutingManagement by a default logic.