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