Eclipse SUMO - Simulation of Urban MObility
|
#include <MSChargingStationExport.h>
Static Public Member Functions | |
static void | write (OutputDevice &of, bool end=false) |
Writes the recently completed charging events. | |
Private Member Functions | |
MSChargingStationExport (const MSChargingStationExport &) | |
Invalidated copy constructor. | |
MSChargingStationExport & | operator= (const MSChargingStationExport &) |
Invalidated assignment operator. | |
Definition at line 44 of file MSChargingStationExport.h.
|
private |
Invalidated copy constructor.
|
private |
Invalidated assignment operator.
|
static |
Writes the recently completed charging events.
Any charging event which ended and hasn't been written will get its data aggregated and written to output.
[in] | of | The output device to use |
[in] | end | Whether the simulation ends |
IOError | If an error on writing occurs (!!! not yet implemented) |
Definition at line 38 of file MSChargingStationExport.cpp.
References OptionsCont::getBool(), MSNet::getInstance(), OptionsCont::getOptions(), MSNet::getStoppingPlaces(), and SUMO_TAG_CHARGING_STATION.
Referenced by MSNet::closeSimulation(), and MSNet::writeOutput().