joystick output to velocity converter $Date$ More...
#include <rtm/idl/BasicDataType.hh>
#include <rtm/idl/ExtendedDataTypes.hh>
#include "hrpsys/util/VectorConvert.h"
#include "Joystick2Velocity2D.h"
Go to the source code of this file.
Functions | |
void | Joystick2Velocity2DInit (RTC::Manager *manager) |
Variables | |
static const char * | joystick2velocity_spec [] |
void Joystick2Velocity2DInit | ( | RTC::Manager * | manager | ) |
Definition at line 184 of file Joystick2Velocity2D.cpp.
const char* joystick2velocity_spec[] [static] |
{ "implementation_id", "Joystick2Velocity2D", "type_name", "Joystick2Velocity2D", "description", "joystick output to velocity converter", "version", HRPSYS_PACKAGE_VERSION, "vendor", "AIST", "category", "example", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "conf.default.debugLevel", "0", "conf.default.axesIds", "0,1,2", "conf.default.scales", "1.0,1.0,1.0", "conf.default.neutrals", "0.0,0.0,0.0", "" }
Definition at line 17 of file Joystick2Velocity2D.cpp.