44 static std::string
getLaneID(
const std::string& stopID);
45 static double getStartPos(
const std::string& stopID);
46 static double getEndPos(
const std::string& stopID);
47 static std::string
getName(
const std::string& stopID);
49 static std::vector<std::string>
getVehicleIDs(
const std::string& stopID);
51 static std::vector<std::string>
getPersonIDs(
const std::string& stopID);
58 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper()
static ContextSubscriptionResults myContextSubscriptionResults
static int getVehicleCount(const std::string &stopID)
static double getEndPos(const std::string &stopID)
static MSStoppingPlace * getBusStop(const std::string &id)
static std::string getName(const std::string &stopID)
static int getPersonCount(const std::string &stopID)
static double getStartPos(const std::string &stopID)
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper, tcpip::Storage *paramData)
BusStop()=delete
invalidated standard constructor
static std::vector< std::string > getVehicleIDs(const std::string &stopID)
static std::vector< std::string > getPersonIDs(const std::string &stopID)
static SubscriptionResults mySubscriptionResults
static std::string getLaneID(const std::string &stopID)
A lane area vehicles can halt at.