![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSStageWaiting.h>
Public Member Functions | |
void | abort (MSTransportable *) |
abort this stage (TraCI) More... | |
MSStage * | clone () const |
double | getAngle (SUMOTime now) const |
returns the angle of the transportable More... | |
virtual double | getArrivalPos () const |
SUMOTime | getArrived () const |
get arrival time of stage More... | |
SUMOTime | getDeparted () const |
get departure time of stage More... | |
const MSEdge * | getDestination () const |
returns the destination edge More... | |
MSStoppingPlace * | getDestinationStop () const |
returns the destination stop (if any) More... | |
virtual int | getDirection () const |
Return the movement directon on the edge. More... | |
double | getDistance () const |
get travel distance in this stage More... | |
SUMOTime | getDuration () const |
virtual const MSEdge * | getEdge () const |
Returns the current edge. More... | |
double | getEdgeAngle (const MSEdge *e, double at) const |
get angle of the edge at a certain position More... | |
virtual double | getEdgePos (SUMOTime now) const |
Position | getEdgePosition (const MSEdge *e, double at, double offset) const |
get position on edge e at length at with orthogonal offset More... | |
virtual ConstMSEdgeVector | getEdges () const |
the edges of the current stage More... | |
virtual const MSEdge * | getFromEdge () const |
const std::string & | getGroup () const |
return the id of the group of transportables traveling together More... | |
virtual const MSLane * | getLane () const |
Returns the current lane (if applicable) More... | |
Position | getLanePosition (const MSLane *lane, double at, double offset) const |
get position on lane at length at with orthogonal offset More... | |
virtual MSStoppingPlace * | getOriginStop () const |
returns the origin stop (if any). only needed for MSStageTrip More... | |
Position | getPosition (SUMOTime now) const |
returns the position of the transportable More... | |
virtual int | getRoutePosition () const |
return index of current edge within route More... | |
virtual double | getSpeed () const |
the speed of the transportable More... | |
std::string | getStageDescription (const bool isPerson) const |
return (brief) string representation of the current stage More... | |
std::string | getStageSummary (const bool isPerson) const |
return string summary of the current stage More... | |
MSStageType | getStageType () const |
SUMOTime | getStopEnd () const |
SUMOTime | getUntil () const |
virtual SUMOVehicle * | getVehicle () const |
Current vehicle in which the transportable is driving (or nullptr) More... | |
virtual SUMOTime | getWaitingTime (SUMOTime now) const |
the time this transportable spent waiting More... | |
virtual bool | isWaiting4Vehicle () const |
Whether the transportable waits for a vehicle. More... | |
virtual bool | isWaitingFor (const SUMOVehicle *vehicle) const |
Whether the transportable waits for the given vehicle. More... | |
void | loadState (MSTransportable *transportable, std::istringstream &state) |
Reconstructs the current state, standard implementation does nothing. More... | |
void | markSet (int what) |
MSStageWaiting (const MSEdge *destination, MSStoppingPlace *toStop, SUMOTime duration, SUMOTime until, double pos, const std::string &actType, const bool initial) | |
constructor More... | |
void | proceed (MSNet *net, MSTransportable *transportable, SUMOTime now, MSStage *previous) |
proceeds to the next step More... | |
void | routeOutput (const bool isPerson, OutputDevice &os, const bool withRouteLength, const MSStage *const previous) const |
Called on writing vehroute output. More... | |
void | saveState (std::ostringstream &out) |
Saves the current state into the given stream, standard implementation does nothing. More... | |
void | setArrivalPos (double arrivalPos) |
virtual const std::string | setArrived (MSNet *net, MSTransportable *transportable, SUMOTime now, const bool vehicleArrived) |
logs end of the step More... | |
void | setDeparted (SUMOTime now) |
logs end of the step More... | |
void | setDestination (const MSEdge *newDestination, MSStoppingPlace *newDestStop) |
virtual void | setSpeed (double) |
sets the walking speed (ignored in other stages) More... | |
void | tripInfoOutput (OutputDevice &os, const MSTransportable *const transportable) const |
Called on writing tripinfo output. More... | |
bool | wasSet (int what) const |
virtual | ~MSStageWaiting () |
destructor More... | |
Protected Attributes | |
double | myArrivalPos |
the position at which we want to arrive More... | |
SUMOTime | myArrived |
the time at which this stage ended More... | |
SUMOTime | myDeparted |
the time at which this stage started More... | |
const MSEdge * | myDestination |
the next edge to reach by getting transported More... | |
MSStoppingPlace * | myDestinationStop |
the stop to reach by getting transported (if any) More... | |
const std::string | myGroup |
The id of the group of transportables traveling together. More... | |
int | myParametersSet |
Information on which parameter were set (mainly for vehroute output) More... | |
MSStageType | myType |
The type of this stage. More... | |
Static Protected Attributes | |
static const double | ROADSIDE_OFFSET |
the offset for computing positions when standing at an edge More... | |
Private Member Functions | |
MSStageWaiting (const MSStageWaiting &) | |
Invalidated copy constructor. More... | |
MSStageWaiting & | operator= (const MSStageWaiting &)=delete |
Invalidated assignment operator. More... | |
Private Attributes | |
std::string | myActType |
The type of activity. More... | |
SUMOTime | myStopEndTime |
stores the actual end time of the stop (combination of duration and until) More... | |
Position | myStopWaitPos |
waiting position at stopping place More... | |
SUMOTime | myWaitingDuration |
the time the person is waiting More... | |
SUMOTime | myWaitingUntil |
the time until the person is waiting More... | |
A "real" stage performing a waiting over the specified time
Definition at line 41 of file MSStageWaiting.h.
MSStageWaiting::MSStageWaiting | ( | const MSEdge * | destination, |
MSStoppingPlace * | toStop, | ||
SUMOTime | duration, | ||
SUMOTime | until, | ||
double | pos, | ||
const std::string & | actType, | ||
const bool | initial | ||
) |
constructor
Definition at line 38 of file MSStageWaiting.cpp.
References INVALID, WAITING, and WAITING_FOR_DEPART.
Referenced by clone().
|
virtual |
destructor
Definition at line 52 of file MSStageWaiting.cpp.
|
private |
Invalidated copy constructor.
|
virtual |
abort this stage (TraCI)
Reimplemented from MSStage.
Definition at line 151 of file MSStageWaiting.cpp.
References MSTransportableControl::abortWaiting(), MSTransportableControl::forceDeparture(), MSNet::getContainerControl(), MSNet::getInstance(), MSNet::getPersonControl(), MSTransportable::isPerson(), MSStage::myType, and WAITING_FOR_DEPART.
|
virtual |
Implements MSStage.
Definition at line 55 of file MSStageWaiting.cpp.
References MSStageWaiting(), myActType, MSStage::myArrivalPos, MSStage::myDestination, MSStage::myDestinationStop, MSStage::myType, myWaitingDuration, myWaitingUntil, and WAITING_FOR_DEPART.
|
virtual |
returns the angle of the transportable
Implements MSStage.
Definition at line 81 of file MSStageWaiting.cpp.
References MSStage::getEdgeAngle(), MSGlobals::gLefthand, M_PI, MSStage::myArrivalPos, and MSStage::myDestination.
|
inlinevirtualinherited |
Reimplemented in MSPerson::MSPersonStage_Walking, MSStageDriving, and MSStageTranship.
Definition at line 89 of file MSStage.h.
References MSStage::myArrivalPos.
Referenced by MSPModel_NonInteracting::PState::computeDuration(), MSPModel_NonInteracting::CState::computeDuration(), MSPModel_Striping::getNextLane(), LIBSUMO_NAMESPACE::Person::getStage(), GUIPerson::getStageArrivalPos(), MSStageDriving::loadState(), MSPModel_Striping::moveInDirectionOnLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), MSRouteHandler::parseWalkPositions(), MSPModel_Striping::PState::PState(), MSTransportable::rerouteParkingArea(), LIBSUMO_NAMESPACE::Person::rerouteTraveltime(), routeOutput(), and MSStageTrip::setArrived().
|
inherited |
get arrival time of stage
Definition at line 122 of file MSStage.cpp.
References MSStage::myArrived.
Referenced by LIBSUMO_NAMESPACE::Person::getStage().
|
inherited |
get departure time of stage
Definition at line 117 of file MSStage.cpp.
References MSStage::myDeparted.
Referenced by LIBSUMO_NAMESPACE::Person::getStage().
|
inherited |
returns the destination edge
Definition at line 61 of file MSStage.cpp.
References MSStage::myDestination.
Referenced by MSPerson::checkAccess(), MSStageDriving::getArrivalPos(), MSStage::getEdges(), MSStageDriving::getEdges(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageTrip::getStageSummary(), getStageSummary(), MSPModel_Striping::moveInDirectionOnLane(), MSRouteHandler::parseWalkPositions(), MSTransportable::proceed(), MSStageDriving::registerWaiting(), MSTransportable::rerouteParkingArea(), MSStageDriving::routeOutput(), routeOutput(), and MSStageTrip::setArrived().
|
inlineinherited |
returns the destination stop (if any)
Definition at line 80 of file MSStage.h.
References MSStage::myDestinationStop.
Referenced by MSPerson::checkAccess(), GUIPerson::getDestinationStopID(), LIBSUMO_NAMESPACE::Person::getStage(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), getStageSummary(), MSStageDriving::loadState(), MSPModel_Striping::moveInDirectionOnLane(), MSDevice_Transportable::notifyMove(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSRouteHandler::parseWalkPositions(), MSStageDriving::proceed(), MSTransportable::proceed(), MSStageDriving::registerWaiting(), MSTransportable::rerouteParkingArea(), and MSStageTrip::setArrived().
|
virtualinherited |
Return the movement directon on the edge.
Reimplemented in MSStageDriving, and MSStageMoving.
Definition at line 84 of file MSStage.cpp.
References MSPModel::UNDEFINED_DIRECTION.
|
inlinevirtual |
get travel distance in this stage
Implements MSStage.
Definition at line 68 of file MSStageWaiting.h.
SUMOTime MSStageWaiting::getDuration | ( | ) | const |
Definition at line 65 of file MSStageWaiting.cpp.
References myWaitingDuration.
|
virtualinherited |
Returns the current edge.
Reimplemented in MSStageDriving, MSStageMoving, and MSStageTrip.
Definition at line 67 of file MSStage.cpp.
References MSStage::myDestination.
Referenced by MSStageDriving::loadState(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSPerson::MSPersonStage_Walking::proceed(), MSStageDriving::proceed(), proceed(), MSTransportable::proceed(), and MSStageDriving::routeOutput().
|
inherited |
get angle of the edge at a certain position
Definition at line 149 of file MSStage.cpp.
References MSEdge::getLanes().
Referenced by MSPModel_NonInteracting::PState::getAngle(), MSPModel_NonInteracting::CState::getAngle(), MSStageDriving::getAngle(), MSStageTrip::getAngle(), and getAngle().
|
virtualinherited |
Reimplemented in MSStageDriving, MSStageMoving, and MSStageTrip.
Definition at line 79 of file MSStage.cpp.
References MSStage::myArrivalPos.
Referenced by MSEdge::transportable_by_position_sorter::operator()(), MSPerson::MSPersonStage_Walking::proceed(), MSStageDriving::proceed(), and MSStageTranship::proceed().
get position on edge e at length at with orthogonal offset
Definition at line 138 of file MSStage.cpp.
References MSStage::getLanePosition(), and MSEdge::getLanes().
Referenced by MSStageDriving::getPosition(), MSStageTrip::getPosition(), and getPosition().
|
virtualinherited |
the edges of the current stage
Reimplemented in MSStageDriving, and MSStageMoving.
Definition at line 102 of file MSStage.cpp.
References MSStage::getDestination().
Referenced by LIBSUMO_NAMESPACE::Person::getStage(), LIBSUMO_NAMESPACE::Person::rerouteTraveltime(), and MSStageTrip::setArrived().
|
virtualinherited |
Reimplemented in MSStageDriving, and MSStageMoving.
Definition at line 73 of file MSStage.cpp.
References MSStage::myDestination.
Referenced by MSTransportable::rerouteParkingArea().
|
inlineinherited |
return the id of the group of transportables traveling together
Definition at line 122 of file MSStage.h.
References MSStage::myGroup.
|
inlinevirtualinherited |
Returns the current lane (if applicable)
Reimplemented in MSStageDriving, and MSStageMoving.
get position on lane at length at with orthogonal offset
Definition at line 143 of file MSStage.cpp.
References MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::positionAtOffset().
Referenced by MSPModel_NonInteracting::CState::computeDuration(), MSStage::getEdgePosition(), MSPModel_NonInteracting::PState::getPosition(), and MSPModel_Striping::PState::getPosition().
|
inlinevirtualinherited |
returns the origin stop (if any). only needed for MSStageTrip
Reimplemented in MSStageDriving, and MSStageTrip.
Definition at line 85 of file MSStage.h.
Referenced by GUIPerson::getGUIPosition(), MSTransportableControl::loadAnyWaiting(), MSStageDriving::loadState(), MSStageDriving::proceed(), and MSTransportable::proceed().
returns the position of the transportable
Implements MSStage.
Definition at line 71 of file MSStageWaiting.cpp.
References MSStage::getEdgePosition(), MSGlobals::gLefthand, Position::INVALID, MSStage::myArrivalPos, MSStage::myDestination, myStopWaitPos, and MSStage::ROADSIDE_OFFSET.
|
inlinevirtualinherited |
return index of current edge within route
Reimplemented in MSPerson::MSPersonStage_Walking.
|
virtualinherited |
the speed of the transportable
Reimplemented in MSPerson::MSPersonStage_Access, MSStageDriving, and MSStageMoving.
Definition at line 96 of file MSStage.cpp.
|
virtual |
return (brief) string representation of the current stage
Implements MSStage.
Definition at line 162 of file MSStageWaiting.cpp.
References myActType, and UNUSED_PARAMETER.
|
virtual |
return string summary of the current stage
Implements MSStage.
Definition at line 172 of file MSStageWaiting.cpp.
References MSStage::getDestination(), MSStage::getDestinationStop(), Named::getID(), MSStoppingPlace::getMyName(), myActType, myWaitingDuration, myWaitingUntil, and time2string().
|
inlineinherited |
Definition at line 117 of file MSStage.h.
References MSStage::myType.
Referenced by MSPerson::checkAccess(), LIBSUMO_NAMESPACE::Person::getStage(), MSStageDriving::loadState(), MSStageDriving::proceed(), MSTransportable::proceed(), MSTransportable::rerouteParkingArea(), MSStageDriving::routeOutput(), and MSStageTrip::routeOutput().
|
inline |
Definition at line 59 of file MSStageWaiting.h.
References myStopEndTime.
SUMOTime MSStageWaiting::getUntil | ( | ) | const |
Definition at line 60 of file MSStageWaiting.cpp.
References myWaitingUntil.
|
inlinevirtualinherited |
Current vehicle in which the transportable is driving (or nullptr)
Reimplemented in MSStageDriving.
Definition at line 162 of file MSStage.h.
Referenced by GUIPerson::getVehicleID().
the time this transportable spent waiting
Reimplemented in MSStageDriving, and MSStageMoving.
Definition at line 90 of file MSStage.cpp.
|
inlinevirtualinherited |
Whether the transportable waits for a vehicle.
Reimplemented in MSStageDriving.
|
virtualinherited |
Whether the transportable waits for the given vehicle.
Reimplemented in MSStageDriving.
Definition at line 133 of file MSStage.cpp.
|
virtual |
Reconstructs the current state, standard implementation does nothing.
Reimplemented from MSStage.
Definition at line 196 of file MSStageWaiting.cpp.
References MSStoppingPlace::addTransportable(), MSEdge::addTransportable(), MSNet::getContainerControl(), MSNet::getInstance(), MSNet::getPersonControl(), MSStoppingPlace::getWaitPosition(), MSTransportable::isPerson(), MAX3(), MSStage::myDeparted, MSStage::myDestination, MSStage::myDestinationStop, myStopWaitPos, myWaitingDuration, myWaitingUntil, and MSTransportableControl::setWaitEnd().
|
inlineinherited |
Definition at line 228 of file MSStage.h.
References MSStage::myParametersSet.
Referenced by MSStageTrip::setArrived().
|
privatedelete |
Invalidated assignment operator.
|
virtual |
proceeds to the next step
Implements MSStage.
Definition at line 87 of file MSStageWaiting.cpp.
References MSStoppingPlace::addTransportable(), MSEdge::addTransportable(), MSNet::getContainerControl(), MSStage::getEdge(), MSNet::getPersonControl(), MSStoppingPlace::getWaitPosition(), MSTransportable::isPerson(), MAX3(), MSStage::myDeparted, MSStage::myDestinationStop, myStopEndTime, myStopWaitPos, myWaitingDuration, myWaitingUntil, and MSTransportableControl::setWaitEnd().
|
virtual |
Called on writing vehroute output.
[in] | isPerson | Whether we are writing person or container info |
[in] | os | The stream to write the information into |
[in] | withRouteLength | whether route length shall be written |
[in] | previous | The previous stage for additional info such as from edge |
IOError | not yet implemented |
Implements MSStage.
Definition at line 118 of file MSStageWaiting.cpp.
References OutputDevice::closeTag(), StringUtils::escapeXML(), MSStage::getArrivalPos(), MSStage::getDestination(), MSStoppingPlace::getElement(), Named::getID(), MSStoppingPlace::getMyName(), OptionsCont::getOptions(), myActType, MSStage::myArrived, MSStage::myDeparted, MSStage::myDestinationStop, MSStage::myType, myWaitingDuration, myWaitingUntil, OutputDevice::openTag(), SUMO_ATTR_ACTTYPE, SUMO_ATTR_DURATION, SUMO_ATTR_ENDED, SUMO_ATTR_ENDPOS, SUMO_ATTR_LANE, SUMO_ATTR_STARTED, SUMO_ATTR_UNTIL, SUMO_TAG_STOP, time2string(), toString(), WAITING_FOR_DEPART, and OutputDevice::writeAttr().
|
virtual |
Saves the current state into the given stream, standard implementation does nothing.
Reimplemented from MSStage.
Definition at line 191 of file MSStageWaiting.cpp.
References MSStage::myDeparted.
|
inlineinherited |
Definition at line 93 of file MSStage.h.
References MSStage::myArrivalPos.
Referenced by MSTransportable::rerouteParkingArea(), and MSStageTrip::setArrived().
|
virtualinherited |
logs end of the step
Reimplemented in MSStageDriving, and MSStageTrip.
Definition at line 127 of file MSStage.cpp.
References MSStage::myArrived.
Referenced by MSTransportable::proceed(), MSStageDriving::setArrived(), and MSStageTrip::setArrived().
|
inherited |
|
inherited |
Definition at line 155 of file MSStage.cpp.
References MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), MSStage::myArrivalPos, MSStage::myDestination, and MSStage::myDestinationStop.
Referenced by MSTransportable::rerouteParkingArea().
|
inlinevirtualinherited |
sets the walking speed (ignored in other stages)
Reimplemented in MSPerson::MSPersonStage_Walking.
|
virtual |
Called on writing tripinfo output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSStage.
Definition at line 105 of file MSStageWaiting.cpp.
References OutputDevice::closeTag(), myActType, MSStage::myArrivalPos, MSStage::myArrived, MSStage::myDeparted, MSStage::myType, OutputDevice::openTag(), SUMO_TAG_STOP, time2string(), toString(), WAITING_FOR_DEPART, and OutputDevice::writeAttr().
|
inlineinherited |
Definition at line 224 of file MSStage.h.
References MSStage::myParametersSet.
Referenced by MSStageTrip::routeOutput(), and MSStageTrip::setArrived().
|
private |
The type of activity.
Definition at line 110 of file MSStageWaiting.h.
Referenced by clone(), getStageDescription(), getStageSummary(), routeOutput(), and tripInfoOutput().
|
protectedinherited |
the position at which we want to arrive
Definition at line 241 of file MSStage.h.
Referenced by MSStageDriving::clone(), MSStageTranship::clone(), MSStageTrip::clone(), clone(), MSStageDriving::getAngle(), getAngle(), MSPerson::MSPersonStage_Walking::getArrivalPos(), MSStage::getArrivalPos(), MSStageDriving::getArrivalPos(), MSStageTranship::getArrivalPos(), MSStage::getEdgePos(), MSStageDriving::getEdgePos(), MSStageDriving::getPosition(), getPosition(), MSPerson::MSPersonStage_Walking::MSPersonStage_Walking(), MSStageTranship::MSStageTranship(), MSStageDriving::routeOutput(), MSStageTrip::routeOutput(), MSStage::setArrivalPos(), MSStageDriving::setArrived(), MSStageTrip::setArrived(), MSStage::setDestination(), MSStageTranship::tripInfoOutput(), tripInfoOutput(), and MSStageDriving::unspecifiedArrivalPos().
|
protectedinherited |
the time at which this stage ended
Definition at line 247 of file MSStage.h.
Referenced by MSStageDriving::getAngle(), MSStage::getArrived(), MSStageDriving::getDirection(), MSStageTranship::getDistance(), MSStageDriving::getEdge(), MSStageDriving::getEdgePos(), MSStageDriving::getPosition(), MSStageDriving::isWaiting4Vehicle(), MSStageDriving::loadState(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), routeOutput(), MSStageDriving::saveState(), MSStage::setArrived(), MSStageDriving::tripInfoOutput(), MSStageTranship::tripInfoOutput(), and tripInfoOutput().
|
protectedinherited |
the time at which this stage started
Definition at line 244 of file MSStage.h.
Referenced by MSStage::getDeparted(), MSStageTranship::getDistance(), MSStageDriving::loadState(), loadState(), MSStageTranship::proceed(), proceed(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), routeOutput(), MSStageDriving::saveState(), saveState(), MSStage::setDeparted(), MSStageDriving::tripInfoOutput(), MSStageTranship::tripInfoOutput(), and tripInfoOutput().
|
protectedinherited |
the next edge to reach by getting transported
Definition at line 235 of file MSStage.h.
Referenced by MSStageDriving::abort(), MSStageDriving::clone(), MSStageTrip::clone(), clone(), MSStageDriving::getAngle(), getAngle(), MSStage::getDestination(), MSStage::getEdge(), MSStageDriving::getEdge(), MSStage::getFromEdge(), MSStageDriving::getPosition(), getPosition(), MSStageDriving::isWaitingFor(), loadState(), MSStageTrip::routeOutput(), MSStageTrip::setArrived(), and MSStage::setDestination().
|
protectedinherited |
the stop to reach by getting transported (if any)
Definition at line 238 of file MSStage.h.
Referenced by MSStageDriving::abort(), MSStageDriving::canLeaveVehicle(), MSStageDriving::clone(), MSStageTranship::clone(), MSStageTrip::clone(), clone(), MSStage::getDestinationStop(), MSStageDriving::getWaitingDescription(), MSStageDriving::isWaitingFor(), loadState(), MSStageTranship::moveToNextEdge(), MSPerson::MSPersonStage_Access::MSPersonStage_Access(), proceed(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), routeOutput(), MSStageTrip::setArrived(), and MSStage::setDestination().
|
protectedinherited |
The id of the group of transportables traveling together.
Definition at line 253 of file MSStage.h.
Referenced by MSStageDriving::abort(), MSStageDriving::clone(), MSStageTrip::clone(), MSStage::getGroup(), MSStageDriving::registerWaiting(), MSStageTrip::routeOutput(), and MSStageTrip::setArrived().
|
protectedinherited |
Information on which parameter were set (mainly for vehroute output)
Definition at line 256 of file MSStage.h.
Referenced by MSStage::markSet(), and MSStage::wasSet().
|
private |
stores the actual end time of the stop (combination of duration and until)
Definition at line 113 of file MSStageWaiting.h.
Referenced by getStopEnd(), and proceed().
|
private |
waiting position at stopping place
Definition at line 107 of file MSStageWaiting.h.
Referenced by getPosition(), loadState(), and proceed().
|
protectedinherited |
The type of this stage.
Definition at line 250 of file MSStage.h.
Referenced by abort(), clone(), MSStage::getStageType(), routeOutput(), and tripInfoOutput().
|
private |
the time the person is waiting
Definition at line 101 of file MSStageWaiting.h.
Referenced by clone(), getDuration(), getStageSummary(), loadState(), proceed(), and routeOutput().
|
private |
the time until the person is waiting
Definition at line 104 of file MSStageWaiting.h.
Referenced by clone(), getStageSummary(), getUntil(), loadState(), proceed(), and routeOutput().
|
staticprotectedinherited |
the offset for computing positions when standing at an edge
Definition at line 259 of file MSStage.h.
Referenced by MSStageDriving::getPosition(), MSStageTrip::getPosition(), and getPosition().