|
SUMO - Simulation of Urban MObility
|
Data Structures | |
| class | Socket |
| class | SocketException |
| class | Storage |
Functions | |
| BailOnSocketError ("tcpip::Socket::recvAndCheck @ recv") | |
| throw | SocketException ("tcpip::Socket::recvAndCheck @ recv: peer shutdown") |
| return | static_cast< size_t > (bytesReceived) |
| void Socket::const | throw (SocketException) |
| bool Socket::const | throw () |
| tcpip::BailOnSocketError | ( | "tcpip::Socket::recvAndCheck @ recv" | ) |
Referenced by throw().
| throw tcpip::SocketException | ( | "tcpip::Socket::recvAndCheck @ recv: peer shutdown" | ) |
| return tcpip::static_cast< size_t > | ( | bytesReceived | ) |
Referenced by TraCIServerAPI_Junction::processGet(), and TraCIServerAPI_Lane::processGet().
| void tcpip::Socket::throw | ( | SocketException | ) |
Definition at line 149 of file socket.cpp.
References SocketException().
| bool Socket:: const tcpip::throw | ( | ) |
Definition at line 173 of file socket.cpp.
References BailOnSocketError().