33 class VariableWrapper;
48 static std::string
getLaneID(
const std::string& stopID);
49 static double getStartPos(
const std::string& stopID);
50 static double getEndPos(
const std::string& stopID);
51 static std::string
getName(
const std::string& stopID);
53 static std::vector<std::string>
getVehicleIDs(
const std::string& stopID);
59 static std::shared_ptr<VariableWrapper>
makeWrapper();
61 static bool handleVariable(
const std::string& objID,
const int variable, VariableWrapper* wrapper);
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
static std::string getLaneID(const std::string &stopID)
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper()
OverheadWire()=delete
invalidated standard constructor
static MSStoppingPlace * getOverheadWire(const std::string &id)
static ContextSubscriptionResults myContextSubscriptionResults
static std::string getName(const std::string &stopID)
static double getEndPos(const std::string &stopID)
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper)
static std::vector< std::string > getVehicleIDs(const std::string &stopID)
static int getVehicleCount(const std::string &stopID)
static double getStartPos(const std::string &stopID)
static SubscriptionResults mySubscriptionResults
Definition of overhead wire segment.
A lane area vehicles can halt at.
std::map< std::string, TraCIResults > SubscriptionResults
{object->{variable->value}}
std::map< std::string, SubscriptionResults > ContextSubscriptionResults