![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <map>
#include <string>
#include <iostream>
#include <list>
#include <set>
#include <queue>
#include <utils/common/SUMOTime.h>
#include <utils/common/Named.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOVehicle.h>
#include <utils/foxtools/FXSynchQue.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 |
Definition in file MSEdgeControl.h.
typedef std::vector<MSEdge*> MSEdgeVector |
Definition at line 55 of file MSEdgeControl.h.