SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <set>
#include <utils/common/SUMOTime.h>
#include <utils/common/Command.h>
#include <utils/geom/Position.h>
Go to the source code of this file.
Data Structures | |
class | MSPerson |
class | MSPerson::MSPersonStage |
class | MSPerson::MSPersonStage_Driving |
class | MSPerson::MSPersonStage_Waiting |
class | MSPerson::MSPersonStage_Walking |
class | MSPerson::MSPersonStage_Walking::arrival_finder |
class | MSPerson::MSPersonStage_Walking::MoveToNextEdge |
Typedefs | |
typedef std::vector< const MSEdge * > | MSEdgeVector |
Definition in file MSPerson.h.
typedef std::vector<const MSEdge*> MSEdgeVector |
Definition at line 53 of file MSPerson.h.