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 --- .../group___g___u_c_s___s_c_r_i_p_t_i_n_g.html | 156 --------------------- 1 file changed, 156 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___s_c_r_i_p_t_i_n_g.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___s_c_r_i_p_t_i_n_g.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___s_c_r_i_p_t_i_n_g.html b/ucs2-lib/doc/html/group___g___u_c_s___s_c_r_i_p_t_i_n_g.html deleted file mode 100644 index 629aaeb..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___s_c_r_i_p_t_i_n_g.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - -UNICENS: Node Scripting - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Node Scripting
-
-
- -

Provides service function to allow execution of custom scripts in remote Nodes. -More...

- - - - - - - - -

-Data Structures

struct  Ucs_Ns_ConfigMsg_t
 Structure of a ConfigMsg used in Node-Script. More...
 
struct  Ucs_Ns_Script_t
 Structure of a node-script used to configure a remote node. More...
 
- - - - -

-Callback Functions

typedef void(* Ucs_Ns_ResultCb_t )(Ucs_Rm_Node_t *node_ptr, Ucs_Ns_ResultCode_t result, void *ucs_user_ptr)
 Function signature used for the results of the Scripting Manager.
 
- - - - -

-Enumerations

enum  Ucs_Ns_ResultCode_t {
-  UCS_NS_RES_SUCCESS = 0x00U, -
-  UCS_NS_RES_ERROR = 0x01U -
- }
 Result codes of the Node Script Management. More...
 
- - - - -

-Functions

Ucs_Return_t Ucs_Ns_Run (Ucs_Inst_t *self, Ucs_Rm_Node_t *node_ptr, Ucs_Ns_ResultCb_t result_fptr)
 Runs the script(s) contained in the given node.
 
-

Detailed Description

-

Provides service function to allow execution of custom scripts in remote Nodes.

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