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.