📄 newmodel1.h
字号:
// NewModel1.h: interface for the CNewModel1 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_NEWMODEL1_H__8A79F5EB_97E9_4263_8251_DED02BF8065C__INCLUDED_)
#define AFX_NEWMODEL1_H__8A79F5EB_97E9_4263_8251_DED02BF8065C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "common.h"
class AFX_EXT_CLASS CNewModel1 : public CModel
{
protected:
int delay;
int parnum,portnum;
int type,len;
// enum {nparameter=1};
ModleParam ParamArray[1];
// enum {inputnum=1};
CInport InportArray[1];
// enum {outputnum=2};
COutport OutportArray[3];
public:
void para_read(void);
void sim_init(void);
void sim_set(void);
void sim_simulate(void);
void sim_complete(void);
public:
void Set_Param(int idelay);
CNewModel1();
virtual ~CNewModel1();
};
#endif // !defined(AFX_NEWMODEL1_H__8A79F5EB_97E9_4263_8251_DED02BF8065C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -