10 #ifndef __HELLORTWORLD_h__ 11 #define __HELLORTWORLD_h__ 14 #include <rtm/RtcBase.h> 15 #include <rtm/RtcManager.h> 16 #include <rtm/RtcInPort.h> 17 #include <rtm/RtcOutPort.h> 24 {RTC_MODULE_NAME,
"HelloRTWorld"},
25 {RTC_MODULE_DESC,
"Hello RT world component"},
26 {RTC_MODULE_VERSION,
"0.1"},
27 {RTC_MODULE_AUTHOR,
"DrSample"},
28 {RTC_MODULE_CATEGORY,
"example"},
29 {RTC_MODULE_COMP_TYPE,
"COMMUTATIVE"},
30 {RTC_MODULE_ACT_TYPE,
"SPORADIC"},
31 {RTC_MODULE_MAX_INST,
"10"},
32 {RTC_MODULE_LANG,
"C++"},
33 {RTC_MODULE_LANG_TYPE,
"COMPILE"},
34 {RTC_MODULE_SPEC_END, NULL}
44 virtual RtmRes rtc_active_do();
53 #endif // __HELLORTWORLD_h__ void HelloRTWorldDelete(RtcBase *p)
static RtcModuleProfSpec hellortworld_spec[]
void HelloRTWorldInit(RtcManager *manager)
RtcBase * HelloRTWorldNew(RtcManager *manager)