 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
37 class VariableWrapper;
52 static std::vector<std::string>
getIDList();
54 static std::vector<std::string>
getEdges(
const std::string& routeID);
55 static std::string
getParameter(
const std::string& routeID,
const std::string& param);
57 static void add(
const std::string& routeID,
const std::vector<std::string>& edgeIDs);
58 static void setParameter(
const std::string& routeID,
const std::string& key,
const std::string& value);
62 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_SUBSCRIPTION_API
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper)
static ContextSubscriptionResults myContextSubscriptionResults
static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper()
std::map< std::string, SubscriptionResults > ContextSubscriptionResults
static std::vector< std::string > getEdges(const std::string &routeID)
static void add(const std::string &routeID, const std::vector< std::string > &edgeIDs)
static SubscriptionResults mySubscriptionResults
static std::vector< std::string > getIDList()
static void setParameter(const std::string &routeID, const std::string &key, const std::string &value)
Route()=delete
invalidated standard constructor
static const MSRoute * getRoute(const std::string &id)
static std::string getParameter(const std::string &routeID, const std::string ¶m)
std::map< std::string, TraCIResults > SubscriptionResults
{object->{variable->value}}