|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|


结构体 | |
| struct | zdiag_ind_msg_t |
| struct | diag_ind_param_t |
| struct | diag_report_sys_msg_packet |
| struct | diag_report_packet |
类型定义 | |
| typedef errcode_t(* | report_msg_func) (uint32_t module_id, uint32_t msg_id, const uint8_t *buf, uint16_t buf_size, uint8_t level) |
函数 | |
| errcode_t | uapi_diag_report_ack (msp_diag_ack_param_t *ack, diag_option_t *option) |
| errcode_t | uapi_zdiag_report_sys_msg_instance (uint32_t module_id, uint32_t msg_id, const uint8_t *packet, uint16_t packet_size, uint8_t level) |
| errcode_t | uapi_zdiag_report_sys_msg_instance_sn (uint32_t module_id, uint32_t msg_id, diag_report_sys_msg_packet *report_sys_msg_packet, uint8_t level, uint32_t sn) |
| errcode_t | uapi_zdiag_report_packet (uint16_t cmd_id, diag_option_t *option, const uint8_t *packet, uint16_t packet_size, bool sync) |
| diag报文上报接口 | |
| typedef errcode_t(* report_msg_func) (uint32_t module_id, uint32_t msg_id, const uint8_t *buf, uint16_t buf_size, uint8_t level) |
| errcode_t uapi_diag_report_ack | ( | msp_diag_ack_param_t * | ack, |
| diag_option_t * | option | ||
| ) |
| errcode_t uapi_zdiag_report_sys_msg_instance | ( | uint32_t | module_id, |
| uint32_t | msg_id, | ||
| const uint8_t * | packet, | ||
| uint16_t | packet_size, | ||
| uint8_t | level | ||
| ) |
| errcode_t uapi_zdiag_report_sys_msg_instance_sn | ( | uint32_t | module_id, |
| uint32_t | msg_id, | ||
| diag_report_sys_msg_packet * | report_sys_msg_packet, | ||
| uint8_t | level, | ||
| uint32_t | sn | ||
| ) |