WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_msg.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: zdiag msg
4 * This file should be changed only infrequently and with great care.
5 */
6
7#ifndef __ZDIAG_MSG_H__
8#define __ZDIAG_MSG_H__
9
10#include "errcode.h"
11#include "diag_common.h"
12#include "diag_channel.h"
13
14errcode_t diag_msg_proc(uint16_t msg_id, uint8_t *msg, uint32_t msg_len);
15
16void uapi_zdiag_set_offline_log_enable(bool enable);
18
19#endif
void uapi_zdiag_set_offline_log_enable(bool enable)
Definition zdiag_msg.c:16
bool uapi_zdiag_offline_log_is_enable(void)
Definition zdiag_msg.c:49
errcode_t diag_msg_proc(uint16_t msg_id, uint8_t *msg, uint32_t msg_len)
Definition zdiag_msg.c:58
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30