boiler.cpp

来自「含有uml的多个实例及实例的java源码。」· C++ 代码 · 共 85 行

CPP
85
字号
// {{{RME classifier 'Logical View::HWDrivers::Boiler'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/Boiler.h"#endif#include <RTSystem/MarkI_x86VisualCpp60.h>#include <rtg/Boiler.h>const RTProtocolDescriptor Boiler::Base::rt_class ={	&RTRootProtocol::rt_class  , &Boiler::Conjugate::rt_class  , "Boiler"  , 0  , 4  , Boiler::Base::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor Boiler::Base::rt_signals[] ={	{		"boilerOff"	  , &RTType_void	  , Boiler::Base::rti_boilerOff	}  , {		"boilerOn"	  , &RTType_void	  , Boiler::Base::rti_boilerOn	}  , {		"rtBound"	  , (const RTObject_class *)0	  , Boiler::Base::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , Boiler::Base::rti_rtUnbound	}};const RTProtocolDescriptor Boiler::Conjugate::rt_class ={	&RTRootProtocol::rt_class  , &Boiler::Base::rt_class  , "Boiler"  , 0  , 4  , Boiler::Conjugate::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor Boiler::Conjugate::rt_signals[] ={	{		"boilerEmpty"	  , &RTType_void	  , Boiler::Conjugate::rti_boilerEmpty	}  , {		"boilerNotEmpty"	  , &RTType_void	  , Boiler::Conjugate::rti_boilerNotEmpty	}  , {		"rtBound"	  , (const RTObject_class *)0	  , Boiler::Conjugate::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , Boiler::Conjugate::rti_rtUnbound	}};// }}}RME

⌨️ 快捷键说明

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