![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A structure holding the information about persons approaching a pedestrian crossing link. More...
#include <MSLink.h>
Public Member Functions | |
| ApproachingPersonInformation (const SUMOTime _arrivalTime, const SUMOTime _leavingTime) | |
| Constructor. | |
Data Fields | |
| const SUMOTime | arrivalTime |
| The time the vehicle's front arrives at the link. | |
| const SUMOTime | leavingTime |
| The estimated time at which the vehicle leaves the link. | |
A structure holding the information about persons approaching a pedestrian crossing link.
|
inline |
Constructor.
| [in] | waitingTime | The time during which the vehicle is waiting at this link this needs to be placed here because MSVehicle::myWaitingTime is updated in between calls to opened() causing order dependencies |
Definition at line 174 of file MSLink.h.
References arrivalTime, and leavingTime.
| const SUMOTime MSLink::ApproachingPersonInformation::arrivalTime |
The time the vehicle's front arrives at the link.
Definition at line 177 of file MSLink.h.
Referenced by ApproachingPersonInformation().
| const SUMOTime MSLink::ApproachingPersonInformation::leavingTime |
The estimated time at which the vehicle leaves the link.
Definition at line 179 of file MSLink.h.
Referenced by ApproachingPersonInformation().