![]() |
SUMO - Simulation of Urban MObility
|
struct to save information for the cahrgingStation 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 More... | |
Data Fields | |
| double | actualBatteryCapacity |
| double | chargingEfficiency |
| double | chargingPower |
| double | maxBatteryCapacity |
| std::string | status |
| status More... | |
| SUMOTime | timeStep |
| double | totalEnergyCharged |
| std::string | vehicleID |
| std::string | vehicleType |
| double | WCharged |
struct to save information for the cahrgingStation output
Definition at line 116 of file MSChargingStation.h.
|
inline |
constructor
Definition at line 118 of file MSChargingStation.h.
| double MSChargingStation::charge::actualBatteryCapacity |
Definition at line 143 of file MSChargingStation.h.
| double MSChargingStation::charge::chargingEfficiency |
Definition at line 149 of file MSChargingStation.h.
| double MSChargingStation::charge::chargingPower |
Definition at line 147 of file MSChargingStation.h.
| double MSChargingStation::charge::maxBatteryCapacity |
Definition at line 145 of file MSChargingStation.h.
| std::string MSChargingStation::charge::status |
status
Definition at line 139 of file MSChargingStation.h.
| SUMOTime MSChargingStation::charge::timeStep |
Definition at line 133 of file MSChargingStation.h.
| double MSChargingStation::charge::totalEnergyCharged |
Definition at line 151 of file MSChargingStation.h.
| std::string MSChargingStation::charge::vehicleID |
Definition at line 135 of file MSChargingStation.h.
| std::string MSChargingStation::charge::vehicleType |
Definition at line 137 of file MSChargingStation.h.
| double MSChargingStation::charge::WCharged |
Definition at line 141 of file MSChargingStation.h.