📄 marki_brewer.h
字号:
// {{{RME classifier 'Logical View::Brewers::MarkI_Brewer'#ifndef rtg_MarkI_Brewer_H#define rtg_MarkI_Brewer_H#ifdef PRAGMA#pragma interface "rtg/MarkI_Brewer.h"#endif#include <RTSystem/MarkI_x86VisualCpp60.h>#include <rtg/CUControl_FrontPanel.h>#include <rtg/CUControl_Sprayer.h>#include <rtg/CUControl_Warmer.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass MarkI_Brewer;#define SUPER RTActorclass MarkI_Brewer_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 // }}}RMEpublic: // {{{RME classAttribute 'tid' RTTimerId tid; // }}}RMEprotected: // {{{RME port 'warmer' CUControl_Warmer::Conjugate warmer; // }}}RME // {{{RME port 'sprayer' CUControl_Sprayer::Conjugate sprayer; // }}}RME // {{{RME port 'frontpanel' CUControl_FrontPanel::Conjugate frontpanel; // }}}RME // {{{RME port 'timer' Timing::Base timer; // }}}RMEpublic: MarkI_Brewer_Actor( RTController * rtg_rts, RTActorRef * rtg_ref ); virtual ~MarkI_Brewer_Actor( void ); // {{{RME operation 'AreDevicesReady()' virtual int AreDevicesReady( void ); // }}}RME virtual int _followInV( RTBindingEnd & rtg_end, int rtg_portId, int rtg_repIndex );protected: // {{{RME transition ':TOP:Forwarder:Junction6:Pot' INLINE_METHODS void transition1_Pot( const void * rtdata, CUControl_Warmer::Conjugate * rtport ); // }}}RME // {{{RME transition ':TOP:Forwarder:Junction8:NoPot' INLINE_METHODS void transition2_NoPot( const void * rtdata, CUControl_Warmer::Conjugate * rtport ); // }}}RME // {{{RME transition ':TOP:Forwarder:Junction10:BrewComplete' INLINE_METHODS void transition3_BrewComplete( const void * rtdata, CUControl_Sprayer::Conjugate * rtport ); // }}}RME // {{{RME transition ':TOP:Forwarder:Junction1:BrewRequest' INLINE_METHODS void transition5_BrewRequest( const void * rtdata, CUControl_FrontPanel::Conjugate * rtport ); // }}}RMEprivate: INLINE_CHAINS void chain4_Initial( void ); INLINE_CHAINS void chain1_Pot( void ); INLINE_CHAINS void chain2_NoPot( void ); INLINE_CHAINS void chain3_BrewComplete( void ); INLINE_CHAINS void chain5_BrewRequest( void );public: 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 RTPortDescriptor rtg_ports[];public: static const RTFieldDescriptor rtg_MarkI_Brewer_fields[];};#undef SUPER// {{{RME tool 'OT::Cpp' property 'HeaderEnding'// {{{USR// }}}USR// }}}RME#endif /* rtg_MarkI_Brewer_H */// }}}RME
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -