
Go to the source code of this file.
Functions | |
| void | DummyModule1Init (RTC::Manager *manager) |
Variables | |
| static const char * | DummyModule1_spec [] |
| void DummyModule1Init | ( | RTC::Manager * | manager | ) |
Definition at line 78 of file ManagerServant/DummyModule1.cpp.
const char* DummyModule1_spec[] [static] |
{
"implementation_id", "DummyModule1",
"type_name", "DummyModule1",
"description", "Console input component",
"version", "1.0",
"vendor", "Noriaki Ando, AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 15 of file ManagerServant/DummyModule1.cpp.