📄 boiler.cpp
字号:
// {{{RME classifier 'Logical View::HWDrivers::Boiler'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/Boiler.h"#endif#include <RTSystem/AutoTestMarkI_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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -