Stores edges and lanes, performs moving of vehicle.
A road/street connecting two junctions.
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).
static void writePersons(OutputDevice &of)
Writes the XML Nodes for the persons (e.g. speed, position).
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.