Eclipse SUMO - Simulation of Urban MObility
MSChargingStation::charge Struct Reference

struct to save information for the cahrgingStation output More...

#include <MSChargingStation.h>

Collaboration diagram for MSChargingStation::charge:

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 cahrgingStation output

Definition at line 111 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 113 of file MSChargingStation.h.

Field Documentation

◆ actualBatteryCapacity

double MSChargingStation::charge::actualBatteryCapacity

Definition at line 138 of file MSChargingStation.h.

◆ chargingEfficiency

double MSChargingStation::charge::chargingEfficiency

Definition at line 144 of file MSChargingStation.h.

◆ chargingPower

double MSChargingStation::charge::chargingPower

Definition at line 142 of file MSChargingStation.h.

◆ maxBatteryCapacity

double MSChargingStation::charge::maxBatteryCapacity

Definition at line 140 of file MSChargingStation.h.

◆ status

std::string MSChargingStation::charge::status

status

Definition at line 134 of file MSChargingStation.h.

◆ timeStep

SUMOTime MSChargingStation::charge::timeStep

Definition at line 128 of file MSChargingStation.h.

◆ totalEnergyCharged

double MSChargingStation::charge::totalEnergyCharged

Definition at line 146 of file MSChargingStation.h.

◆ vehicleID

std::string MSChargingStation::charge::vehicleID

Definition at line 130 of file MSChargingStation.h.

◆ vehicleType

std::string MSChargingStation::charge::vehicleType

Definition at line 132 of file MSChargingStation.h.

◆ WCharged

double MSChargingStation::charge::WCharged

Definition at line 136 of file MSChargingStation.h.

Referenced by MSChargingStation::writeChargingStationOutput().


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