cucontrol_sprayer.cpp
来自「含有uml的多个实例及实例的java源码。」· C++ 代码 · 共 100 行
CPP
100 行
// {{{RME classifier 'Logical View::ControlUnits::CUControl_Sprayer'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/CUControl_Sprayer.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/CUControl_Sprayer.h>const RTProtocolDescriptor CUControl_Sprayer::Base::rt_class ={ &CUControl::Base::rt_class , &CUControl_Sprayer::Conjugate::rt_class , "CUControl_Sprayer" , 0 , 6 , CUControl_Sprayer::Base::rt_signals#if RTRUNTIMEBC , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor CUControl_Sprayer::Base::rt_signals[] ={ { "Brew" , &RTType_void , CUControl_Sprayer::Base::rti_Brew } , { "CheckReady" , &RTType_void , CUControl_Sprayer::Base::rti_CheckReady } , { "NoPot" , &RTType_void , CUControl_Sprayer::Base::rti_NoPot } , { "Pot" , &RTType_void , CUControl_Sprayer::Base::rti_Pot } , { "rtBound" , (const RTObject_class *)0 , CUControl_Sprayer::Base::rti_rtBound } , { "rtUnbound" , (const RTObject_class *)0 , CUControl_Sprayer::Base::rti_rtUnbound }};const RTProtocolDescriptor CUControl_Sprayer::Conjugate::rt_class ={ &CUControl::Conjugate::rt_class , &CUControl_Sprayer::Base::rt_class , "CUControl_Sprayer" , 0 , 5 , CUControl_Sprayer::Conjugate::rt_signals#if RTRUNTIMEBC , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor CUControl_Sprayer::Conjugate::rt_signals[] ={ { "BrewingComplete" , &RTType_void , CUControl_Sprayer::Conjugate::rti_BrewingComplete } , { "NotReady" , &RTType_void , CUControl_Sprayer::Conjugate::rti_NotReady } , { "Ready" , &RTType_void , CUControl_Sprayer::Conjugate::rti_Ready } , { "rtBound" , (const RTObject_class *)0 , CUControl_Sprayer::Conjugate::rti_rtBound } , { "rtUnbound" , (const RTObject_class *)0 , CUControl_Sprayer::Conjugate::rti_rtUnbound }};// }}}RME
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?