Logo
UNICENS V2.1.0-3491
User Manual and API Reference

Referred types used by Tracing/Debugging Interface. More...

Data Structures

struct  Msg_MsgId_t
 MOST message id "FBlockID.InstID.FktID.OPType". More...
 
struct  Msg_TxOptions_t
 Retry options. More...
 
struct  Msg_TelData_t
 Most telegram data. More...
 
struct  Msg_MostTel_t
 Common MOST message. More...
 

Macros

#define UCS_ADDR_BROADCAST_BLOCKING   0x03C8U
 Blocking broadcast destination address.
 
#define UCS_ADDR_BROADCAST_UNBLOCKING   0x03FFU
 Unblocking broadcast destination address.
 

Enumerations

enum  Ucs_MsgTxStatus_t {
  UCS_MSG_STAT_OK = 0x00U,
  UCS_MSG_STAT_ERROR_CFG_NO_RCVR = 0x01U,
  UCS_MSG_STAT_ERROR_BF = 0x08U,
  UCS_MSG_STAT_ERROR_CRC = 0x09U,
  UCS_MSG_STAT_ERROR_ID = 0x0AU,
  UCS_MSG_STAT_ERROR_ACK = 0x0BU,
  UCS_MSG_STAT_ERROR_TIMEOUT = 0x0CU,
  UCS_MSG_STAT_ERROR_FATAL_WT = 0x10U,
  UCS_MSG_STAT_ERROR_FATAL_OA = 0x11U,
  UCS_MSG_STAT_ERROR_NA_TRANS = 0x18U,
  UCS_MSG_STAT_ERROR_NA_OFF = 0x19U,
  UCS_MSG_STAT_ERROR_UNKNOWN = 0xFEU,
  UCS_MSG_STAT_ERROR_SYNC = 0xFFU
}
 Message transmission status for internal/debug use. More...
 
enum  Ucs_OpType_t {
  UCS_OP_SET = 0x0,
  UCS_OP_GET = 0x1,
  UCS_OP_SETGET = 0x2,
  UCS_OP_INC = 0x3,
  UCS_OP_DEC = 0x4,
  UCS_OP_STATUS = 0xC,
  UCS_OP_START = 0x0,
  UCS_OP_ABORT = 0x1,
  UCS_OP_STARTRESULT = 0x2,
  UCS_OP_PROCESSING = 0xB,
  UCS_OP_RESULT = 0xC,
  UCS_OP_STARTACK = 0x8,
  UCS_OP_ABORTACK = 0x7,
  UCS_OP_STARTRESULTACK = 0x6,
  UCS_OP_PROCESSINGACK = 0xA,
  UCS_OP_RESULTACK = 0xD,
  UCS_OP_GETINTERFACE = 0x5,
  UCS_OP_INTERFACE = 0xE,
  UCS_OP_ERROR = 0xF,
  UCS_OP_ERRORACK = 0x9
}
 Operation Types. More...
 

Detailed Description

Referred types used by Tracing/Debugging Interface.