![]() |
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 |
(Optional) bus stop if one is assigned to the stop More... | |
MSStoppingPlace * | chargingStation |
(Optional) charging station if one is assigned to the stop More... | |
bool | collision |
Whether this stop was triggered by a collision. More... | |
MSStoppingPlace * | containerstop |
(Optional) container stop if one is assigned to the stop More... | |
bool | containerTriggered |
whether an arriving container lets the vehicle continue More... | |
SUMOTime | duration |
The stopping duration. More... | |
MSRouteIterator | edge |
The edge in the route to stop at. More... | |
const MSLane * | lane |
The lane to stop at. More... | |
int | numExpectedContainer |
The number of still expected containers. More... | |
int | numExpectedPerson |
The number of still expected persons. More... | |
MSParkingArea * | parkingarea |
(Optional) parkingArea if one is assigned to the stop More... | |
const SUMOVehicleParameter::Stop | pars |
The stop parameter. More... | |
bool | reached |
Information whether the stop has been reached. More... | |
SUMOTime | timeToBoardNextPerson |
The time at which the vehicle is able to board another person. More... | |
SUMOTime | timeToLoadNextContainer |
The time at which the vehicle is able to load another container. More... | |
bool | triggered |
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 919 of file MSVehicle.h.
|
inline |
Definition at line 921 of file MSVehicle.h.
std::string MSVehicle::Stop::getDescription | ( | ) | const |
get a short description for showing in the gui
Definition at line 801 of file MSVehicle.cpp.
References toString().
double MSVehicle::Stop::getEndPos | ( | const SUMOVehicle & | veh | ) | const |
return halting position for upcoming stop;
Definition at line 786 of file MSVehicle.cpp.
Referenced by MSVehicle::planMoveInternal(), and MSVehicle::processNextStop().
void MSVehicle::Stop::write | ( | OutputDevice & | dev | ) | const |
Write the current stop configuration (used for state saving)
Definition at line 817 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 |
(Optional) bus stop if one is assigned to the stop
Definition at line 927 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), and MSVehicle::processNextStop().
MSStoppingPlace* MSVehicle::Stop::chargingStation |
(Optional) charging station if one is assigned to the stop
Definition at line 933 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and libsumo::Vehicle::getStopState().
bool MSVehicle::Stop::collision |
Whether this stop was triggered by a collision.
Definition at line 953 of file MSVehicle.h.
Referenced by MSVehicle::addStop().
MSStoppingPlace* MSVehicle::Stop::containerstop |
(Optional) container stop if one is assigned to the stop
Definition at line 929 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), and MSVehicle::processNextStop().
bool MSVehicle::Stop::containerTriggered |
whether an arriving container lets the vehicle continue
Definition at line 941 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::duration |
The stopping duration.
Definition at line 937 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 923 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::processNextStop(), libsumo::Vehicle::resume(), and MSVehicle::updateBestLanes().
const MSLane* MSVehicle::Stop::lane |
The lane to stop at.
Definition at line 925 of file MSVehicle.h.
Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSVehicle::addStop(), MSLane::isInsertionSuccess(), MSVehicle::processNextStop(), and MSVehicle::updateBestLanes().
int MSVehicle::Stop::numExpectedContainer |
The number of still expected containers.
Definition at line 947 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
int MSVehicle::Stop::numExpectedPerson |
The number of still expected persons.
Definition at line 945 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
MSParkingArea* MSVehicle::Stop::parkingarea |
(Optional) parkingArea if one is assigned to the stop
Definition at line 931 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getNextParkingArea(), libsumo::Vehicle::getStopState(), MSVehicle::planMoveInternal(), MSVehicle::processNextStop(), and MSVehicle::replaceParkingArea().
const SUMOVehicleParameter::Stop MSVehicle::Stop::pars |
The stop parameter.
Definition at line 935 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), libsumo::Vehicle::getStopState(), MSLane::isInsertionSuccess(), MSVehicle::processNextStop(), MSVehicle::replaceParkingArea(), libsumo::Vehicle::resume(), and MSVehicle::updateBestLanes().
bool MSVehicle::Stop::reached |
Information whether the stop has been reached.
Definition at line 943 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::getNextParkingArea(), MSVehicle::processNextStop(), MSVehicle::replaceParkingArea(), and libsumo::Vehicle::resume().
SUMOTime MSVehicle::Stop::timeToBoardNextPerson |
The time at which the vehicle is able to board another person.
Definition at line 949 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
SUMOTime MSVehicle::Stop::timeToLoadNextContainer |
The time at which the vehicle is able to load another container.
Definition at line 951 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().
bool MSVehicle::Stop::triggered |
whether an arriving person lets the vehicle continue
Definition at line 939 of file MSVehicle.h.
Referenced by MSVehicle::addStop(), and MSVehicle::processNextStop().