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

The initialization data of the Manager. More...

Data Fields

bool enabled
 If set to false the application must handle network startup, node discovery and rooting by hand.
 
uint16_t packet_bw
 The desired packet bandwidth.
 
Ucs_Rm_Route_troutes_list_ptr
 Reference to a list of routes.
 
uint16_t routes_list_size
 Number of routes in the list.
 
Ucs_Rm_Node_tnodes_list_ptr
 Reference to the list of nodes.
 
uint16_t nodes_list_size
 Number of nodes in the list.
 
Ucs_MgrReportCb_t report_fptr
 Optional callback function notifying node events.
 

Detailed Description

The initialization data of the Manager.