WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_ind_src.h 文件参考
#include "errcode.h"
#include "diag_common.h"
#include "diag.h"
#include "diag_pkt.h"
diag_ind_src.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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报文上报接口
 

类型定义说明

◆ report_msg_func

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)

函数说明

◆ uapi_diag_report_ack()

errcode_t uapi_diag_report_ack ( msp_diag_ack_param_t ack,
diag_option_t option 
)

◆ uapi_zdiag_report_sys_msg_instance()

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 
)

◆ uapi_zdiag_report_sys_msg_instance_sn()

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 
)