![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <limits>
#include <utils/common/SUMOTime.h>
#include <utils/common/Command.h>
#include <utils/common/MsgHandler.h>
#include <utils/geom/GeomHelper.h>
#include <microsim/pedestrians/MSPerson.h>
Go to the source code of this file.
Data Structures | |
class | DummyState |
class | MSPModel |
The pedestrian following model. More... | |
class | PedestrianState |
abstract base class for managing callbacks to retrieve various state information from the model More... | |
Typedefs | |
typedef std::pair< const MSPerson *, double > | PersonDist |
typedef std::pair<const MSPerson*, double> PersonDist |
Definition at line 38 of file MSPModel.h.