| Ucs_Cmd_Return_t Ucs_Cmd_AddMsgIdTable | ( | Ucs_Inst_t * | self, | 
| Ucs_Cmd_MsgId_t * | msg_id_tab_ptr | ||
| ) | 
Add a MessageId Table to the Command Interpreter.
| self | The Ucs instance | 
| msg_id_tab_ptr | Reference to MessageId Table | 
| Value | Description | 
|---|---|
| UCS_CMD_RET_SUCCESS | MessageId Table was successfully added | 
| UCS_CMD_RET_ERR_ALREADY_ENTERED | MessageId Table already added | 
| UCS_CMD_RET_ERR_NULL_PTR | NULL pointer used as argument for MessageId Table reference |