 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef MSQueueExport_h
17 #define MSQueueExport_h
Representation of a lane in the micro simulation.
Static storage of an output device and its base (abstract) implementation.
MSQueueExport(const MSQueueExport &)
Invalidated copy constructor.
static void write(OutputDevice &of, SUMOTime timestep)
Export the queueing length in front of a junction (very experimental!)
static void writeLane(OutputDevice &of, const MSLane &lane)
Iterates through the lanes and check for available vehicle queues.
A road/street connecting two junctions.
Stores edges and lanes, performs moving of vehicle.
static void writeEdge(OutputDevice &of)
Iterates through all the edges and extract the lanes.
Export the queueing length in front of a junction (very experimental!)
MSQueueExport & operator=(const MSQueueExport &)
Invalidated assignment operator.