 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef MSFullExport_h
18 #define MSFullExport_h
static void write(OutputDevice &of, SUMOTime timestep)
Dumping a hugh List of Parameters available in the Simulation.
Representation of a lane in the micro simulation.
Static storage of an output device and its base (abstract) implementation.
Dumping a hugh List of Parameters available in the Simulation.
MSFullExport & operator=(const MSFullExport &)
Invalidated assignment operator.
MSFullExport(const MSFullExport &)
Invalidated copy constructor.
static void writeEdge(OutputDevice &of)
Writes the XML Nodes for the edges (e.g. traveltime)
static void writeLane(OutputDevice &of, const MSLane &lane)
Writes the XML Nodes for the lanes (e.g. emissions, occupancy)
static void writeTLS(OutputDevice &of, SUMOTime timestep)
Writes the XML Nodes for the traffic lights (e.g. actual state)
A road/street connecting two junctions.
static void writeVehicles(OutputDevice &of)
Writes the XML Nodes for the vehicles (e.g. speed, position, emissions)
Stores edges and lanes, performs moving of vehicle.