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);
57 static void setChargingPower(
const std::string& stopID,
double chargingpower);
58 static void setEfficiency(
const std::string& stopID,
double efficiency);
59 static void setChargeDelay(
const std::string& stopID,
double delay);
64 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
static int getChargeInTransit(const std::string &stopID)
static double getEndPos(const std::string &stopID)
static MSStoppingPlace * getChargingStation(const std::string &id)
static std::string getLaneID(const std::string &stopID)
static std::vector< std::string > getVehicleIDs(const std::string &stopID)
static void setChargeDelay(const std::string &stopID, double delay)
static double getChargingPower(const std::string &stopID)
static std::shared_ptr< VariableWrapper > makeWrapper()
static double getChargeDelay(const std::string &stopID)
static std::string getName(const std::string &stopID)
static int getVehicleCount(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)
static void setChargeInTransit(const std::string &stopID, bool value)
static double getEfficiency(const std::string &stopID)
static void setEfficiency(const std::string &stopID, double efficiency)
static ContextSubscriptionResults myContextSubscriptionResults
static SubscriptionResults mySubscriptionResults
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API void setChargingPower(const std::string &stopID, double chargingpower)
ChargingStation()=delete
invalidated standard constructor
A lane area vehicles can halt at.