43 static std::string
getLaneID(
const std::string& stopID);
44 static double getStartPos(
const std::string& stopID);
45 static double getEndPos(
const std::string& stopID);
46 static std::string
getName(
const std::string& stopID);
48 static std::vector<std::string>
getVehicleIDs(
const std::string& stopID);
55 static std::shared_ptr<VariableWrapper>
makeWrapper();
#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 std::vector< std::string > getVehicleIDs(const std::string &stopID)
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper, tcpip::Storage *paramData)
static int getVehicleCount(const std::string &stopID)
static double getStartPos(const std::string &stopID)
static SubscriptionResults mySubscriptionResults
A lane area vehicles can halt at.