⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dvmateng.h

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 H
字号:
#ifndef DVMATENG_H 
#define DVMATENG_H  


/*======================*/
/*  REQUIRED INTERFACE  */
/*======================*/
/* list of all external includes useful for the module */

#if defined (DVB0MATENG_C) || defined (DV_H)

#define ACCESS_RIGHTS_DVMATENG
#if defined(_LABWIN32)
#include "pc_hard.opt"
#include <string.h>
#include <stdlib.h>
#endif

#include "master.h"

#if defined(PROCESS_FMM)
#include "mapping.h"
#else   /*   PROCESS_FMM   */
#include "hee.h"
#endif /* PROCESS_FMM */

#if defined(_LABWIN32)
#if !defined(MATENG_REMOVING_FTR)
#include "hkbd.h"
#if !defined(TAT_HKBD_DF_CPR)
#include "dkbd.h"
#endif
#endif /*!defined(MATENG_REMOVING_FTR)*/
#endif 

#include "tattop.h"
#include "dvtop.h"
#ifdef _LABWIN32
#include "slbud.h" 
#endif /* _LABWIN32 */

#include "tatmain.h"
#include "mateng.h"

#if !defined(_LABWIN32)
/*#include "tatman.h"*/
#include "din.h"
#endif /* !defined(_LABWIN32) */


#endif /* DVB0MATENG_C */


/*======================*/
/*  PROVIDED INTERFACE  */
/*======================*/
/* list of includes provided to other modules */

#if defined (ACCESS_RIGHTS_FA) || defined (ACCESS_RIGHTS_MATENG) ||\
    defined (ACCESS_RIGHTS_DVMATENG)
#include "dvb0mateng.hep"
#endif

/*=================*/
/*  PRIVATE USING  */
/*=================*/
/* list of all internal includes useful for the module */

#if defined (DVB0MATENG_C)
#endif /*DVB0MATENG_C */


#undef ACCESS_RIGHTS_DVMATENG
 
#endif   /* DVMAN_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -