Eclipse SUMO - Simulation of Urban MObility
MSChargingStationExport Class Reference

#include <MSChargingStationExport.h>

Static Public Member Functions

static void write (OutputDevice &of, SUMOTime timestep)
 Writes the recently completed charging events. More...
 

Private Member Functions

 MSChargingStationExport (const MSChargingStationExport &)
 Invalidated copy constructor. More...
 
MSChargingStationExportoperator= (const MSChargingStationExport &)
 Invalidated assignment operator. More...
 

Detailed Description

Definition at line 44 of file MSChargingStationExport.h.

Constructor & Destructor Documentation

◆ MSChargingStationExport()

MSChargingStationExport::MSChargingStationExport ( const MSChargingStationExport )
private

Invalidated copy constructor.

Member Function Documentation

◆ operator=()

MSChargingStationExport& MSChargingStationExport::operator= ( const MSChargingStationExport )
private

Invalidated assignment operator.

◆ write()

void MSChargingStationExport::write ( OutputDevice of,
SUMOTime  timestep 
)
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.

Parameters
[in]ofThe output device to use
[in]timestepThe current time step
Exceptions
IOErrorIf an error on writing occurs (!!! not yet implemented)

Definition at line 36 of file MSChargingStationExport.cpp.

References MSNet::getInstance(), and SUMO_TAG_CHARGING_STATION.

Referenced by MSNet::writeOutput().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: