SUMO - Simulation of Urban MObility
|
Realises dumping Emission Data. More...
#include <MSEmissionExport.h>
Static Public Member Functions | |
static void | write (OutputDevice &of, SUMOTime timestep) |
Writes the complete network state of the given edges into the given device. More... | |
Private Member Functions | |
MSEmissionExport (const MSEmissionExport &) | |
Invalidated copy constructor. More... | |
MSEmissionExport & | operator= (const MSEmissionExport &) |
Invalidated assignment operator. More... | |
Realises dumping Emission Data.
The class offers a static method, which writes all available emission factors of each vehicles of the network into the given OutputDevice.
Definition at line 57 of file MSEmissionExport.h.
|
private |
Invalidated copy constructor.
|
private |
Invalidated assignment operator.
|
static |
Writes the complete network state of the given edges into the given device.
Opens the current time step and export the emission factors of all availabel vehicles
[in] | of | The output device to use |
[in] | timestep | The current time step |
IOError | If an error on writing occurs (!!! not yet implemented) |
Definition at line 54 of file MSEmissionExport.cpp.
References OutputDevice::closeTag(), MSVehicle::getAngle(), MSVehicleType::getEmissionClass(), MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHBEFA_CO2Emissions(), MSVehicle::getHBEFA_COEmissions(), MSVehicle::getHBEFA_FuelConsumption(), MSVehicle::getHBEFA_HCEmissions(), MSVehicle::getHBEFA_NOxEmissions(), MSVehicle::getHBEFA_PMxEmissions(), Named::getID(), MSBaseVehicle::getID(), MSVehicleType::getID(), MSNet::getInstance(), MSVehicle::getLane(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getRoute(), MSLane::getShape(), MSVehicle::getSpeed(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSVehicle::getWaitingSeconds(), MSVehicle::isOnRoad(), MSVehicleControl::loadedVehBegin(), MSVehicleControl::loadedVehEnd(), OutputDevice::openTag(), PositionVector::positionAtOffset(), time2string(), OutputDevice::writeAttr(), Position::x(), and Position::y().
Referenced by MSNet::writeOutput().