pccdef.h

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

H
82
字号
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : %M%
 * Project : PCC definitions
 * Module : PCC common definitions
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 * General include file
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * None
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb   | Description
 *----------------------------------------------------------------------------* 
 * 06/25/97 | J.Thomas  | XXYYYY | Creation
 ***************************************************************************)F*/
/* #*/

#ifndef PCCDEF_H
#define PCCDEF_H

/*==========================================================================*/
/*==========================================================================*/
/*=                           REQUIRED INTERFACE                           =*/
/*==========================================================================*/
/*==========================================================================*/

/*.Internal access file list
-----------------------------*/

/*.Required functionnal access definitions
-------------------------------------------*/

/*.Includes for the whole external required interface
------------------------------------------------------*/

/*.Free all access definitions
-------------------------------*/



/*==========================================================================*/
/*==========================================================================*/
/*=                           PROVIDED INTERFACE                           =*/
/*==========================================================================*/
/*==========================================================================*/

/*.Provided functional access definitions
------------------------------------------*/
#if defined( ACCESS_RIGHTS_ALL )

/*.Include file list for providing definitions to other modules
----------------------------------------------------------------*/
#include "pccdef.hec"
#include "pccdef.het"
#include "pccdef.hem"

#endif

/*==========================================================================*/
/*==========================================================================*/
/*=                              PRIVATE USING                             =*/
/*==========================================================================*/
/*==========================================================================*/


#endif

⌨️ 快捷键说明

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