|
YARP
Yet Another Robot Platform
|
|
virtual bool isNull() const
bool write(ConnectionWriter &connection) const override
Write this object to a network connection.
Simple specification of the minimum functions needed from output streams.
A helper for creating cached object descriptions.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
An interface for writing to a network connection.
virtual bool write(ConnectionWriter &writer) const =0
Write this object to a network connection.
virtual ~ConnectionWriter()
Destructor.
virtual bool isOk() const =0
Check if the stream is ok or in an error state.
An interface to the operating system, including Port based communication.
static bool writeToStream(PortWriter &portable, OutputStream &os)
The components from which ports and connections are built.
static ConnectionWriter * createBufferedConnectionWriter()
Create a connection writer implementation that stores to a buffer which can be read later using getBu...