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/transportables/MSPerson.h>
Go to the source code of this file.
Data Structures | |
class | MSPModel |
The pedestrian (and also sometimes container) movement model. More... | |
class | MSTransportableStateAdapter |
abstract base class for managing callbacks to retrieve various state information from the model More... | |
Typedefs | |
typedef std::pair< const MSPerson *, double > | PersonDist |
Definition in file MSPModel.h.
typedef std::pair<const MSPerson*, double> PersonDist |
Definition at line 41 of file MSPModel.h.