SUMO - Simulation of Urban MObility
MSBatteryExport Class Reference

Realises dumping Battery Data. More...

#include <MSBatteryExport.h>

Collaboration diagram for MSBatteryExport:
Collaboration graph

Static Public Member Functions

static void write (OutputDevice &of, SUMOTime timestep, int precision)
 Writes the complete network state of the given edges into the given device. More...
 

Private Member Functions

 MSBatteryExport (const MSBatteryExport &)
 Invalidated copy constructor. More...
 
MSBatteryExportoperator= (const MSBatteryExport &)
 Invalidated assignment operator. More...
 

Detailed Description

Realises dumping Battery Data.

The class offers a static method, which writes all available Battery factors of each vehicles of the network into the given OutputDevice.

Todo:
consider error-handling on write (using IOError)

Definition at line 56 of file MSBatteryExport.h.

Constructor & Destructor Documentation

MSBatteryExport::MSBatteryExport ( const MSBatteryExport )
private

Invalidated copy constructor.

Member Function Documentation

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

Invalidated assignment operator.

void MSBatteryExport::write ( OutputDevice of,
SUMOTime  timestep,
int  precision 
)
static

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