liftmanagement.c
来自「UML语言构建的电梯管理系统」· C语言 代码 · 共 54 行
C
54 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?