SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <deque>
#include <cassert>
#include <utils/common/Named.h>
#include <utils/common/Parameterised.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/SUMOVehicle.h>
#include <utils/common/NamedRTree.h>
#include <utils/geom/PositionVector.h>
#include "MSLinkCont.h"
#include "MSMoveReminder.h"
#include <traci-server/TraCIServerAPI_Lane.h>
Go to the source code of this file.
Data Structures | |
class | MSLane |
Representation of a lane in the micro simulation. More... | |
class | MSLane::by_connections_to_sorter |
class | MSLane::edge_finder |
struct | MSLane::IncomingLaneInfo |
class | MSLane::vehicle_position_sorter |
Sorts vehicles by their position (descending) More... | |
struct | MSLane::VehPosition |