Eclipse SUMO - Simulation of Urban MObility
|
struct to save information for the traction substation output More...
#include <MSOverheadWire.h>
Public Member Functions | |
chargeTS (SUMOTime _timeStep, std::string _substationID, std::string _vehicleIDs, double _energy, double _current, std::string _currentsString, double _voltage, std::string _status, int _numVehicle, int _numVoltageSources, double _alpha, Circuit::alphaFlag _alphaReason) | |
constructor | |
Data Fields | |
double | alpha |
Circuit::alphaFlag | alphaReason |
double | current |
std::string | currentsString |
double | energy |
int | numVehicles |
int | numVoltageSources |
std::string | status |
status | |
std::string | substationID |
SUMOTime | timeStep |
std::string | vehicleIDs |
double | voltage |
struct to save information for the traction substation output
Definition at line 312 of file MSOverheadWire.h.
|
inline |
constructor
Definition at line 314 of file MSOverheadWire.h.
double MSTractionSubstation::chargeTS::alpha |
Definition at line 351 of file MSOverheadWire.h.
Circuit::alphaFlag MSTractionSubstation::chargeTS::alphaReason |
Definition at line 352 of file MSOverheadWire.h.
double MSTractionSubstation::chargeTS::current |
Definition at line 339 of file MSOverheadWire.h.
std::string MSTractionSubstation::chargeTS::currentsString |
Definition at line 341 of file MSOverheadWire.h.
double MSTractionSubstation::chargeTS::energy |
Definition at line 337 of file MSOverheadWire.h.
int MSTractionSubstation::chargeTS::numVehicles |
Definition at line 347 of file MSOverheadWire.h.
int MSTractionSubstation::chargeTS::numVoltageSources |
Definition at line 349 of file MSOverheadWire.h.
std::string MSTractionSubstation::chargeTS::status |
status
Definition at line 345 of file MSOverheadWire.h.
std::string MSTractionSubstation::chargeTS::substationID |
Definition at line 333 of file MSOverheadWire.h.
SUMOTime MSTractionSubstation::chargeTS::timeStep |
Definition at line 331 of file MSOverheadWire.h.
std::string MSTractionSubstation::chargeTS::vehicleIDs |
Definition at line 335 of file MSOverheadWire.h.
double MSTractionSubstation::chargeTS::voltage |
Definition at line 343 of file MSOverheadWire.h.