📄 marki_testcontainer.h
字号:
// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::MarkI_TestContainer'#ifndef rtg_MarkI_TestContainer_H#define rtg_MarkI_TestContainer_H#ifdef PRAGMA#pragma interface "rtg/MarkI_TestContainer.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/Boiler.h>#include <rtg/BrewButton.h>#include <rtg/DriversInterface.h>#include <rtg/IndicatorLight.h>#include <rtg/ReliefValve.h>#include <rtg/TestResults.h>#include <rtg/Warmer.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass MarkI_TestContainer;#define SUPER DriversInterface_Actorclass MarkI_TestContainer_Actor : public DriversInterface_Actor{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 port 'testResults' TestResults::Base testResults; // }}}RME // {{{RME port 't_reliefValve' ReliefValve::Base t_reliefValve; // }}}RME // {{{RME port 't_indicatorLight' IndicatorLight::Base t_indicatorLight; // }}}RME // {{{RME port 't_boiler' Boiler::Base t_boiler; // }}}RME // {{{RME port 't_brewButton' BrewButton::Base t_brewButton; // }}}RME // {{{RME port 't_warmer' Warmer::Base t_warmer; // }}}RME // {{{RME port 'timer' Timing::Base timer; // }}}RMEpublic: MarkI_TestContainer_Actor( RTController * rtg_rts, RTActorRef * rtg_ref ); virtual ~MarkI_TestContainer_Actor( void ); virtual int _followInV( RTBindingEnd & rtg_end, int rtg_portId, int rtg_repIndex );protected: // {{{RME transition ':TOP:Junction1:timeout' INLINE_METHODS void transition1_timeout( const void * rtdata, Timing::Base * rtport ); // }}}RMEprivate: INLINE_CHAINS void chain1_timeout( 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[];};#undef SUPER// {{{RME tool 'OT::Cpp' property 'HeaderEnding'// {{{USR// }}}USR// }}}RME#endif /* rtg_MarkI_TestContainer_H */// }}}RME
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -