|
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.
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...
static void handler(int sig)
ConnectionWriter & getWriter()
Get the dummy ConnectionWriter loaded with whatever was written the ConnectionWriter since it was las...
virtual bool write(ConnectionWriter &writer) const =0
Write this object to a network connection.
Classes for constructing name servers.
void setTextMode(bool textmode)
Set the textMode of the dummy connection.
An interface to the operating system, including Port based communication.
bool process(yarp::os::PortWriter &in, yarp::os::PortReader &out, const yarp::os::Contact &remote) override
Manage a single connection to the name server.