SUMO - Simulation of Urban MObility
|
A structure holding the information about vehicles approaching a link. More...
#include <MSLink.h>
Public Member Functions | |
ApproachingVehicleInformation (const SUMOTime _arrivalTime, const SUMOTime _leavingTime, SUMOVehicle *_vehicle, const bool _willPass) | |
Constructor. More... | |
Data Fields | |
SUMOTime | arrivalTime |
The time the vehicle's front arrives at the link. More... | |
SUMOTime | leavingTime |
The estimated time at which the vehicle leaves the link. More... | |
SUMOVehicle * | vehicle |
The vehicle. More... | |
bool | willPass |
Whether the vehicle wants to pass the link (. More... | |
A structure holding the information about vehicles approaching a link.
|
inline |
SUMOTime MSLink::ApproachingVehicleInformation::arrivalTime |
SUMOTime MSLink::ApproachingVehicleInformation::leavingTime |
SUMOVehicle* MSLink::ApproachingVehicleInformation::vehicle |
The vehicle.
Definition at line 86 of file MSLink.h.
Referenced by MSLink::vehicle_in_request_finder::operator()().
bool MSLink::ApproachingVehicleInformation::willPass |