warmnonemptypot_test.h
来自「含有uml的多个实例及实例的java源码。」· C头文件 代码 · 共 92 行
H
92 行
// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::Scenarios_MarkI::WarmNonEmptyPot_Test'#ifndef rtg_WarmNonEmptyPot_Test_H#define rtg_WarmNonEmptyPot_Test_H#ifdef PRAGMA#pragma interface "rtg/WarmNonEmptyPot_Test.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/MarkI_TestContainer.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass WarmNonEmptyPot_Test;#define SUPER MarkI_TestContainer_Actorclass WarmNonEmptyPot_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: WarmNonEmptyPot_Test_Actor( RTController * rtg_rts, RTActorRef * rtg_ref ); virtual ~WarmNonEmptyPot_Test_Actor( void ); virtual int _followInV( RTBindingEnd & rtg_end, int rtg_portId, int rtg_repIndex );protected: // {{{RME transition ':TOP:Wait_For_Start:Junction2:PutNonEmptyPot' INLINE_METHODS void transition3_PutNonEmptyPot( const void * rtdata, TestResults::Base * rtport ); // }}}RME // {{{RME transition ':TOP:WaitForWarmer:Junction2:warmer_on' INLINE_METHODS void transition4_warmer_on( const void * rtdata, Warmer::Base * rtport ); // }}}RME // {{{RME transition ':TOP:Remove_pot:Junction2:warmer_off' INLINE_METHODS void transition5_warmer_off( const void * rtdata, Warmer::Base * rtport ); // }}}RMEprivate: INLINE_CHAINS void chain2_Initial( void ); INLINE_CHAINS void chain1_timeout( void ); INLINE_CHAINS void chain3_PutNonEmptyPot( void ); INLINE_CHAINS void chain4_warmer_on( void ); INLINE_CHAINS void chain5_warmer_off( 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_WarmNonEmptyPot_Test_H */// }}}RME
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?