📄 master.h
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(***************************************************************************
* File name : %M%
* Project : ROAD RUNNER
* Module : SVC : Services
* Date : (US) %G% %U%
* Version : %I%
* Compiler name and release(s) :
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* DESCRIPTION
* System general includes
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* FUNCTIONS DEFINED IN THIS FILE
*----------------------------------------------------------------------------*
* Name | Object
*----------------------------------------------------------------------------*
*
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* EVOLUTION
*----------------------------------------------------------------------------*
* Date | Author | Arnb | Description
*----------------------------------------------------------------------------*
* 08.03.98 | G.Bocande | | Creation from services.h (SERVICES-C12G.1.1)
***************************************************************************)F*/
/* #*/
#ifndef MASTER_H
#define MASTER_H
/*==========================================================================*/
/*==========================================================================*/
/*= REQUIRED INTERFACE =*/
/*==========================================================================*/
/*==========================================================================*/
/*.Internal access file list
-----------------------------*/
/*.Required functionnal access definitions
-------------------------------------------*/
/*.Includes for the whole external required interface
------------------------------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*= PROVIDED INTERFACE =*/
/*==========================================================================*/
/*==========================================================================*/
/*.Provided functional access definitions
-----------------------------------------*/
/* None : Access for every modules */
/* BEGIN GBO 06.02.98 : Following defines to be removed as soon as */
/* another function to initialize the state of a module will be given */
/* by Jacques Thomas : DebugStateReinit */
#define ACCESS_RIGHTS_INTERNAL_RTK
#define RTK_FILE
#define RTK_CONF
/* END GBO 06.02.98 */
/*.Include file list for providing definitions to other modules
----------------------------------------------------------------*/
#define ACCESS_RIGHTS_ALL
#include "pccdef.h"
#if defined(__BORLANDC__) || defined(_LABWIN32)
#include "rtk00go.hec"
#include "rtk05pma.het"
#include "rtk05pma.hem"
#include "rtkgener.het"
#if defined(RMT_KBD_SFI)
#include "rtk05pma.hec"
#include "rtkgener.hec"
#endif
#else
#include "rtk.h"
#endif
/* BEGIN GBO 09.02.98 : because rtk.h undef ACCESS_RIGHTS_ALL */
#define ACCESS_RIGHTS_ALL
/* END GBO 09.02.98 */
/* The include mas_conv.hem will be removed */
/* Please perform all the conversion from */
/* this file in your own software sources */
#include "mas_conv.hem"
/* Include for Blocking Defense Management */
/* This files should be moved to another module like TRACE */
#include "mas_bloc.hec"
#include "mas_bloc.het"
#include "mas_bloc.hem"
#if !defined(__BORLANDC__) && !defined(_LABWIN32)
/* Include for Fsm Task Declaration */
#include "mas_fsm.hev"
#endif
/* #include "svcsys.hc" */
/* #include "svcfsm.hc" */
/* #include "svcsys.ht" */
/* #include "svcfsm.ht" */
/* #include "svcsys.hv" */
/* #include "svcfsm.hv" */
/* #include "svcsys.hp" */
/* #include "svcfsm.hp" */
/* #include "svcsys.hm" */
/* #include "svcfsm.hm" */
/* #include "svc6ram.hv" */
/* #include "svc6ram.hp" */
/* #include "svc6ram.hc" */
/* #include "svc7dram.hv" */
/* #include "svc7dram.hp" */
/* #include "svc7dram.hc" */
/*==========================================================================*/
/*==========================================================================*/
/*= PRIVATE USING =*/
/*==========================================================================*/
/*==========================================================================*/
/*.Free access definitions
---------------------------*/
#endif /* MASTER_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -