⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 marki_container.h

📁 含有uml的多个实例及实例的java源码。
💻 H
字号:
// {{{RME classifier 'Logical View::Brewers::MarkI_Container'#ifndef rtg_MarkI_Container_H#define rtg_MarkI_Container_H#ifdef PRAGMA#pragma interface "rtg/MarkI_Container.h"#endif#include <RTSystem/MarkI_x86VisualCpp60.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass MarkI_Container;#define SUPER RTActorclass MarkI_Container_Actor : public RTActor{public:	// {{{RME tool 'OT::Cpp' property 'PublicDeclarations'	// {{{USR	// }}}USR	// }}}RMEprotected:	// {{{RME tool 'OT::Cpp' property 'ProtectedDeclarations'	// {{{USR	// }}}USR	// }}}RMEprivate:	// {{{RME tool 'OT::Cpp' property 'PrivateDeclarations'	// {{{USR	// }}}USR	// }}}RMEprotected:	// {{{RME capsuleRole 'plate'	RTActorRef plate;	// }}}RME	// {{{RME capsuleRole 'frontPanel'	RTActorRef frontPanel;	// }}}RME	// {{{RME capsuleRole 'sprayer'	RTActorRef sprayer;	// }}}RME	// {{{RME capsuleRole 'coffeeBrewer'	RTActorRef coffeeBrewer;	// }}}RMEpublic:	MarkI_Container_Actor( RTController * rtg_rts, RTActorRef * rtg_ref );	virtual ~MarkI_Container_Actor( void );	virtual int _followInV( RTBindingEnd & rtg_end, int rtg_portId, int rtg_repIndex );	virtual int _followOutV( RTBindingEnd & rtg_end, int rtg_compId, int rtg_portId, int rtg_repIndex );	virtual void rtsBehavior( int signalIndex, int portIndex );	virtual const RTActor_class * getActorData( void ) const;protected:	static const RTActor_class rtg_class;public:	static const RTStateId rtg_parent_state[];private:	static const RTComponentDescriptor rtg_capsule_roles[];};#undef SUPER// {{{RME tool 'OT::Cpp' property 'HeaderEnding'// {{{USR// }}}USR// }}}RME#endif /* rtg_MarkI_Container_H */// }}}RME

⌨️ 快捷键说明

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