Eclipse SUMO - Simulation of Urban MObility
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 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
 

Detailed Description

struct to save information for the chargingStation output

Definition at line 127 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

constructor

Definition at line 129 of file MSChargingStation.h.

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 150 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ timeStep

SUMOTime MSChargingStation::Charge::timeStep

◆ totalEnergyCharged

double MSChargingStation::Charge::totalEnergyCharged

Definition at line 162 of file MSChargingStation.h.

Referenced by 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: