dv18int.h

来自「这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后」· C头文件 代码 · 共 81 行

H
81
字号
/******************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?