SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TraCIServerAPI_Route Class Reference

APIs for getting/setting route values via TraCI. More...

#include <TraCIServerAPI_Route.h>

Static Public Member Functions

static bool processGet (traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
 Processes a get value command (Command 0xa6: Get Route Variable)
static bool processSet (traci::TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
 Processes a set value command (Command 0xc6: Change Route State)

Private Member Functions

TraCIServerAPI_Routeoperator= (const TraCIServerAPI_Route &s)
 invalidated assignment operator
 TraCIServerAPI_Route (const TraCIServerAPI_Route &s)
 invalidated copy constructor

Detailed Description

APIs for getting/setting route values via TraCI.

Definition at line 48 of file TraCIServerAPI_Route.h.

Constructor & Destructor Documentation

TraCIServerAPI_Route::TraCIServerAPI_Route ( const TraCIServerAPI_Route s)
private

invalidated copy constructor

Member Function Documentation

TraCIServerAPI_Route& TraCIServerAPI_Route::operator= ( const TraCIServerAPI_Route s)
private

invalidated assignment operator

bool TraCIServerAPI_Route::processGet ( traci::TraCIServer server,
tcpip::Storage inputStorage,
tcpip::Storage outputStorage 
)
static
bool TraCIServerAPI_Route::processSet ( traci::TraCIServer server,
tcpip::Storage inputStorage,
tcpip::Storage outputStorage 
)
static

Processes a set value command (Command 0xc6: Change Route State)

Parameters
[in]serverThe TraCI-server-instance which schedules this request
[in]inputStorageThe storage to read the command from
[out]outputStorageThe storage to write the result to

Definition at line 106 of file TraCIServerAPI_Route.cpp.

References ADD, CMD_SET_ROUTE_VARIABLE, MSRoute::dictionary(), MSEdge::dictionary(), tcpip::Storage::readString(), traci::TraCIServer::readTypeCheckingStringList(), tcpip::Storage::readUnsignedByte(), RTYPE_OK, traci::TraCIServer::writeErrorStatusCmd(), and traci::TraCIServer::writeStatusCmd().

Referenced by traci::TraCIServer::TraCIServer().


The documentation for this class was generated from the following files: