Eclipse SUMO - Simulation of Urban MObility
MSStage.h File Reference
#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>
Include dependency graph for MSStage.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Detailed Description

Author
Michael Behrisch
Date
Tue, 21 Apr 2015

Definition in file MSStage.h.

Typedef Documentation

◆ ConstMSEdgeVector

typedef std::vector<const MSEdge*> ConstMSEdgeVector

Definition at line 49 of file MSStage.h.

Enumeration Type Documentation

◆ MSStageType

enum MSStageType
strong
Enumerator
WAITING_FOR_DEPART 
WAITING 
WALKING 
DRIVING 
ACCESS 
TRIP 
TRANSHIP 

Definition at line 54 of file MSStage.h.