
Go to the source code of this file.
Classes | |
| class | RTC::DummyModule |
Namespaces | |
| namespace | RTC |
RT-Component. | |
Functions | |
| void | DummyModuleInit (RTC::Manager *manager) |
| int | RTC::getInitProcCount () |
| void | RTC::InitProc (Manager *manager) |
| void | RTC::resetInitProcCount () |
Variables | |
| static const char * | dummy_spec [] |
| void DummyModuleInit | ( | RTC::Manager * | manager | ) |
Definition at line 63 of file DummyModule.cpp.
const char* dummy_spec[] [static] |
{
"implementation_id", "Dummy",
"type_name", "Dummy",
"description", "",
"version", "",
"vendor", "",
"category", "",
"activity_type", "",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 45 of file DummyModule.cpp.