SUMO - Simulation of Urban MObility
TraCIServerAPI_Edge Class Reference

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

#include <TraCIServerAPI_Edge.h>

Static Public Member Functions

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

Private Member Functions

TraCIServerAPI_Edgeoperator= (const TraCIServerAPI_Edge &s)
 invalidated assignment operator
 TraCIServerAPI_Edge (const TraCIServerAPI_Edge &s)
 invalidated copy constructor

Detailed Description

APIs for getting/setting edge values via TraCI.

Definition at line 47 of file TraCIServerAPI_Edge.h.


Constructor & Destructor Documentation

invalidated copy constructor


Member Function Documentation

TraCIServerAPI_Edge& TraCIServerAPI_Edge::operator= ( const TraCIServerAPI_Edge s) [private]

invalidated assignment operator


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines