#include <GLbodyRTC.h>

Public Member Functions | |
| GLbodyRTC (RTC::Manager *manager=&RTC::Manager::instance()) | |
Static Public Member Functions | |
| static void | moduleInit (RTC::Manager *) |
Static Private Attributes | |
| static const char * | glbodyrtc_spec [] |
Definition at line 7 of file GLbodyRTC.h.
| GLbodyRTC::GLbodyRTC | ( | RTC::Manager * | manager = &RTC::Manager::instance() | ) |
Definition at line 20 of file GLbodyRTC.cpp.
| void GLbodyRTC::moduleInit | ( | RTC::Manager * | manager | ) | [static] |
Reimplemented from BodyRTC.
Definition at line 29 of file GLbodyRTC.cpp.
const char * GLbodyRTC::glbodyrtc_spec [static, private] |
{
"implementation_id", "GLbodyRTC",
"type_name", "GLbodyRTC",
"description", "GLbodyRTC component",
"version", "0.1",
"vendor", "AIST",
"category", "Generic",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 13 of file GLbodyRTC.h.