📄 nowaterinboiler_test.h
字号:
// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::Scenarios_MarkI::NoWaterInBoiler_Test'#ifndef rtg_NoWaterInBoiler_Test_H#define rtg_NoWaterInBoiler_Test_H#ifdef PRAGMA#pragma interface "rtg/NoWaterInBoiler_Test.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/MarkI_TestContainer.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass NoWaterInBoiler_Test;#define SUPER MarkI_TestContainer_Actorclass NoWaterInBoiler_Test_Actor : public MarkI_TestContainer_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 // }}}RMEpublic: NoWaterInBoiler_Test_Actor( RTController * rtg_rts, RTActorRef * rtg_ref ); virtual ~NoWaterInBoiler_Test_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 ); // }}}RME // {{{RME transition ':TOP:WaitForStart:Junction2:start_test' INLINE_METHODS void transition3_start_test( const void * rtdata, TestResults::Base * rtport ); // }}}RMEprivate: INLINE_CHAINS void chain2_Initial( void ); INLINE_CHAINS void chain1_timeout( void ); INLINE_CHAINS void chain3_start_test( void ); INLINE_CHAINS void chain4_brew_starts( 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_NoWaterInBoiler_Test_H */// }}}RME
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -