An output device for TCP/IP network connections.
~OutputDevice_Network()
Destructor.
tcpip::Socket * mySocket
the socket to transfer the data
std::ostringstream myMessage
packet buffer
std::ostream & getOStream()
Returns the associated ostream.
virtual void postWriteHook()
Sends the data which was written to the string stream over the socket.
Static storage of an output device and its base (abstract) implementation.