📄 tatlcd.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
*----------------------------------------------------------------------------*
* 18.11.97 | SIMON JM | 1.0 | Creation
* 02.04.98 | F. Sezille | | Modifications for RTK-E
* 18.06.98 | F. LE GOFF |X15G-x.xx| Add Access rigths.
* 15.01.99 | F. LE GOFF |X15G-1.11| Add Access rigths.
* 05.01.99 | F. LE GOFF |X15G-1.12| Add icon.h and font.h include file for
* | | | OSD integration..
* 02.05.99 | F. Le Goff |X15G-1.16| - Suppression of OSD_INTEGRATION switch
* 31.05.99 | F. Le Goff |X15G-1.17| - Adapte to the change to the HSCR changes
* | | | Change HSCR constants in DSCR constants.
***************************************************************************)F*/
/* #*/
#ifndef TATLCD_H
#define TATLCD_H
/*======================*/
/* REQUIRED INTERFACE */
/*======================*/
/* list of all external includes useful for the module */
#if defined (TATLCD)
#define ACCESS_RIGHTS_TATLCD
#include "master.h"
#include "dscr.h"
#include "hscr.h"
#if !defined(TATLCD_SYSOL2_FTR)
#include "font.h"
#include "icon.h"
#else
#include "dvlcd.h"
#include "dvtop.h"
#include "mateng.h"
#include "tattop.h"
#endif
#include "din.h"
#if !defined(TAT_SYSOL2_CLEARECASE_FTR) && defined(TATLCD_SYSOL2_FTR)
#define ACCESS_RIGHTS_TSTIMAN
#include "hkbd.h"
#define ACCESS_RIGHTS_TSTIMAN
#endif
#endif /* TATLCD */
/*======================*/
/* PROVIDED INTERFACE */
/*======================*/
/* list of includes provided to other modules */
#if defined (ACCESS_RIGHTS_TATLCD) || defined (ACCESS_RIGHTS_TATMAN) ||\
defined (ACCESS_RIGHTS_TATRF) || defined (ACCESS_RIGHTS_TATTOP) ||\
defined (ACCESS_RIGHTS_TATEEPRO) || defined (ACCESS_RIGHTS_MATENG)
#include "stdio.h"
#include "tat61lcd.hep"
#include "tat61lcd.hem"
#endif
#if defined (ACCESS_RIGHTS_TATLCD) || defined (ACCESS_RIGHTS_TATMAN) ||\
defined (ACCESS_RIGHTS_TATRF) || defined (ACCESS_RIGHTS_TATTOP) ||\
defined (ACCESS_RIGHTS_TSTILCD)|| defined (ACCESS_RIGHTS_TATEEPRO)||\
defined (ACCESS_RIGHTS_DVRF) || defined (ACCESS_RIGHTS_DVLCD) ||\
defined (ACCESS_RIGHTS_IHMRF) || defined (ACCESS_RIGHTS_MATENG) ||\
defined (ACCESS_RIGHTS_IHMLCD)
#include "tat61lcd.hec"
#endif
/*=================*/
/* PRIVATE USING */
/*=================*/
/* list of all internal includes useful for the module */
#if defined (TATLCD)
#endif /* TATLCD */
#undef ACCESS_RIGHTS_TATLCD
#endif /* TATMAIN_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -