Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MSChargingStation::Charge Struct Reference

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

Detailed Description

struct to save information for the chargingStation output

Definition at line 167 of file MSChargingStation.h.

Constructor & Destructor Documentation

◆ Charge()

MSChargingStation::Charge::Charge ( SUMOTime _timeStep,
std::string _vehicleID,
std::string _vehicleType,
std::string _status,
double _WCharged,
double _actualBatteryCapacity,
double _maxBatteryCapacity,
double _chargingPower,
double _chargingEfficiency,
double _totalEnergyCharged )
inline

Field Documentation

◆ actualBatteryCapacity

double MSChargingStation::Charge::actualBatteryCapacity

◆ chargingEfficiency

double MSChargingStation::Charge::chargingEfficiency

◆ chargingPower

double MSChargingStation::Charge::chargingPower

◆ maxBatteryCapacity

double MSChargingStation::Charge::maxBatteryCapacity

◆ status

std::string MSChargingStation::Charge::status

status

Definition at line 190 of file MSChargingStation.h.

Referenced by Charge(), and MSChargingStation::writeVehicle().

◆ timeStep

SUMOTime MSChargingStation::Charge::timeStep

◆ totalEnergyCharged

double MSChargingStation::Charge::totalEnergyCharged

Definition at line 202 of file MSChargingStation.h.

Referenced by Charge(), and MSChargingStation::writeVehicle().

◆ vehicleID

std::string MSChargingStation::Charge::vehicleID

◆ vehicleType

std::string MSChargingStation::Charge::vehicleType

◆ WCharged

double MSChargingStation::Charge::WCharged

The documentation for this struct was generated from the following file: