SUMO - Simulation of Urban MObility
|
Definition of vehicle stop (position and duration) More...
#include <MSVehicle.h>
Data Fields | |
std::set< std::string > | awaitedPersons |
IDs of persons the vehicle has to wait for until departing. More... | |
MSBusStop * | busstop |
(Optional) bus stop if one is assigned to the stop More... | |
SUMOTime | duration |
The stopping duration. More... | |
MSRouteIterator | edge |
The edge in the route to stop at. More... | |
SUMOReal | endPos |
The stopping position end. More... | |
const MSLane * | lane |
The lane to stop at. More... | |
bool | parking |
whether the vehicle is removed from the net while stopping More... | |
bool | reached |
Information whether the stop has been reached. More... | |
SUMOReal | startPos |
The stopping position start. More... | |
bool | triggered |
whether an arriving person lets the vehicle continue More... | |
SUMOTime | until |
The time at which the vehicle may continue its journey. More... | |
Definition of vehicle stop (position and duration)
Definition at line 533 of file MSVehicle.h.
std::set<std::string> MSVehicle::Stop::awaitedPersons |
IDs of persons the vehicle has to wait for until departing.
Definition at line 555 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
MSBusStop* MSVehicle::Stop::busstop |
(Optional) bus stop if one is assigned to the stop
Definition at line 539 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::duration |
The stopping duration.
Definition at line 545 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), and MSVehicle::resumeFromStopping().
MSRouteIterator MSVehicle::Stop::edge |
The edge in the route to stop at.
Definition at line 535 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::processNextStop(), and TraCIServerAPI_Vehicle::processSet().
SUMOReal MSVehicle::Stop::endPos |
The stopping position end.
Definition at line 543 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().
const MSLane* MSVehicle::Stop::lane |
The lane to stop at.
Definition at line 537 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::getBestLanes().
bool MSVehicle::Stop::parking |
whether the vehicle is removed from the net while stopping
Definition at line 551 of file MSVehicle.h.
Referenced by MSVehicle::addStop().
bool MSVehicle::Stop::reached |
Information whether the stop has been reached.
Definition at line 553 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::processNextStop(), TraCIServerAPI_Vehicle::processSet(), and MSVehicle::resumeFromStopping().
SUMOReal MSVehicle::Stop::startPos |
The stopping position start.
Definition at line 541 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getBestLanes(), and TraCIServerAPI_Vehicle::processSet().
bool MSVehicle::Stop::triggered |
whether an arriving person lets the vehicle continue
Definition at line 549 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::until |
The time at which the vehicle may continue its journey.
Definition at line 547 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().