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);
54 static void setAcceptedBadges(
const std::string& stopID,
const std::vector<std::string>& badges);
58 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
static ContextSubscriptionResults myContextSubscriptionResults
static std::string getName(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 SubscriptionResults mySubscriptionResults
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API void setAcceptedBadges(const std::string &stopID, const std::vector< std::string > &badges)
static MSStoppingPlace * getParkingArea(const std::string &id)
static double getEndPos(const std::string &stopID)
static std::vector< std::string > getVehicleIDs(const std::string &stopID)
static std::vector< std::string > getAcceptedBadges(const std::string &stopID)
ParkingArea()=delete
invalidated standard constructor
static std::shared_ptr< VariableWrapper > makeWrapper()
static double getStartPos(const std::string &stopID)
static std::string getLaneID(const std::string &stopID)
A lane area vehicles can halt at.