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

Field Documentation

◆ actualBatteryCapacity

double MSChargingStation::Charge::actualBatteryCapacity

Definition at line 124 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ chargingEfficiency

double MSChargingStation::Charge::chargingEfficiency

Definition at line 130 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ chargingPower

double MSChargingStation::Charge::chargingPower

Definition at line 128 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ maxBatteryCapacity

double MSChargingStation::Charge::maxBatteryCapacity

Definition at line 126 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ status

std::string MSChargingStation::Charge::status

status

Definition at line 120 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ timeStep

SUMOTime MSChargingStation::Charge::timeStep

Definition at line 114 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ totalEnergyCharged

double MSChargingStation::Charge::totalEnergyCharged

Definition at line 132 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ vehicleID

std::string MSChargingStation::Charge::vehicleID

Definition at line 116 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ vehicleType

std::string MSChargingStation::Charge::vehicleType

Definition at line 118 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().

◆ WCharged

double MSChargingStation::Charge::WCharged

Definition at line 122 of file MSChargingStation.h.

Referenced by MSChargingStation::writeVehicle().


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