Eclipse SUMO - Simulation of Urban MObility
|
struct to save information for the chargingStation output More...
#include <MSChargingStation.h>
Public Member Functions | |
Charge (SUMOTime _timeStep, std::string _vehicleID, std::string _vehicleType, std::string _status, double _WCharged, double _actualBatteryCapacity, double _maxBatteryCapacity, double _chargingPower, double _chargingEfficiency, double _totalEnergyCharged) | |
constructor | |
Data Fields | |
double | actualBatteryCapacity |
double | chargingEfficiency |
double | chargingPower |
double | maxBatteryCapacity |
std::string | status |
status | |
SUMOTime | timeStep |
double | totalEnergyCharged |
std::string | vehicleID |
std::string | vehicleType |
double | WCharged |
struct to save information for the chargingStation output
Definition at line 127 of file MSChargingStation.h.
|
inline |
constructor
Definition at line 129 of file MSChargingStation.h.
double MSChargingStation::Charge::actualBatteryCapacity |
Definition at line 154 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
double MSChargingStation::Charge::chargingEfficiency |
Definition at line 160 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
double MSChargingStation::Charge::chargingPower |
Definition at line 158 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
double MSChargingStation::Charge::maxBatteryCapacity |
Definition at line 156 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
std::string MSChargingStation::Charge::status |
status
Definition at line 150 of file MSChargingStation.h.
Referenced by MSChargingStation::writeVehicle().
SUMOTime MSChargingStation::Charge::timeStep |
Definition at line 144 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
double MSChargingStation::Charge::totalEnergyCharged |
Definition at line 162 of file MSChargingStation.h.
Referenced by MSChargingStation::writeVehicle().
std::string MSChargingStation::Charge::vehicleID |
Definition at line 146 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
std::string MSChargingStation::Charge::vehicleType |
Definition at line 148 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().
double MSChargingStation::Charge::WCharged |
Definition at line 152 of file MSChargingStation.h.
Referenced by MSChargingStation::writeAggregatedChargingStationOutput(), and MSChargingStation::writeVehicle().