SUMO - Simulation of Urban MObility
|
#include <socket.h>
Public Member Functions | |
SocketException (std::string what) throw () | |
virtual const char * | what () const throw () |
~SocketException () throw () | |
Private Attributes | |
std::string | what_ |
|
inline |
|
inline |
|
inlinevirtual |
Definition at line 70 of file socket.h.
References what_.
Referenced by testclient::TraCITestClient::commandClose(), testclient::TraCITestClient::commandGetVariable(), testclient::TraCITestClient::commandSetValue(), testclient::TraCITestClient::commandSimulationStep(), testclient::TraCITestClient::commandSubscribeContextVariable(), testclient::TraCITestClient::commandSubscribeObjectVariable(), OutputDevice_Network::OutputDevice_Network(), traci::TraCIServer::processCommandsUntilSimStep(), testclient::TraCITestClient::run(), SocketException(), and traci::TraCIServer::TraCIServer().
|
private |
Definition at line 62 of file socket.h.
Referenced by SocketException(), and what().