![]() |
Eclipse 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 bool | handleVariable (const std::string &objID, const int variable, VariableWrapper *wrapper) |
static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > | makeWrapper () |
static void | setParameter (const std::string &routeID, const std::string &key, const std::string &value) |
Private Member Functions | |
Route ()=delete | |
invalidated standard constructor More... | |
Static Private Member Functions | |
static const MSRoute * | getRoute (const std::string &id) |
Static Private Attributes | |
static ContextSubscriptionResults | myContextSubscriptionResults |
static SubscriptionResults | mySubscriptionResults |
|
privatedelete |
invalidated standard constructor
|
static |
Definition at line 84 of file Route.cpp.
References MSRoute::dictionary(), and MSEdge::dictionary().
Referenced by libsumo::Vehicle::add(), and TraCIServerAPI_Route::processSet().
|
static |
Definition at line 54 of file Route.cpp.
References MSRoute::getEdges(), and getRoute().
Referenced by handleVariable().
|
static |
|
static |
Definition at line 47 of file Route.cpp.
References MSRoute::insertIDs().
Referenced by getIDCount(), and handleVariable().
|
static |
Definition at line 71 of file Route.cpp.
References Parameterised::getParameter(), and getRoute().
Referenced by TraCIServerAPI_Route::processGet().
|
staticprivate |
Definition at line 107 of file Route.cpp.
References MSRoute::dictionary().
Referenced by getEdges(), getParameter(), and setParameter().
|
static |
Definition at line 123 of file Route.cpp.
References getEdges(), getIDCount(), getIDList(), libsumo::ID_COUNT, libsumo::TRACI_ID_LIST, libsumo::VAR_EDGES, libsumo::VariableWrapper::wrapInt(), and libsumo::VariableWrapper::wrapStringList().
Referenced by makeWrapper(), and TraCIServerAPI_Route::processGet().
|
static |
Definition at line 117 of file Route.cpp.
References handleVariable(), myContextSubscriptionResults, and mySubscriptionResults.
Referenced by libsumo::Helper::handleSingleSubscription().
|
static |
Definition at line 77 of file Route.cpp.
References getRoute(), and Parameterised::setParameter().
Referenced by TraCIServerAPI_Route::processSet().
|
staticprivate |
Definition at line 70 of file Route.h.
Referenced by makeWrapper().
|
staticprivate |
Definition at line 69 of file Route.h.
Referenced by makeWrapper().