6#ifndef YARP_DEV_JOYPADCONTROLSERVER_JOYPADCONTROLSERVER_H
7#define YARP_DEV_JOYPADCONTROLSERVER_JOYPADCONTROLSERVER_H
27 std::map<int, getcountmethod> m_countGetters;
62 std::string m_rpcPortName;
86 bool close()
override;
This class is the parameters parser for class JoypadControlServer.
JoypadControlServer: joypad input network wrapper on server side
JoypadControlServer & operator=(const JoypadControlServer &)=delete
JoypadControlServer & operator=(JoypadControlServer &&)=delete
bool open(yarp::os::Searchable ¶ms) override
Open the DeviceDriver.
JoypadControlServer(JoypadControlServer &&)=delete
void threadRelease() override
Release method.
~JoypadControlServer() override
bool attach(yarp::dev::PolyDriver *poly) override
Attach to another object.
bool close() override
Close the DeviceDriver.
JoypadControlServer(const JoypadControlServer &)=delete
bool detach() override
Detach the object (you must have first called attach).
void run() override
Loop function.
bool threadInit() override
Initialization method.
bool configure(yarp::dev::IJoypadController *interface)
~JoypadCtrlParser() override=default
bool respond(const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override
Respond to a message.
Interface implemented by all device drivers.
A cheap and cheerful framework for human readable/writable forms of messages to devices.
JoypadCtrl_coordinateMode
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A simple collection of objects that can be described and transmitted in a portable way.
A mini-server for performing network communication in the background.
An abstraction for a periodic thread.
A mini-server for network communication.
A base class for nested structures that can be searched.