FakeDevice_nws_yarp
: NWS device for testing purposes
More...
#include <fake/fakeDevice_nws_yarp/fakeDevice_nws_yarp.h>
Public Member Functions | |
virtual bool | open (yarp::os::Searchable &prop) override |
Open the DeviceDriver. | |
virtual bool | close () override |
Close the DeviceDriver. | |
virtual bool | attach (yarp::dev::PolyDriver *drv) override |
Attach to another object. | |
virtual bool | detach () override |
Detach the object (you must have first called attach). | |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. | |
![]() | |
DeviceDriver () | |
DeviceDriver (const DeviceDriver &other)=delete | |
DeviceDriver (DeviceDriver &&other) noexcept=delete | |
DeviceDriver & | operator= (const DeviceDriver &other)=delete |
DeviceDriver & | operator= (DeviceDriver &&other) noexcept=delete |
virtual | ~DeviceDriver () |
virtual std::string | id () const |
Return the id assigned to the PolyDriver. | |
virtual void | setId (const std::string &id) |
Set the id for this device. | |
template<class T > | |
bool | view (T *&x) |
Get an interface to the device driver. | |
virtual DeviceDriver * | getImplementation () |
Some drivers are bureaucrats, pointing at others. | |
![]() | |
~WrapperSingle () override | |
Destructor. | |
bool | attachAll (const yarp::dev::PolyDriverList &drivers) final |
Attach to a list of objects. | |
bool | detachAll () final |
Detach the object (you must have first called attach). | |
![]() | |
virtual | ~IWrapper () |
Destructor. | |
![]() | |
virtual | ~IMultipleWrapper () |
Destructor. | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Protected Attributes | |
FakeServerRPCd | m_RPC |
yarp::os::RpcServer | m_RpcPort |
yarp::dev::test::IFakeDeviceInterfaceTest1 * | m_iFake = nullptr |
const std::string | m_rpc_port_name = "/fake_nws/rpc" |
FakeDevice_nws_yarp
: NWS device for testing purposes
Definition at line 21 of file fakeDevice_nws_yarp.h.
|
overridevirtual |
Attach to another object.
driver | the polydriver that you want to attach to. |
Implements yarp::dev::IWrapper.
Definition at line 16 of file fakeDevice_nws_yarp.cpp.
|
overridevirtual |
Close the DeviceDriver.
Reimplemented from yarp::dev::DeviceDriver.
Definition at line 58 of file fakeDevice_nws_yarp.cpp.
|
overridevirtual |
Detach the object (you must have first called attach).
Implements yarp::dev::IWrapper.
Definition at line 51 of file fakeDevice_nws_yarp.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 36 of file fakeDevice_nws_yarp.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 65 of file fakeDevice_nws_yarp.cpp.
|
protected |
Definition at line 28 of file fakeDevice_nws_yarp.h.
|
protected |
Definition at line 26 of file fakeDevice_nws_yarp.h.
|
protected |
Definition at line 29 of file fakeDevice_nws_yarp.h.
|
protected |
Definition at line 27 of file fakeDevice_nws_yarp.h.