|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
32 reader->reset(is,
nullptr, r, 0,
false);
40 reader.
reset(is,
nullptr, r, 0,
false);
41 return portable.
read(reader);
virtual Bytes readEnvelope()
Read a message envelope, if available.
void reset(yarp::os::InputStream &in, TwoWayStream *str, const Route &route, size_t len, bool textMode, bool bareMode=false)
virtual bool read(ConnectionReader &reader)=0
Read this object from a network connection.
virtual void setParentConnectionReader(ConnectionReader *parentConnectionReader)
Set ConnectionReader to be used for reading the envelope.
Lets Readable objects read from the underlying InputStream associated with the connection between two...
Information about a connection between two ports.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
static ConnectionReader * createConnectionReader(InputStream &is)
Create an instance of YARP's standard connection reader implementation.
A simple abstraction for a block of bytes.
virtual ~ConnectionReader()
Destructor.
static bool readFromStream(PortReader &portable, InputStream &is)
An interface for reading from a network connection.
An interface to the operating system, including Port based communication.
The components from which ports and connections are built.