null component $Date$ More...
#include "TorqueController.h"#include "hrpsys/util/VectorConvert.h"#include <rtm/CorbaNaming.h>#include <hrpModel/ModelLoaderUtil.h>#include <hrpUtil/MatrixSolvers.h>#include <map>
Go to the source code of this file.
Typedefs | |
| typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
| void | TorqueControllerInit (RTC::Manager *manager) |
Variables | |
| static const char * | torquecontroller_spec [] |
| typedef coil::Guard<coil::Mutex> Guard |
Definition at line 39 of file TorqueController.cpp.
| void TorqueControllerInit | ( | RTC::Manager * | manager | ) |
Definition at line 698 of file TorqueController.cpp.
const char* torquecontroller_spec[] [static] |
{
"implementation_id", "TorqueController",
"type_name", "TorqueController",
"description", "Component for joint torque control",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.debugLevel", "0",
""
}
Definition at line 21 of file TorqueController.cpp.