📄 rt.h
字号:
#ifndef __RT_H_
#define __RT_H_
#if defined (__RTLCHI_C_) || defined (__RTLCHR_C_) || defined (__RTMAIN_C_) || defined (__RTSCHI_C_) || defined(__RTSCHR_C_) || defined (__RTTIME_C_)
#define ACCESS_RIGHTS_RT
#include "phs_def.h"
#include "l3_ext.h"
#include "sysdef.h"
#ifndef SIMU_ON_PC
#include "l1_fnc80.h"
#endif
#ifdef SIMU_ON_PC
#include "simu_define.h"
#include <string.h>
#endif
#endif
#if defined ACCESS_RIGHTS_RT
#include "rtstr.h"
#include "rtfunc.h"
#include "rtdef.h"
#include "rtext.h"
#if defined (__RTLCHI_C_)// || defined (__RTLCHR_C_) || defined (__RTMAIN_C_) || defined (__RTSCHI_C_) || defined(__RTSCHR_C_) || defined (__RTTIME_C_)
#define DECLARE_GLOBAL
#endif
#include "rtgl.h"
#if defined(__RTSCHI_C_)
#include "Mn80sts.h"
#endif
#undef DECLARE_GLOBAL
#undef ACCESS_RIGHTS_RT
#endif
#endif /* __RT_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -