 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef OutputDevice_Network_h
19 #define OutputDevice_Network_h
Static storage of an output device and its base (abstract) implementation.
~OutputDevice_Network()
Destructor.
tcpip::Socket * mySocket
the socket to transfer the data
std::ostringstream myMessage
packet buffer
OutputDevice_Network(const std::string &host, const int port)
Constructor.
virtual void postWriteHook()
Sends the data which was written to the string stream over the socket.
std::ostream & getOStream()
Returns the associated ostream.
An output device for TCP/IP network connections.