#include <MSVehicle.h>
Definition at line 701 of file MSVehicle.h.
Data Fields | |
| MSBusStop * | busstop |
| (Optional) bus stop if one is assigned to the stop | |
| SUMOTime | duration |
| The stopping duration. | |
| const MSLane * | lane |
| The lane to stop at. | |
| SUMOReal | pos |
| The stopping position. | |
| bool | reached |
| Information whether the stop has been reached. | |
| SUMOTime | until |
| The time at which the vehicle may continue its journey. | |
(Optional) bus stop if one is assigned to the stop
Definition at line 705 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getBestLanes(), MSVehicle::processNextStop(), and MSVehicle::rebuildContinuationsFor().
The stopping duration.
Definition at line 709 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
| const MSLane* MSVehicle::Stop::lane |
The lane to stop at.
Definition at line 703 of file MSVehicle.h.
Referenced by MSVehicle::addStop().
| SUMOReal MSVehicle::Stop::pos |
The stopping position.
Definition at line 707 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getBestLanes(), MSVehicle::processNextStop(), and MSVehicle::rebuildContinuationsFor().
Information whether the stop has been reached.
Definition at line 713 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
The time at which the vehicle may continue its journey.
Definition at line 711 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
1.5.6