atm_easyaction.h

来自「运用VisualSTATE建模」· C头文件 代码 · 共 65 行

H
65
字号
/*
 * Version:   50
 * Signature: c590 2396 447f 2b56 0c78 d80e
 *
 * Id:        ATM_easyAction.h
 *
 * Function:  VS System Action Expression Pointer Table Header File.
 *
 * Generated: Wed Jul 23 14:27:18 2008
 *
 * Coder 5, 4, 1, 1290
 * 
 * This is an automatically generated file. It will be overwritten by the Coder. 
 * 
 * DO NOT EDIT THE FILE! 
 */


#ifndef __ATM_EASYACTION_H
#define __ATM_EASYACTION_H


/*
 * Include SEM Defines Header File.
 */
#include "ATM_easySEMBDef.h"


#if (VS_CODER_GUID != 0X011dedf72)
#error The generated file does not match the SEMTypes.h header file.
#endif


/*
 * Action Function Prototypes.
 */
extern VS_VOID CashDoorClosed (VS_VOID);
extern VS_VOID CashDoorOpen (VS_VOID);
extern VS_BOOL CheckAccount (VS_VOID);
extern VS_BOOL CheckPassword (VS_VOID);
extern VS_VOID DeductAccount (VS_VOID);
extern VS_VOID EjectCard (VS_VOID);
extern VS_VOID GetAccount (VS_VOID);
extern VS_VOID GetCashRequire (VS_VOID);
extern VS_VOID InputPasswordInterface (VS_VOID);
extern VS_VOID MainServiceInterface (VS_VOID);
extern VS_VOID WelcomeInterface (VS_VOID);


/*
 * Action Expression Function Prototypes.
 */
extern VS_VOID ATM_easyVSAction_11 (VS_VOID);

extern VS_VOID ATM_easyVSAction_12 (VS_VOID);


/*
 * Action Expression Pointer Table.
 */
extern VS_ACTIONEXPR_TYPE const ATM_easyVSAction[13];


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?