JoypadControlClient
: joypad input network wrapper on client side
More...
#include <networkWrappers/JoypadControlClient/JoypadControlClient.h>
Additional Inherited Members | |
![]() | |
enum | JoypadCtrl_coordinateMode |
![]() | |
enum | JoypadCtrl_coordinateMode { JypCtrlcoord_POLAR = 0 , JypCtrlcoord_CARTESIAN = 1 } |
![]() | |
const std::string | m_device_classname = {"JoypadControlClient"} |
const std::string | m_device_name = {"JoypadControlClient"} |
bool | m_parser_is_strict = false |
const parser_version_type | m_parser_version = {} |
const std::string | m_local_defaultValue = {""} |
const std::string | m_remote_defaultValue = {""} |
std::string | m_local = {} |
std::string | m_remote = {} |
![]() | |
virtual bool | executeAction (int action_id) |
virtual bool | parseActions (const yarp::os::Searchable &cfg, int *count=nullptr) |
![]() | |
std::map< int, std::string > | m_actions |
![]() | |
std::map< int, std::string > | m_actions |
JoypadControlClient
: joypad input network wrapper on client side
Parameters required by this device are shown in class: JoypadControlClient_ParamsParser
Definition at line 37 of file JoypadControlClient.h.
JoypadControlClient::JoypadControlClient | ( | ) |
Definition at line 19 of file JoypadControlClient.cpp.
|
delete |
|
delete |
|
overridedefault |
|
overridevirtual |
Close the DeviceDriver.
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 513 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 358 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 197 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 242 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 192 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 321 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 207 of file JoypadControlClient.cpp.
|
overridevirtual |
Implements yarp::dev::IJoypadEventDriven.
Definition at line 397 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 217 of file JoypadControlClient.cpp.
|
overridevirtual |
Implements yarp::dev::IJoypadEventDriven.
Definition at line 222 of file JoypadControlClient.cpp.
|
overridevirtual |
Implements yarp::dev::IJoypadEventDriven.
Definition at line 473 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 212 of file JoypadControlClient.cpp.
|
overridevirtual |
Implements yarp::dev::IJoypadEventDriven.
Definition at line 281 of file JoypadControlClient.cpp.
Implements yarp::dev::IJoypadEventDriven.
Definition at line 202 of file JoypadControlClient.cpp.
|
overridevirtual |
Open the DeviceDriver.
config | is a list of parameters for the device. Which parameters are effective for your device can vary. See device invocation examples. If there is no example for your device, you can run the "yarpdev" program with the verbose flag set to probe what parameters the device is checking. If that fails too, you'll need to read the source code (please nag one of the yarp developers to add documentation for your device). |
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 95 of file JoypadControlClient.cpp.
|
delete |
|
delete |