![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <vector>#include <map>#include <string>#include <iostream>#include <list>#include <set>#include <utils/common/SUMOTime.h>#include <utils/common/Named.h>

Go to the source code of this file.
Data Structures | |
| class | MSEdgeControl |
| Stores edges and lanes, performs moving of vehicle. More... | |
| struct | MSEdgeControl::LaneUsage |
| A structure holding some basic information about a simulated lane. More... | |
Typedefs | |
| typedef std::vector< MSEdge * > | MSEdgeVector |
| typedef std::vector<MSEdge*> MSEdgeVector |
Definition at line 52 of file MSEdgeControl.h.