![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Definition of vehicle stop (position and duration) More...
#include <MSVehicle.h>
Public Member Functions | |
std::string | getDescription () const |
get a short description for showing in the gui More... | |
double | getEndPos (const SUMOVehicle &veh) const |
return halting position for upcoming stop; More... | |
Stop (const SUMOVehicleParameter::Stop &par) | |
void | write (OutputDevice &dev) const |
Write the current stop configuration (used for state saving) More... | |
Data Fields | |
MSStoppingPlace * | busstop = nullptr |
(Optional) bus stop if one is assigned to the stop More... | |
MSStoppingPlace * | chargingStation = nullptr |
(Optional) charging station if one is assigned to the stop More... | |
bool | collision = false |
Whether this stop was triggered by a collision. More... | |
MSStoppingPlace * | containerstop = nullptr |
(Optional) container stop if one is assigned to the stop More... | |
bool | containerTriggered = false |
whether an arriving container lets the vehicle continue More... | |
SUMOTime | duration = -1 |
The stopping duration. More... | |
MSRouteIterator | edge |
The edge in the route to stop at. More... | |
SUMOTime | endBoarding = SUMOTime_MAX |
the maximum time at which persons may board this vehicle More... | |
const MSLane * | lane = nullptr |
The lane to stop at. More... | |
int | numExpectedContainer = 0 |
The number of still expected containers. More... | |
int | numExpectedPerson = 0 |
The number of still expected persons. More... | |
MSParkingArea * | parkingarea = nullptr |
(Optional) parkingArea if one is assigned to the stop More... | |
const SUMOVehicleParameter::Stop | pars |
The stop parameter. More... | |
bool | reached = false |
Information whether the stop has been reached. More... | |
SUMOTime | timeToBoardNextPerson = 0 |
The time at which the vehicle is able to board another person. More... | |
SUMOTime | timeToLoadNextContainer = 0 |
The time at which the vehicle is able to load another container. More... | |
bool | triggered = false |
whether an arriving person lets the vehicle continue More... | |
Private Member Functions | |
Stop & | operator= (const Stop &src) |
Invalidated assignment operator. More... | |
Definition of vehicle stop (position and duration)
Definition at line 920 of file MSVehicle.h.
|
inline |
Definition at line 922 of file MSVehicle.h.
std::string MSVehicle::Stop::getDescription | ( | ) | const |
get a short description for showing in the gui
Definition at line 929 of file MSVehicle.cpp.
References toString().
double MSVehicle::Stop::getEndPos | ( | const SUMOVehicle & | veh | ) | const |
return halting position for upcoming stop;
Definition at line 914 of file MSVehicle.cpp.
Referenced by MSVehicle::getStopEdges(), MSLane::insertVehicle(), MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().
void MSVehicle::Stop::write | ( | OutputDevice & | dev | ) | const |
Write the current stop configuration (used for state saving)
Definition at line 945 of file MSVehicle.cpp.
References OutputDevice::closeTag(), joinToString(), OutputDevice::openTag(), SUMO_ATTR_BUS_STOP, SUMO_ATTR_CONTAINER_STOP, SUMO_ATTR_CONTAINER_TRIGGERED, SUMO_ATTR_DURATION, SUMO_ATTR_ENDPOS, SUMO_ATTR_EXPECTED, SUMO_ATTR_EXPECTED_CONTAINERS, SUMO_ATTR_LANE, SUMO_ATTR_PARKING, SUMO_ATTR_STARTPOS, SUMO_ATTR_TRIGGERED, SUMO_ATTR_UNTIL, SUMO_TAG_STOP, time2string(), and OutputDevice::writeAttr().
MSStoppingPlace* MSVehicle::Stop::busstop = nullptr |
(Optional) bus stop if one is assigned to the stop
Definition at line 928 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), and MSVehicle::processNextStop().
MSStoppingPlace* MSVehicle::Stop::chargingStation = nullptr |
(Optional) charging station if one is assigned to the stop
Definition at line 934 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and libsumo::Vehicle::getStopState().
bool MSVehicle::Stop::collision = false |
Whether this stop was triggered by a collision.
Definition at line 954 of file MSVehicle.h.
Referenced by MSVehicle::addStop().
MSStoppingPlace* MSVehicle::Stop::containerstop = nullptr |
(Optional) container stop if one is assigned to the stop
Definition at line 930 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), and MSVehicle::processNextStop().
bool MSVehicle::Stop::containerTriggered = false |
whether an arriving container lets the vehicle continue
Definition at line 942 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::duration = -1 |
The stopping duration.
Definition at line 938 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::processNextStop(), and libsumo::Vehicle::resume().
MSRouteIterator MSVehicle::Stop::edge |
The edge in the route to stop at.
Definition at line 924 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getStopEdges(), MSVehicle::processNextStop(), MSVehicle::replaceParkingArea(), libsumo::Vehicle::resume(), and MSVehicle::updateBestLanes().
SUMOTime MSVehicle::Stop::endBoarding = SUMOTime_MAX |
the maximum time at which persons may board this vehicle
Definition at line 956 of file MSVehicle.h.
Referenced by MSVehicle::processNextStop().
const MSLane* MSVehicle::Stop::lane = nullptr |
The lane to stop at.
Definition at line 926 of file MSVehicle.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSVehicle::addStop(), MSDevice_ToC::checkDynamicToC(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSVehicle::processNextStop(), MSVehicle::replaceParkingArea(), and MSVehicle::updateBestLanes().
int MSVehicle::Stop::numExpectedContainer = 0 |
The number of still expected containers.
Definition at line 948 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
int MSVehicle::Stop::numExpectedPerson = 0 |
The number of still expected persons.
Definition at line 946 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
MSParkingArea* MSVehicle::Stop::parkingarea = nullptr |
(Optional) parkingArea if one is assigned to the stop
Definition at line 932 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSVehicle::getNextParkingArea(), libsumo::Vehicle::getStopState(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), and MSVehicle::replaceParkingArea().
const SUMOVehicleParameter::Stop MSVehicle::Stop::pars |
The stop parameter.
Definition at line 936 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), MSLane::isInsertionSuccess(), MSVehicle::isStoppedInRange(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), MSVehicle::replaceParkingArea(), libsumo::Vehicle::resume(), and MSVehicle::updateBestLanes().
bool MSVehicle::Stop::reached = false |
Information whether the stop has been reached.
Definition at line 944 of file MSVehicle.h.
Referenced by MSVehicle::getNextParkingArea(), libsumo::Vehicle::getStopState(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), and libsumo::Vehicle::resume().
SUMOTime MSVehicle::Stop::timeToBoardNextPerson = 0 |
The time at which the vehicle is able to board another person.
Definition at line 950 of file MSVehicle.h.
Referenced by MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::timeToLoadNextContainer = 0 |
The time at which the vehicle is able to load another container.
Definition at line 952 of file MSVehicle.h.
Referenced by MSVehicle::processNextStop().
bool MSVehicle::Stop::triggered = false |
whether an arriving person lets the vehicle continue
Definition at line 940 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().