Eclipse SUMO - Simulation of Urban MObility
|
APIs for getting/setting junction values via TraCI. More...
#include <TraCIServerAPI_Junction.h>
Static Public Member Functions | |
static bool | processGet (TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage) |
Processes a get value command (Command 0xa9: Get Junction Variable) | |
static bool | processSet (TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage) |
Processes a set value command (Command 0xc9: Set Junction Variable) | |
Private Member Functions | |
TraCIServerAPI_Junction & | operator= (const TraCIServerAPI_Junction &s) |
invalidated assignment operator | |
TraCIServerAPI_Junction (const TraCIServerAPI_Junction &s) | |
invalidated copy constructor | |
APIs for getting/setting junction values via TraCI.
Definition at line 42 of file TraCIServerAPI_Junction.h.
|
private |
invalidated copy constructor
|
private |
invalidated assignment operator
|
static |
Processes a get value command (Command 0xa9: Get Junction Variable)
[in] | server | The TraCI-server-instance which schedules this request |
[in] | inputStorage | The storage to read the command from |
[out] | outputStorage | The storage to write the result to |
Definition at line 37 of file TraCIServerAPI_Junction.cpp.
References libsumo::CMD_GET_JUNCTION_VARIABLE, TraCIServer::getWrapperStorage(), TraCIServer::initWrapper(), tcpip::Storage::readString(), tcpip::Storage::readUnsignedByte(), libsumo::RESPONSE_GET_JUNCTION_VARIABLE, libsumo::RTYPE_OK, toHex(), TraCIServer::writeErrorStatusCmd(), TraCIServer::writeResponseWithLength(), and TraCIServer::writeStatusCmd().
Referenced by TraCIServer::TraCIServer().
|
static |
Processes a set value command (Command 0xc9: Set Junction Variable)
[in] | server | The TraCI-server-instance which schedules this request |
[in] | inputStorage | The storage to read the command from |
[out] | outputStorage | The storage to write the result to |
Definition at line 56 of file TraCIServerAPI_Junction.cpp.
References libsumo::CMD_SET_JUNCTION_VARIABLE, libsumo::StorageHelper::readCompound(), tcpip::Storage::readString(), libsumo::StorageHelper::readTypedString(), tcpip::Storage::readUnsignedByte(), libsumo::RTYPE_OK, toHex(), libsumo::VAR_PARAMETER, TraCIServer::writeErrorStatusCmd(), and TraCIServer::writeStatusCmd().
Referenced by TraCIServer::TraCIServer().