📄 dv1int.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
*----------------------------------------------------------------------------*
* 15.03.01 | O Durand | XXYYYY | - creation
***************************************************************************)F*/
/* #*/
#ifndef DV1INT_H
#define DV1INT_H
/*======================*/
/* REQUIRED INTERFACE */
/*======================*/
/* list of all external includes useful for the module */
#if defined (DV1INT_C)
#define ACCESS_RIGHTS_DV1INT
#ifdef _LABWIN32
#include "pc_hard.opt"
#include <ansi_c.h>
#include <rs232.h>
#include <utility.h>
#endif /* _LABWIN32 */
#if defined(TAT_DYNAMIC_LIBRARIES)
#include <cvidef.h> /* DLL EXPORT and IMPORT */
#endif /* TAT_DYNAMIC_LIBRARIES */
#include "master.h"
#define ACCESS_RIGHTS_DVRF
#include "hen.h"
#undef ACCESS_RIGHTS_DVRF
#endif /*DVINT_C*/
/*======================*/
/* PROVIDED INTERFACE */
/*======================*/
/* list of includes provided to other modules */
#if defined (ACCESS_RIGHTS_DVMAIN) || defined (ACCESS_RIGHTS_DV1INT)
#include "dv1int.hev"
#endif /* ACCESS_RIGHTS_DVSC */
#if defined (ACCESS_RIGHTS_DVMAIN) || defined (ACCESS_RIGHTS_DVTOP)
#include "dv1int.hep"
#endif /* ACCESS_RIGHTS_DVSC */
/*=================*/
/* PRIVATE USING */
/*=================*/
/* list of all internal includes useful for the module */
#undef ACCESS_RIGHTS_DV1INT
#endif /* DV1INT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -