null component $Date$ More...
#include <rtm/CorbaNaming.h>#include "ForwardKinematics.h"#include "hrpModel/Link.h"#include "hrpModel/ModelLoaderUtil.h"
Go to the source code of this file.
Typedefs | |
| typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
| void | ForwardKinematicsInit (RTC::Manager *manager) |
Variables | |
| static const char * | nullcomponent_spec [] |
| typedef coil::Guard<coil::Mutex> Guard |
Definition at line 16 of file ForwardKinematics.cpp.
| void ForwardKinematicsInit | ( | RTC::Manager * | manager | ) |
Definition at line 356 of file ForwardKinematics.cpp.
const char* nullcomponent_spec[] [static] |
{
"implementation_id", "ForwardKinematics",
"type_name", "ForwardKinematics",
"description", "forward kinematics component",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.sensorAttachedLink", "",
""
}
Definition at line 20 of file ForwardKinematics.cpp.