![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSTransportable.h>
Public Member Functions | |
| void | abort (MSTransportable *) |
| abort this stage (TraCI) More... | |
| virtual void | beginEventOutput (const MSTransportable &p, SUMOTime t, OutputDevice &os) const |
| Called for writing the events output. More... | |
| Stage * | clone () const |
| virtual void | endEventOutput (const MSTransportable &p, SUMOTime t, OutputDevice &os) const |
| Called for writing the events output (end of an action) More... | |
| double | getAngle (SUMOTime now) const |
| returns the angle of the transportable More... | |
| double | getArrivalPos () const |
| 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... | |
| double | getDistance () const |
| get travel distance in this stage More... | |
| 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 |
| Position | getLanePosition (const MSLane *lane, double at, double offset) const |
| get position on lane at length at with orthogonal offset More... | |
| virtual const MSStoppingPlace * | getOriginStop () const |
| returns the origin stop (if any). only needed for Stage_Trip More... | |
| Position | getPosition (SUMOTime now) const |
| returns the position of the transportable More... | |
| virtual double | getSpeed () const |
| the speed of the transportable More... | |
| std::string | getStageDescription () const |
| return (brief) string representation of the current stage More... | |
| std::string | getStageSummary () const |
| return string summary of the current stage More... | |
| StageType | getStageType () const |
| SUMOTime | getUntil () const |
| virtual SUMOVehicle * | getVehicle () const |
| Whether the transportable waits for a vehicle. More... | |
| 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... | |
| virtual void | proceed (MSNet *net, MSTransportable *transportable, SUMOTime now, Stage *previous) |
| proceeds to the next step More... | |
| virtual void | routeOutput (OutputDevice &os, const bool withRouteLength) const |
| Called on writing vehroute output. More... | |
| virtual void | setArrived (MSNet *net, MSTransportable *transportable, SUMOTime now) |
| 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... | |
| Stage_Waiting (const MSEdge *destination, MSStoppingPlace *toStop, SUMOTime duration, SUMOTime until, double pos, const std::string &actType, const bool initial) | |
| constructor More... | |
| virtual void | tripInfoOutput (OutputDevice &os, const MSTransportable *const transportable) const |
| Called on writing tripinfo output. More... | |
| virtual | ~Stage_Waiting () |
| 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... | |
| StageType | myType |
| The type of this stage. More... | |
Private Member Functions | |
| Stage_Waiting & | operator= (const Stage_Waiting &) |
| Invalidated assignment operator. More... | |
| Stage_Waiting (const Stage_Waiting &) | |
| Invalidated copy constructor. More... | |
Private Attributes | |
| std::string | myActType |
| The type of activity. 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 349 of file MSTransportable.h.
| MSTransportable::Stage_Waiting::Stage_Waiting | ( | const MSEdge * | destination, |
| MSStoppingPlace * | toStop, | ||
| SUMOTime | duration, | ||
| SUMOTime | until, | ||
| double | pos, | ||
| const std::string & | actType, | ||
| const bool | initial | ||
| ) |
constructor
Definition at line 360 of file MSTransportable.cpp.
|
virtual |
destructor
Definition at line 372 of file MSTransportable.cpp.
|
private |
Invalidated copy constructor.
|
virtual |
abort this stage (TraCI)
Reimplemented from MSTransportable::Stage.
Definition at line 465 of file MSTransportable.cpp.
References MSTransportableControl::abortWaiting(), MSNet::getContainerControl(), MSNet::getInstance(), and MSNet::getPersonControl().
|
virtual |
Called for writing the events output.
| [in] | os | The stream to write the information into |
| IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 445 of file MSTransportable.cpp.
References MSTransportable::getEdge(), Named::getID(), MSTransportable::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
|
virtual |
Implements MSTransportable::Stage.
Definition at line 375 of file MSTransportable.cpp.
References MSTransportable::WAITING_FOR_DEPART.
|
virtual |
Called for writing the events output (end of an action)
| [in] | os | The stream to write the information into |
| IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 452 of file MSTransportable.cpp.
References MSTransportable::getEdge(), Named::getID(), MSTransportable::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
|
virtual |
returns the angle of the transportable
Implements MSTransportable::Stage.
Definition at line 393 of file MSTransportable.cpp.
References MSNet::getInstance(), MSNet::lefthand(), and M_PI.
|
inlineinherited |
Definition at line 94 of file MSTransportable.h.
References MSTransportable::Stage::myArrivalPos.
Referenced by libsumo::Person::getStage(), GUIPerson::getStageArrivalPos(), MSRouteHandler::parseWalkPositions(), MSTransportable::rerouteParkingArea(), libsumo::Person::rerouteTraveltime(), and MSTransportable::Stage_Trip::setArrived().
|
inherited |
get departure time of stage
Definition at line 108 of file MSTransportable.cpp.
|
inherited |
returns the destination edge
Definition at line 57 of file MSTransportable.cpp.
Referenced by MSPModel_Striping::moveInDirectionOnLane(), MSRouteHandler::parseWalkPositions(), MSPerson::proceed(), and MSTransportable::rerouteParkingArea().
|
inlineinherited |
returns the destination stop (if any)
Definition at line 85 of file MSTransportable.h.
References MSTransportable::Stage::myDestinationStop.
Referenced by libsumo::Person::getStage(), MSPModel_Striping::moveInDirectionOnLane(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSRouteHandler::parseWalkPositions(), MSContainer::MSContainerStage_Driving::proceed(), MSContainer::proceed(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), MSTransportable::rerouteParkingArea(), and MSTransportable::Stage_Trip::setArrived().
|
inlinevirtual |
get travel distance in this stage
Implements MSTransportable::Stage.
Definition at line 371 of file MSTransportable.h.
|
virtualinherited |
Returns the current edge.
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 63 of file MSTransportable.cpp.
Referenced by GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSContainer::MSContainerStage_Driving::proceed(), MSPerson::MSPersonStage_Walking::proceed(), MSContainer::proceed(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), proceed(), and MSTransportable::Stage_Trip::setArrived().
|
inherited |
get angle of the edge at a certain position
Definition at line 133 of file MSTransportable.cpp.
References MSEdge::getLanes().
Referenced by MSPModel_NonInteracting::PState::getAngle(), and CState::getAngle().
|
virtualinherited |
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 75 of file MSTransportable.cpp.
Referenced by MSEdge::transportable_by_position_sorter::operator()(), MSContainer::MSContainerStage_Driving::proceed(), MSPerson::MSPersonStage_Walking::proceed(), MSContainer::MSContainerStage_Tranship::proceed(), and MSPerson::MSPersonStage_Driving::proceed().
|
inherited |
get position on edge e at length at with orthogonal offset
Definition at line 123 of file MSTransportable.cpp.
References MSEdge::getLanes().
|
virtualinherited |
the edges of the current stage
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 93 of file MSTransportable.cpp.
References MSTransportable::getDestination().
Referenced by libsumo::Person::getStage(), and libsumo::Person::rerouteTraveltime().
|
virtualinherited |
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 69 of file MSTransportable.cpp.
Referenced by MSTransportable::rerouteParkingArea().
|
inherited |
get position on lane at length at with orthogonal offset
Definition at line 128 of file MSTransportable.cpp.
References MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::positionAtOffset().
Referenced by CState::computeTranshipTime(), MSPModel_NonInteracting::PState::getPosition(), and MSPModel_Striping::PState::getPosition().
|
inlinevirtualinherited |
returns the origin stop (if any). only needed for Stage_Trip
Reimplemented in MSTransportable::Stage_Trip.
Definition at line 90 of file MSTransportable.h.
Referenced by MSPerson::MSPersonStage_Driving::proceed().
returns the position of the transportable
Implements MSTransportable::Stage.
Definition at line 386 of file MSTransportable.cpp.
References MSNet::getInstance(), and MSTransportable::ROADSIDE_OFFSET.
|
virtualinherited |
the speed of the transportable
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 87 of file MSTransportable.cpp.
|
inlinevirtual |
return (brief) string representation of the current stage
Implements MSTransportable::Stage.
Definition at line 377 of file MSTransportable.h.
References myActType.
|
virtual |
return string summary of the current stage
Implements MSTransportable::Stage.
Definition at line 474 of file MSTransportable.cpp.
References MSTransportable::getDestination(), Named::getID(), and time2string().
|
inlineinherited |
Definition at line 110 of file MSTransportable.h.
References MSTransportable::Stage::myType.
Referenced by libsumo::Person::getStage(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), and MSTransportable::rerouteParkingArea().
| SUMOTime MSTransportable::Stage_Waiting::getUntil | ( | ) | const |
Definition at line 380 of file MSTransportable.cpp.
|
inlinevirtualinherited |
Whether the transportable waits for a vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 147 of file MSTransportable.h.
Referenced by libsumo::Person::getStage().
the time this transportable spent waiting
Reimplemented from MSTransportable::Stage.
Definition at line 459 of file MSTransportable.cpp.
|
inlinevirtualinherited |
Whether the transportable waits for a vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 142 of file MSTransportable.h.
|
virtualinherited |
Whether the transportable waits for the given vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 118 of file MSTransportable.cpp.
|
private |
Invalidated assignment operator.
|
virtual |
proceeds to the next step
Implements MSTransportable::Stage.
Definition at line 399 of file MSTransportable.cpp.
References MSEdge::addContainer(), MSEdge::addPerson(), MSNet::getContainerControl(), MSTransportable::Stage::getEdge(), MSNet::getPersonControl(), MAX3(), and MSTransportableControl::setWaitEnd().
|
virtual |
Called on writing vehroute output.
| [in] | os | The stream to write the information into |
| IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 429 of file MSTransportable.cpp.
References OutputDevice::closeTag(), MSTransportable::getDestination(), MSTransportable::getID(), OutputDevice::openTag(), SUMO_ATTR_DURATION, SUMO_ATTR_LANE, SUMO_ATTR_UNTIL, time2string(), MSTransportable::WAITING_FOR_DEPART, and OutputDevice::writeAttr().
|
virtualinherited |
logs end of the step
Reimplemented in MSTransportable::Stage_Driving, and MSTransportable::Stage_Trip.
Definition at line 113 of file MSTransportable.cpp.
Referenced by MSContainer::proceed(), MSPerson::proceed(), MSTransportable::Stage_Trip::setArrived(), and MSTransportable::Stage_Driving::setArrived().
|
inherited |
logs end of the step
Definition at line 101 of file MSTransportable.cpp.
|
inherited |
Definition at line 139 of file MSTransportable.cpp.
References MSStoppingPlace::getBeginLanePosition(), and MSStoppingPlace::getEndLanePosition().
Referenced by MSTransportable::rerouteParkingArea().
|
inlinevirtualinherited |
sets the walking speed (ignored in other stages)
Reimplemented in MSPerson::MSPersonStage_Walking.
Definition at line 127 of file MSTransportable.h.
|
virtual |
Called on writing tripinfo output.
| [in] | os | The stream to write the information into |
| IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 416 of file MSTransportable.cpp.
References OutputDevice::closeTag(), OutputDevice::openTag(), time2string(), toString(), MSTransportable::WAITING_FOR_DEPART, and OutputDevice::writeAttr().
|
private |
The type of activity.
Definition at line 420 of file MSTransportable.h.
Referenced by getStageDescription().
|
protectedinherited |
the position at which we want to arrive
Definition at line 209 of file MSTransportable.h.
Referenced by MSTransportable::Stage::getArrivalPos(), MSPerson::MSPersonStage_Walking::getArrivalPos(), and MSContainer::MSContainerStage_Tranship::getArrivalPos().
|
protectedinherited |
the time at which this stage ended
Definition at line 215 of file MSTransportable.h.
|
protectedinherited |
the time at which this stage started
Definition at line 212 of file MSTransportable.h.
|
protectedinherited |
the next edge to reach by getting transported
Definition at line 203 of file MSTransportable.h.
|
protectedinherited |
the stop to reach by getting transported (if any)
Definition at line 206 of file MSTransportable.h.
Referenced by MSTransportable::Stage::getDestinationStop(), and MSPerson::MSPersonStage_Access::MSPersonStage_Access().
|
protectedinherited |
The type of this stage.
Definition at line 218 of file MSTransportable.h.
Referenced by MSTransportable::Stage::getStageType().
|
private |
the time the person is waiting
Definition at line 414 of file MSTransportable.h.
|
private |
the time until the person is waiting
Definition at line 417 of file MSTransportable.h.