 |
Eclipse SUMO - Simulation of Urban MObility
|
Representation of a lane in the micro simulation.
static void write(OutputDevice &of, const MSEdgeControl &ec, SUMOTime timestep, int precision)
Writes the complete network state of the given edges into the given device.
Static storage of an output device and its base (abstract) implementation.
SumoXMLTag
Numbers representing SUMO-XML - element names.
MSXMLRawOut(const MSXMLRawOut &)
Invalidated copy constructor.
static void writeEdge(OutputDevice &of, const MSEdge &edge, SUMOTime timestep)
Writes the dump of the given edge into the given device.
A road/street connecting two junctions.
MSXMLRawOut & operator=(const MSXMLRawOut &)
Invalidated assignment operator.
static void writeLane(OutputDevice &of, const MSLane &lane)
Writes the dump of the given lane into the given device.
static void writeTransportable(OutputDevice &of, const MSTransportable *p, SumoXMLTag tag)
write transportable
The base class for microscopic and mesoscopic vehicles.
Stores edges and lanes, performs moving of vehicle.
Realises dumping the complete network state.
static void writeVehicle(OutputDevice &of, const MSBaseVehicle &veh)
Writes the dump of the given vehicle into the given device.