7 #ifndef YARP_OS_PORTWRITER_H
8 #define YARP_OS_PORTWRITER_H
15 class ConnectionWriter;
47 virtual void onCompletion()
const;
55 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.