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

Referred types used by Application Message Service. -More...

- - - - - - - - - - - - - - -

-Data Structures

struct  Ucs_AmsRx_InitData_t
 The Rx initialization data of the Application Message Service. More...
 
struct  Ucs_AmsTx_InitData_t
 The Tx initialization data of the Application Message Service. More...
 
struct  Ucs_AmsTx_Msg_t
 Application message Tx type. More...
 
struct  Ucs_AmsRx_Msg_t
 Application message Rx type. More...
 
- - - - -

-Callback Functions

typedef void(* Ucs_AmsTx_CompleteCb_t )(Ucs_AmsTx_Msg_t *msg_ptr, Ucs_AmsTx_Result_t result, Ucs_AmsTx_Info_t info, void *user_ptr)
 Type of a callback function that is invoked as soon as a message transmission was finished.
 
- - - - - - - - - - -

-Enumerations

enum  Ucs_AmsRx_ReceiveType_t {
-  UCS_AMSRX_RCT_SINGLECAST = 0U, -
-  UCS_AMSRX_RCT_GROUPCAST = 1U, -
-  UCS_AMSRX_RCT_BROADCAST = 2U -
- }
 Defines which address type was used by the transmitter of a message. More...
 
enum  Ucs_AmsTx_Result_t {
-  UCS_AMSTX_RES_SUCCESS = 0x00U, -
-  UCS_AMSTX_RES_ERR_RETRIES_EXP = 0x01U, -
-  UCS_AMSTX_RES_ERR_INVALID_TGT = 0x02U, -
-  UCS_AMSTX_RES_ERR_NOT_AVAILABLE = 0x03U, -
-  UCS_AMSTX_RES_ERR_BUF_INTERNAL = 0xFEU, -
-  UCS_AMSTX_RES_ERR_UNEXPECTED = 0xFFU -
- }
 Transmission result of an application message. More...
 
enum  Ucs_AmsTx_Info_t {
-  UCS_AMSTX_I_SUCCESS = 0x00U, -
-  UCS_AMSTX_I_ERR_CFG_NORECEIVER = 0x01U, -
-  UCS_AMSTX_I_ERR_BF = 0x08U, -
-  UCS_AMSTX_I_ERR_CRC = 0x09U, -
-  UCS_AMSTX_I_ERR_ID = 0x0AU, -
-  UCS_AMSTX_I_ERR_ACK = 0x0BU, -
-  UCS_AMSTX_I_ERR_TIMEOUT = 0x0CU, -
-  UCS_AMSTX_I_ERR_FATAL_WT = 0x10U, -
-  UCS_AMSTX_I_ERR_FATAL_OA = 0x11U, -
-  UCS_AMSTX_I_ERR_UNAVAIL_TRANS = 0x18U, -
-  UCS_AMSTX_I_ERR_UNAVAIL_OFF = 0x19U, -
-  UCS_AMSTX_I_ERR_UNKNOWN = 0xFEU, -
-  UCS_AMSTX_I_ERR_UNSYNCED = 0xFFU -
- }
 Detailed INIC transmission information which might be useful for debugging purposes. More...
 
-

Detailed Description

-

Referred types used by Application Message Service.

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