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

📄 dv18int.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
 *----------------------------------------------------------------------------* 
 * 06.02.00 | R閙y TACHE  | XXYYYY | - creation
 ***************************************************************************)F*/
/* #*/

#ifndef DV18INT_H 
#define DV18INT_H  

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

#if defined (DV18INT_C)
#define ACCESS_RIGHTS_DV18INT
#ifdef _LABWIN32
#include "pc_hard.opt" 
#include <ansi_c.h> 
#endif /* _LABWIN32 */
#include "master.h"
#if defined (PCF5060X_HDW)
#include"reg50601.ho"
#endif
#include "tattop.h"
#include "dvtop.h"
#include "tat5060x.h"
#include "tatmain.h"
#if defined(_LABWIN32)
#include "slbud.h"
#endif

#endif /* DV18PCF5060X_C */

/*======================*/
/*  PROVIDED INTERFACE  */
/*======================*/
/* list of includes provided to other modules */
#if defined (ACCESS_RIGHTS_DV18INT) || defined (ACCESS_RIGHTS_FA) ||\
    defined (ACCESS_RIGHTS_MTX ) || defined (ACCESS_RIGHTS_SAV)   ||\
    defined (ACCESS_RIGHTS_IHMPCF5060X) || defined (ACCESS_RIGHTS_DV17PMU)||\
    defined (ACCESS_RIGHTS_DVSC) || defined (ACCESS_RIGHTS_TATMAN)
#include"dv18int.hev" 
#endif /* ACCESS_RIGHTS... */              
#if defined (ACCESS_RIGHTS_DVTOP) || defined (ACCESS_RIGHTS_MATENG)
#include"dv18int.hep"
#endif
/*=================*/
/*  PRIVATE USING  */
/*=================*/
/* list of all internal includes useful for the module */

#undef ACCESS_RIGHTS_DV18INT

#endif   /* DV18INT_H */

⌨️ 快捷键说明

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