![]() |
SUMO - Simulation of Urban MObility
|
C++ TraCI client API implementation. More...
#include <TraCI_Route.h>

Static Public Member Functions | |
| static void | add (const std::string &routeID, const std::vector< std::string > &edgeIDs) |
| static std::vector< std::string > | getEdges (const std::string &routeID) |
| static int | getIDCount () |
| static std::vector< std::string > | getIDList () |
| static std::string | getParameter (const std::string &routeID, const std::string ¶m) |
| static const MSRoute * | getRoute (const std::string &id) |
| static void | setParameter (const std::string &routeID, const std::string &key, const std::string &value) |
| static void | subscribe (const std::string &objID, SUMOTime beginTime, SUMOTime endTime, const std::vector< int > &vars) |
| static void | subscribeContext (const std::string &objID, SUMOTime beginTime, SUMOTime endTime, int domain, double range, const std::vector< int > &vars) |
Private Member Functions | |
| TraCI_Route & | operator= (const TraCI_Route &src) |
| invalidated assignment operator More... | |
| TraCI_Route () | |
| invalidated standard constructor More... | |
| TraCI_Route (const TraCI_Route &src) | |
| invalidated copy constructor More... | |
C++ TraCI client API implementation.
Definition at line 50 of file TraCI_Route.h.
|
private |
invalidated standard constructor
|
private |
invalidated copy constructor
|
static |
Definition at line 81 of file TraCI_Route.cpp.
References MSRoute::dictionary(), and MSEdge::dictionary().
Referenced by TraCIServerAPI_Route::processSet().
|
static |
Definition at line 51 of file TraCI_Route.cpp.
References MSRoute::getEdges(), and getRoute().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 62 of file TraCI_Route.cpp.
References getIDList().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 44 of file TraCI_Route.cpp.
References MSRoute::insertIDs().
Referenced by getIDCount(), and TraCIServerAPI_Route::processGet().
|
static |
Definition at line 68 of file TraCI_Route.cpp.
References Parameterised::getParameter(), and getRoute().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 98 of file TraCI_Route.cpp.
References MSRoute::dictionary().
Referenced by getEdges(), getParameter(), and setParameter().
|
private |
invalidated assignment operator
|
static |
Definition at line 74 of file TraCI_Route.cpp.
References getRoute(), and Parameterised::setParameter().
Referenced by TraCIServerAPI_Route::processSet().
|
static |
|
static |