⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commheadsup.cpp

📁 含有uml的多个实例及实例的java源码。
💻 CPP
字号:
// {{{RME classifier 'Logical View::CommHeadsUp'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "CommHeadsUp.h"#endif#include <RTSystem/CardGameComponent.h>#include <CommHeadsUp.h>const RTProtocolDescriptor CommHeadsUp::Base::rt_class ={	&RTRootProtocol::rt_class  , &CommHeadsUp::Conjugate::rt_class  , "CommHeadsUp"  , 0  , 4  , CommHeadsUp::Base::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor CommHeadsUp::Base::rt_signals[] ={	{		"Ante"	  , &RTType_int	  , CommHeadsUp::Base::rti_Ante	}  , {		"HandValue"	  , &RTType_int	  , CommHeadsUp::Base::rti_HandValue	}  , {		"rtBound"	  , (const RTObject_class *)0	  , CommHeadsUp::Base::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , CommHeadsUp::Base::rti_rtUnbound	}};const RTProtocolDescriptor CommHeadsUp::Conjugate::rt_class ={	&RTRootProtocol::rt_class  , &CommHeadsUp::Base::rt_class  , "CommHeadsUp"  , 0  , 5  , CommHeadsUp::Conjugate::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor CommHeadsUp::Conjugate::rt_signals[] ={	{		"ACard"	  , &RTType_Card	  , CommHeadsUp::Conjugate::rti_ACard	}  , {		"Lose"	  , &RTType_void	  , CommHeadsUp::Conjugate::rti_Lose	}  , {		"Win"	  , &RTType_int	  , CommHeadsUp::Conjugate::rti_Win	}  , {		"rtBound"	  , (const RTObject_class *)0	  , CommHeadsUp::Conjugate::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , CommHeadsUp::Conjugate::rti_rtUnbound	}};// }}}RME

⌨️ 快捷键说明

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