Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <set>
#include <cassert>
#include <utils/common/SUMOTime.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/geom/Position.h>
#include <utils/geom/PositionVector.h>
#include <utils/geom/Boundary.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOTrafficObject.h>
Go to the source code of this file.
Data Structures | |
class | MSStage |
Typedefs | |
typedef std::vector< const MSEdge * > | ConstMSEdgeVector |
Enumerations | |
enum class | MSStageType { WAITING_FOR_DEPART = 0 , WAITING = 1 , WALKING = 2 , DRIVING = 3 , ACCESS = 4 , TRIP = 5 , TRANSHIP = 6 } |
Definition in file MSStage.h.
typedef std::vector<const MSEdge*> ConstMSEdgeVector |
|
strong |