|
| errcode_t | uapi_diag_register_cmd (const diag_cmd_reg_obj_t *cmd_tbl, uint16_t cmd_num) |
| | diag命令注册接口
|
| |
| errcode_t | uapi_diag_unregister_cmd (const diag_cmd_reg_obj_t *cmd_tbl, uint16_t cmd_num) |
| | diag命令解注册接口
|
| |
| errcode_t | uapi_diag_report_packet (uint16_t cmd_id, diag_option_t *option, const uint8_t *packet, uint16_t packet_size, bool sync) |
| | diag报文上报接口
|
| |
| errcode_t | uapi_diag_report_packets_critical (uint16_t cmd_id, diag_option_t *option, uint8_t **packet, uint16_t *packet_size, uint8_t pkt_cnt) |
| | diag上报多个关键报文
|
| |
| errcode_t | uapi_diag_report_packets_normal (uint16_t cmd_id, diag_option_t *option, uint8_t **packet, uint16_t *packet_size, uint8_t pkt_cnt) |
| | diag上报多个普通报文
|
| |
| errcode_t | uapi_diag_report_sys_msg (uint32_t module_id, uint32_t msg_id, const uint8_t *buf, uint16_t buf_size, uint8_t level) |
| | 消息上报接口
|
| |
| errcode_t | uapi_diag_register_ind (const diag_cmd_reg_obj_t *cmd_tbl, uint16_t cmd_num) |
| | 应答注册接口
|
| |
| errcode_t | uapi_diag_run_cmd (uint16_t cmd_id, uint8_t *data, uint16_t data_size, diag_option_t *option) |
| | 命令执行接口
|
| |
| errcode_t | uapi_diag_register_stat_obj (const diag_sys_stat_obj_t *stat_obj_tbl, uint16_t obj_num) |
| | 统计量注册接口
|
| |