cltst.h
来自「sttesttool.rar的标准testtool.rar驱动」· C头文件 代码 · 共 53 行
H
53 行
/*******************************************************************************
File name : cltst.h
Description : Testtool configuration initialisation header file
COPYRIGHT (C) STMicroelectronics 2002.
Date Modification Name
---- ------------ ----
09 Apr 2002 Created HSdLM
*******************************************************************************/
/* Define to prevent recursive inclusion */
#ifndef __CLTST_H
#define __CLTST_H
/* Includes ----------------------------------------------------------------- */
#include "stddefs.h"
#include "testtool.h"
/* C++ support */
#ifdef __cplusplus
extern "C" {
#endif
/* Exported Constants ------------------------------------------------------- */
#define STTST_DEVICE_NAME "TESTTOOL"
/* Exported Types ----------------------------------------------------------- */
/* Exported Variables ------------------------------------------------------- */
/* Exported Macros ---------------------------------------------------------- */
/* Exported Functions ------------------------------------------------------- */
BOOL TST_Init(void);
void TST_Term(void);
/* C++ support */
#ifdef __cplusplus
}
#endif
#endif /* #ifndef __CLTST_H */
/* End of cltst.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?