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___c_m_d___t_y_p_e_s.html | 161 --------------------- 1 file changed, 161 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___c_m_d___t_y_p_e_s.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___c_m_d___t_y_p_e_s.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___c_m_d___t_y_p_e_s.html b/ucs2-lib/doc/html/group___g___u_c_s___c_m_d___t_y_p_e_s.html deleted file mode 100644 index 57ef109..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___c_m_d___t_y_p_e_s.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - -UNICENS: Referred Types - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

Referred types used by the Command Interpreter. -More...

- - - - - -

-Data Structures

struct  Ucs_Cmd_MsgId_t
 Structure of a single element of the MessageId Table. More...
 
- - - - -

-Macros

#define UCS_CMD_MSGID_TERMINATION   0xFFFFU
 Denotes the end of an MessageId Table.
 
- - - - -

-Callback Functions

typedef Ucs_Cmd_Return_t(* Ucs_Cmd_Handler_Function_t )(Ucs_AmsRx_Msg_t *msg_rx_ptr, void *user_ptr)
 Type definition of user handler functions.
 
- - - - -

-Enumerations

enum  Ucs_Cmd_Return_t {
-  UCS_CMD_RET_SUCCESS = 0x00, -
-  UCS_CMD_RET_ERR_MSGID_NOTAVAIL = 0x01, -
-  UCS_CMD_RET_ERR_TX_BUSY = 0x02, -
-  UCS_CMD_RET_ERR_APPL = 0x03, -
-  UCS_CMD_RET_ERR_ALREADY_ENTERED = 0x04, -
-  UCS_CMD_RET_ERR_NULL_PTR = 0x05 -
- }
 Result codes used for Command Interpreter API functions. More...
 
-

Detailed Description

-

Referred types used by the Command Interpreter.

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