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

📄 tatsim.h

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 H
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : tatsim.h
 * Project : ROAD RUNNER
 * Module : TATSIM
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 *
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * 
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb   | Description
 *----------------------------------------------------------------------------* 
 * 30.12.97 | A. NICOLAS | Creation
 * 02.04.98 | F. Sezille | Modifications for RTK-E
 * 45.01.99 | F. Le Goff | Optimization of Access rigths and include files
 * 16.04.02 | F. Le Goff | Optimization include files
 ***************************************************************************)F*/
/* #*/

#ifndef TATSIM_H 
#define TATSIM_H  

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

#if defined (TATSIM)
#define ACCESS_RIGHTS_TATSIM

#include "master.h"
#if !defined(TATSIM_WITH_SMCPROC_FTR)
#include "hsmc.h"
#else
#include "smcproc.h"
#endif
 
#define ACCESS_RIGHTS_TAT
#include "sap.h"
#undef ACCESS_RIGHTS_TAT 

#define ACCESS_RIGHTS_ALL
#include "din.h"
#undef ACCESS_RIGHTS_ALL

#include "tattop.h"
#include "tatmain.h"


#endif /* TATSIM */

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

#if defined (ACCESS_RIGHTS_TATSIM) || defined (ACCESS_RIGHTS_TATMAIN) ||\
    defined (ACCESS_RIGHTS_DVSIM) || defined (ACCESS_RIGHTS_SCENARIO) ||\
    defined (ACCESS_RIGHTS_DV8INT)
#include "tat8sim.hec"
#endif 

#if defined (ACCESS_RIGHTS_TATSIM) || defined (ACCESS_RIGHTS_TATMAIN) ||\
    defined (ACCESS_RIGHTS_DVSIM) 
#include "tat8sim.het"
#endif 

#if defined (ACCESS_RIGHTS_TATSIM) || defined (ACCESS_RIGHTS_TATMAIN)
#include "tat8sim.hep"
#endif

#if defined (ACCESS_RIGHTS_MATENG) 
#include "tat8sim.hem"
#endif

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


#undef ACCESS_RIGHTS_TATSIM
#endif   /* TATSIM_H */
 

⌨️ 快捷键说明

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