From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html | 150 ----------------------- 1 file changed, 150 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html b/ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html deleted file mode 100644 index 41dbcd4..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___m_g_r.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -UNICENS: Manager - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
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.

-
-
- - - - - - -- cgit 1.2.3-korg