indicatorlight.cpp

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

CPP
75
字号
// {{{RME classifier 'Logical View::HWDrivers::IndicatorLight'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/IndicatorLight.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/IndicatorLight.h>const RTProtocolDescriptor IndicatorLight::Base::rt_class ={	&RTRootProtocol::rt_class  , &IndicatorLight::Conjugate::rt_class  , "IndicatorLight"  , 0  , 4  , IndicatorLight::Base::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor IndicatorLight::Base::rt_signals[] ={	{		"indicatorOff"	  , &RTType_void	  , IndicatorLight::Base::rti_indicatorOff	}  , {		"indicatorOn"	  , &RTType_void	  , IndicatorLight::Base::rti_indicatorOn	}  , {		"rtBound"	  , (const RTObject_class *)0	  , IndicatorLight::Base::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , IndicatorLight::Base::rti_rtUnbound	}};const RTProtocolDescriptor IndicatorLight::Conjugate::rt_class ={	&RTRootProtocol::rt_class  , &IndicatorLight::Base::rt_class  , "IndicatorLight"  , 0  , 2  , IndicatorLight::Conjugate::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor IndicatorLight::Conjugate::rt_signals[] ={	{		"rtBound"	  , (const RTObject_class *)0	  , IndicatorLight::Conjugate::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , IndicatorLight::Conjugate::rti_rtUnbound	}};// }}}RME

⌨️ 快捷键说明

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