Access a joystick control device. More...
Go to the source code of this file.
Functions | |
void | JoystickInit (RTC::Manager *manager) |
Variables | |
static const char * | joystick_spec [] |
void JoystickInit | ( | RTC::Manager * | manager | ) |
Definition at line 199 of file Joystick.cpp.
const char* joystick_spec[] [static] |
{ "implementation_id", "Joystick", "type_name", "Joystick", "description", "Access a joystick control device.", "version", HRPSYS_PACKAGE_VERSION, "vendor", "AIST", "category", "Human input", "activity_type", "PERIODIC", "kind", "DataFlowComponent", "max_instance", "1", "language", "C++", "lang_type", "compile", "conf.default.device", "/dev/input/js1", "conf.default.debugLevel", "0", "" }
Definition at line 15 of file Joystick.cpp.