Stores edges and lanes, performs moving of vehicle.
A road/street connecting two junctions.
Dumping a hugh List of Parameters available in the Simulation.
MSFullExport & operator=(const MSFullExport &)
Invalidated assignment operator.
static void writeVehicles(OutputDevice &of)
Writes the XML Nodes for the vehicles (e.g. speed, position, emissions)
static void writeTLS(OutputDevice &of, SUMOTime timestep)
Writes the XML Nodes for the traffic lights (e.g. actual state)
MSFullExport(const MSFullExport &)
Invalidated copy constructor.
static void write(OutputDevice &of, SUMOTime timestep)
Dumping a hugh List of Parameters available in the Simulation.
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)
Representation of a lane in the micro simulation.
Static storage of an output device and its base (abstract) implementation.