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