10 #ifndef YARP_OS_PORTWRITER_H
11 #define YARP_OS_PORTWRITER_H
18 class ConnectionWriter;
50 virtual void onCompletion()
const;
58 virtual void onCommencement()
const;
An interface for writing to a network connection.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
virtual bool write(ConnectionWriter &writer) const =0
Write this object to a network connection.
virtual ~PortWriter()
Destructor.
The main, catch-all namespace for YARP.