SUMO - Simulation of Urban MObility
TraCIServerAPI_Edge Class Reference

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

#include <TraCIServerAPI_Edge.h>

Collaboration diagram for TraCIServerAPI_Edge:
Collaboration graph

Static Public Member Functions

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

Private Member Functions

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

Detailed Description

APIs for getting/setting edge values via TraCI.

Definition at line 37 of file TraCIServerAPI_Edge.h.

Constructor & Destructor Documentation

◆ TraCIServerAPI_Edge()

TraCIServerAPI_Edge::TraCIServerAPI_Edge ( const TraCIServerAPI_Edge s)
private

invalidated copy constructor

Member Function Documentation

◆ operator=()

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

invalidated assignment operator

◆ processGet()

◆ processSet()


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