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

📄 dvadc.h

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 H
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : %M%
 * Project : ROAD RUNNER
 * Module :
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 *
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * 
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb   | Description
 *----------------------------------------------------------------------------* 
 * 21.09.97 | KAIKATI P.| XXYYYY | creation
 *----------------------------------------------------------------------------* 
 * 10.12.97 | SEZILLE F.| XXYYYY | - New project : Bertha_lc
 * 23.03.98 | SEZILLE F.| XXYYYY | - Modifications for RTK-E
 * 16.12.98 | SEZILLE F.| XXYYYY | - Add ACCESS_RIGHTS_MTX and ACCESS_RIGHTS_FA
 * 20.01.99 | F.Le Goff | XXYYYY | - Supression of ACCESS_RIGHTS_ALL
 * 17.06.99 | R.Chartier | TATADC-1.38| - Compatibility
 ***************************************************************************)F*/
/* #*/

#ifndef DVADC_H 
#define DVADC_H  


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

#if defined(DVADC)

#define ACCESS_RIGHTS_DVADC
#ifdef _LABWIN32
#include "pc_hard.opt"
#endif
#if defined(TAT_DYNAMIC_LIBRARIES)
#include <cvidef.h> /* DLL EXPORT and IMPORT */
#endif /*  TAT_DYNAMIC_LIBRARIES */


#include "master.h"

#include "tatmain.h"
#include "tattop.h"
#include "dvtop.h" 
#include "tatadc.h"

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

#if defined(BATTERY_OLD_MANAGEMENT_CPR)
#define ACCESS_RIGHTS_TAT
/*#include "dbatctrl.h"*/
#undef ACCESS_RIGHTS_TAT
#else
/* #include "dbat.h" */
#endif
#if !defined(_LABWIN32)
#if !defined(MATENG_REMOVING_FTR)
#include "mateng.h"
#endif
#include "din.h"
#endif
#endif /* DVADC */

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

#if defined (ACCESS_RIGHTS_DVADC) || defined (ACCESS_RIGHTS_TSTIADC) || \
    defined (ACCESS_RIGHTS_IHMADC)|| defined (ACCESS_RIGHTS_MTX)     ||\
    defined (ACCESS_RIGHTS_FA)    || defined (ACCESS_RIGHTS_IHMRF)   ||\
    defined (ACCESS_RIGHTS_TATMAN)|| defined (ACCESS_RIGHTS_IHMSL)
#include "dv40adc.hep"
#endif /* ACCESS_RIGHTS_DVADC || ACCESS_RIGHTS_TSTIADC || ACCESS_RIGHTS_IHMADC */

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

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

#undef ACCESS_RIGHTS_DVADC
#endif   /* DVADC_H */

⌨️ 快捷键说明

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