Eclipse SUMO - Simulation of Urban MObility
|
#include <MSStoppingPlace.h>
Data Fields | |
const double | endPos |
const AccessExit | exit |
MSLane *const | lane |
const double | length |
const double | startPos |
Definition at line 67 of file MSStoppingPlace.h.
const double MSStoppingPlace::Access::endPos |
Definition at line 70 of file MSStoppingPlace.h.
Referenced by MSPerson::checkAccess().
const AccessExit MSStoppingPlace::Access::exit |
Definition at line 72 of file MSStoppingPlace.h.
Referenced by MSPerson::checkAccess().
MSLane* const MSStoppingPlace::Access::lane |
Definition at line 68 of file MSStoppingPlace.h.
const double MSStoppingPlace::Access::length |
Definition at line 71 of file MSStoppingPlace.h.
Referenced by MSPerson::checkAccess().
const double MSStoppingPlace::Access::startPos |
Definition at line 69 of file MSStoppingPlace.h.