|
YARP
Yet Another Robot Platform
|
|
A dummy connection to test yarp::os::Portable implementations.
virtual bool read(ConnectionReader &reader)=0
Read this object from a network connection.
virtual Type getType() const
ConnectionReader & getReader(ConnectionWriter *replyWriter=nullptr)
Get the dummy ConnectionReader loaded with whatever was written the ConnectionWriter since it was las...
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
ConnectionWriter & getWriter()
Get the dummy ConnectionWriter loaded with whatever was written the ConnectionWriter since it was las...
static bool copyPortable(const PortWriter &writer, PortReader &reader)
Copy one portable to another, via writing and reading.
virtual Type getReadType() const
virtual bool write(ConnectionWriter &writer) const =0
Write this object to a network connection.