?? ld3raw_api.h
字號:
/* ************************************************************************ */
/* */
/* Volcano Communications Technologies AB */
/* All rights reserved */
/* */
/* ************************************************************************ */
/* File: ldiag.h
* Description: ldiag is the customer API for the diagnostic
* support function for master nodes.
*/
#ifndef __LD3RAW_API_H__
#define __LD3RAW_API_H__
#include "l_core.h"
#include "ld3raw_core.h"
/******************************************************************************
* Diagnostic class 3 API
*/
L_LIB_PREFIX void ld_put_raw (ld3raw_ifc_handle ld3raw_iii, const l_u8* const data);
L_LIB_PREFIX void ld_get_raw (ld3raw_ifc_handle ld3raw_iii, l_u8* const data);
L_LIB_PREFIX ld3raw_tx_status ld_raw_tx_status (ld3raw_ifc_handle ld3raw_iii);
L_LIB_PREFIX ld3raw_rx_status ld_raw_rx_status (ld3raw_ifc_handle ld3raw_iii);
#endif /* __LD3RAW_API_H__ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -