joint acceleration checker $Date$ More...
#include <math.h>#include <iomanip>#include <stdio.h>#include "AccelerationChecker.h"#include "hrpsys/idl/RobotHardwareService.hh"
Go to the source code of this file.
Functions | |
| void | AccelerationCheckerInit (RTC::Manager *manager) |
Variables | |
| static const char * | spec [] |
| void AccelerationCheckerInit | ( | RTC::Manager * | manager | ) |
Definition at line 223 of file AccelerationChecker.cpp.
{
"implementation_id", "AccelerationChecker",
"type_name", "AccelerationChecker",
"description", "Joint acceleration checker",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.thd", "1000",
"conf.default.print", "0",
""
}
Definition at line 18 of file AccelerationChecker.cpp.