34 virtual bool close()
override;
38 virtual bool detach()
override;
FakeDevice_nws_yarp: NWS device for testing purposes
virtual bool open(yarp::os::Searchable &prop) override
Open the DeviceDriver.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool detach() override
Detach the object (you must have first called attach).
const std::string m_rpc_port_name
yarp::dev::test::IFakeDeviceInterfaceTest1 * m_iFake
virtual bool attach(yarp::dev::PolyDriver *drv) override
Attach to another object.
virtual bool close() override
Close the DeviceDriver.
yarp::os::RpcServer m_RpcPort
Interface implemented by all device drivers.
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A fake interface for testing,debugging and development purposes.
An interface for reading from a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A port that is specialized as an RPC server.
A base class for nested structures that can be searched.