📄 liftmanagement.c
字号:
/* Program generated by Cbasic 2.2.20 */
#define XSCT_CBASIC
#define C_TRANSLATOR_2_2
#define XENABLE_VERSION_CHECK
#include "scttypes.h"
#include "U2ExtraOps.h"
#include "U2ctypes.h"
#include "Interfaces.h"
#include "LiftComponents.h"
#include "LiftManagement.h"
#ifdef XINCLUDE_HS_FILE
#include "LiftSystem.hs"
#endif
#ifdef XCTRACE
static char xFileName[] = "LiftManagement.c";
#endif
/*************************************************************************
** #CODE directives, #BODY sections **
*************************************************************************/
/*************************************************************************
** SECTION Variables and Functions **
*************************************************************************/
/*****
* PACKAGE LiftManagement
* #SDTREF(U2,"u2:F:\UML\LiftManagement20\SystemDesign\LiftManagement.u2#LakxRIUly0ALez7gVELAveDI|pos(1,9)")
******/
XCONST struct xPackageIdStruct yPacR_z_LiftManagement__LiftManagement =
{xPackageEC , (xIdNode)0, (xIdNode)0, (xIdNode)&xSymbolTableIdRec,
"LiftManagement" xIdNumber(0) XCOMMON_EXTRAS xIdNames(0) XPAC_EXTRAS};
/*************************************************************************
** SECTION Initialization **
*************************************************************************/
extern void yInit_LiftManagement (void)
{
static int IsCalled = 0;
int Temp;
YINIT_TEMP_VARS
if (IsCalled) return;
IsCalled = 1;
xInsertIdNode((xIdNode)&yPacR_z_LiftManagement__LiftManagement);
yInit_U2ExtraOps();
yInit_U2ctypes();
yInit_LiftComponents();
yInit_Interfaces();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -