17 "implementation_id",
"DummyModule1",
18 "type_name",
"DummyModule1",
19 "description",
"Console input component",
21 "vendor",
"Noriaki Ando, AIST",
22 "category",
"example",
23 "activity_type",
"DataFlowComponent",
26 "lang_type",
"compile",
82 RTC::Create<DummyModule1>,
83 RTC::Delete<DummyModule1>);
static const char * DummyModule1_spec[]
DataFlowComponentBase class.
Class represents a set of properties.
void DummyModule1Init(RTC::Manager *manager)
DummyModule1(RTC::Manager *manager)
bool registerFactory(coil::Properties &profile, RtcNewFunc new_func, RtcDeleteFunc delete_func)
Register RT-Component Factory.