![]() |
SUMO - Simulation of Urban MObility
|
#include <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 | |
Route & | operator= (const Route &src) |
invalidated assignment operator More... | |
Route () | |
invalidated standard constructor More... | |
Route (const Route &src) | |
invalidated copy constructor More... | |
|
private |
invalidated standard constructor
|
private |
invalidated copy constructor
|
static |
Definition at line 82 of file Route.cpp.
References MSRoute::dictionary(), and MSEdge::dictionary().
Referenced by TraCIServerAPI_Route::processSet().
|
static |
Definition at line 52 of file Route.cpp.
References MSRoute::getEdges(), and getRoute().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 63 of file Route.cpp.
References getIDList().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 45 of file Route.cpp.
References MSRoute::insertIDs().
Referenced by getIDCount(), and TraCIServerAPI_Route::processGet().
|
static |
Definition at line 69 of file Route.cpp.
References Parameterised::getParameter(), and getRoute().
Referenced by TraCIServerAPI_Route::processGet().
|
static |
Definition at line 99 of file Route.cpp.
References MSRoute::dictionary().
Referenced by getEdges(), getParameter(), and setParameter().
|
static |
Definition at line 75 of file Route.cpp.
References getRoute(), and Parameterised::setParameter().
Referenced by TraCIServerAPI_Route::processSet().
|
static |
|
static |