SUMO - Simulation of Urban MObility
MSPerson::MSPersonStage_Walking Class Reference

#include <MSPerson.h>

Inheritance diagram for MSPerson::MSPersonStage_Walking:
Inheritance graph
Collaboration diagram for MSPerson::MSPersonStage_Walking:
Collaboration graph

Data Structures

class  arrival_finder
 

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...
 
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...
 
const MSEdgegetDestination () const
 returns the destination edge More...
 
const MSStoppingPlacegetDestinationStop () const
 returns the destination stop (if any) More...
 
const MSEdgegetEdge () const
 Returns the current edge. More...
 
double getEdgeAngle (const MSEdge *e, double at) const
 get angle of the edge at a certain position More...
 
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...
 
ConstMSEdgeVector getEdges () const
 the edges of the current stage More...
 
const MSEdgegetFromEdge () const
 
Position getLanePosition (const MSLane *lane, double at, double offset) const
 get position on lane at length at with orthogonal offset More...
 
Position getPosition (SUMOTime now) const
 returns the position of the transportable More...
 
double getSpeed () const
 the speed of the transportable More...
 
std::string getStageDescription () const
 return string representation of the current stage More...
 
StageType getStageType () const
 
virtual SUMOVehiclegetVehicle () 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 std::string &line) const
 Whether the transportable waits for a vehicle of the line specified. More...
 
bool moveToNextEdge (MSPerson *person, SUMOTime currentTime, MSEdge *nextInternal=0)
 move forward and return whether the person arrived More...
 
 MSPersonStage_Walking (const ConstMSEdgeVector &route, MSStoppingPlace *toStop, SUMOTime walkingTime, double speed, double departPos, double arrivalPos, double departPosLat)
 constructor More...
 
virtual void proceed (MSNet *net, MSTransportable *person, SUMOTime now, Stage *previous)
 proceeds to the next step More...
 
virtual void routeOutput (OutputDevice &os) const
 Called on writing vehroute output. More...
 
void setArrived (SUMOTime now)
 logs end of the step More...
 
void setDeparted (SUMOTime now)
 logs end of the step More...
 
void setSpeed (double speed)
 sets the walking speed (ignored in other stages) More...
 
virtual void tripInfoOutput (OutputDevice &os) const
 Called on writing tripinfo output. More...
 
 ~MSPersonStage_Walking ()
 destructor More...
 
double getMaxSpeed () const
 accessors to be used by MSPModel More...
 
double getDepartPos () const
 
double getDepartPosLat () const
 
double getArrivalPos () const
 
const MSEdgegetRouteEdge () const
 
const MSEdgegetNextRouteEdge () const
 
const ConstMSEdgeVectorgetRoute () const
 
PedestrianStategetPedestrianState () const
 

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 MSEdgemyDestination
 the next edge to reach by getting transported More...
 
MSStoppingPlace *const myDestinationStop
 the stop to reach by getting transported (if any) More...
 
StageType myType
 The type of this stage. More...
 

Private Member Functions

double computeAverageSpeed () const
 
 MSPersonStage_Walking (const MSPersonStage_Walking &)
 Invalidated copy constructor. More...
 
MSPersonStage_Walkingoperator= (const MSPersonStage_Walking &)
 Invalidated assignment operator. More...
 

Private Attributes

MSEdgemyCurrentInternalEdge
 The current internal edge this person is on or 0. More...
 
double myDepartPos
 
double myDepartPosLat
 
PedestrianStatemyPedestrianState
 state that is to be manipulated by MSPModel More...
 
ConstMSEdgeVector myRoute
 The route of the person. More...
 
ConstMSEdgeVector::iterator myRouteStep
 
double mySpeed
 
SUMOTime myWalkingTime
 the time the person is walking More...
 

Friends

class GUIPerson
 
class MSPModel
 

Detailed Description

A "real" stage performing the walking to an edge The walking does not need any route as it is not simulated. Only the duration is needed

Definition at line 77 of file MSPerson.h.

Constructor & Destructor Documentation

◆ MSPersonStage_Walking() [1/2]

MSPerson::MSPersonStage_Walking::MSPersonStage_Walking ( const ConstMSEdgeVector route,
MSStoppingPlace toStop,
SUMOTime  walkingTime,
double  speed,
double  departPos,
double  arrivalPos,
double  departPosLat 
)

◆ ~MSPersonStage_Walking()

MSPerson::MSPersonStage_Walking::~MSPersonStage_Walking ( )

destructor

Definition at line 75 of file MSPerson.cpp.

◆ MSPersonStage_Walking() [2/2]

MSPerson::MSPersonStage_Walking::MSPersonStage_Walking ( const MSPersonStage_Walking )
private

Invalidated copy constructor.

Member Function Documentation

◆ abort()

void MSPerson::MSPersonStage_Walking::abort ( MSTransportable )
virtual

abort this stage (TraCI)

Reimplemented from MSTransportable::Stage.

Definition at line 151 of file MSPerson.cpp.

References MSPModel::getModel(), myPedestrianState, and MSPModel::remove().

◆ beginEventOutput()

void MSPerson::MSPersonStage_Walking::beginEventOutput ( const MSTransportable p,
SUMOTime  t,
OutputDevice os 
) const
virtual

Called for writing the events output.

Parameters
[in]osThe stream to write the information into
Exceptions
IOErrornot yet implemented

Implements MSTransportable::Stage.

Definition at line 193 of file MSPerson.cpp.

References MSTransportable::getID(), myRoute, OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().

Referenced by getStageDescription().

◆ computeAverageSpeed()

double MSPerson::MSPersonStage_Walking::computeAverageSpeed ( ) const
private

◆ endEventOutput()

void MSPerson::MSPersonStage_Walking::endEventOutput ( const MSTransportable p,
SUMOTime  t,
OutputDevice os 
) const
virtual

Called for writing the events output (end of an action)

Parameters
[in]osThe stream to write the information into
Exceptions
IOErrornot yet implemented

Implements MSTransportable::Stage.

Definition at line 200 of file MSPerson.cpp.

References MSTransportable::getID(), myRoute, OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().

Referenced by getStageDescription().

◆ getAngle()

double MSPerson::MSPersonStage_Walking::getAngle ( SUMOTime  now) const
virtual

returns the angle of the transportable

Implements MSTransportable::Stage.

Definition at line 108 of file MSPerson.cpp.

References PedestrianState::getAngle(), and myPedestrianState.

◆ getArrivalPos()

◆ getDepartPos()

double MSPerson::MSPersonStage_Walking::getDepartPos ( ) const
inline

Definition at line 152 of file MSPerson.h.

References myDepartPos.

Referenced by MSPModel_NonInteracting::PState::computeWalkingTime().

◆ getDepartPosLat()

double MSPerson::MSPersonStage_Walking::getDepartPosLat ( ) const
inline

Definition at line 156 of file MSPerson.h.

References myDepartPosLat.

◆ getDestination()

◆ getDestinationStop()

const MSStoppingPlace* MSTransportable::Stage::getDestinationStop ( ) const
inlineinherited

◆ getEdge()

const MSEdge * MSPerson::MSPersonStage_Walking::getEdge ( ) const
virtual

◆ getEdgeAngle()

double MSTransportable::Stage::getEdgeAngle ( const MSEdge e,
double  at 
) const
inherited

◆ getEdgePos()

double MSPerson::MSPersonStage_Walking::getEdgePos ( SUMOTime  now) const
virtual

Implements MSTransportable::Stage.

Definition at line 96 of file MSPerson.cpp.

References PedestrianState::getEdgePos(), and myPedestrianState.

◆ getEdgePosition()

Position MSTransportable::Stage::getEdgePosition ( const MSEdge e,
double  at,
double  offset 
) const
inherited

◆ getEdges()

ConstMSEdgeVector MSPerson::MSPersonStage_Walking::getEdges ( ) const
virtual

the edges of the current stage

Implements MSTransportable::Stage.

Definition at line 126 of file MSPerson.cpp.

References myRoute.

◆ getFromEdge()

const MSEdge * MSPerson::MSPersonStage_Walking::getFromEdge ( ) const
virtual

Implements MSTransportable::Stage.

Definition at line 90 of file MSPerson.cpp.

References myRoute.

◆ getLanePosition()

Position MSTransportable::Stage::getLanePosition ( const MSLane lane,
double  at,
double  offset 
) const
inherited

◆ getMaxSpeed()

◆ getNextRouteEdge()

const MSEdge* MSPerson::MSPersonStage_Walking::getNextRouteEdge ( ) const
inline

◆ getPedestrianState()

PedestrianState* MSPerson::MSPersonStage_Walking::getPedestrianState ( ) const
inline

◆ getPosition()

Position MSPerson::MSPersonStage_Walking::getPosition ( SUMOTime  now) const
virtual

returns the position of the transportable

Implements MSTransportable::Stage.

Definition at line 102 of file MSPerson.cpp.

References PedestrianState::getPosition(), and myPedestrianState.

◆ getRoute()

const ConstMSEdgeVector& MSPerson::MSPersonStage_Walking::getRoute ( ) const
inline

◆ getRouteEdge()

const MSEdge* MSPerson::MSPersonStage_Walking::getRouteEdge ( ) const
inline

Definition at line 164 of file MSPerson.h.

References myRouteStep.

◆ getSpeed()

double MSPerson::MSPersonStage_Walking::getSpeed ( ) const
virtual

the speed of the transportable

Implements MSTransportable::Stage.

Definition at line 120 of file MSPerson.cpp.

References PedestrianState::getSpeed(), and myPedestrianState.

◆ getStageDescription()

std::string MSPerson::MSPersonStage_Walking::getStageDescription ( ) const
inlinevirtual

return string representation of the current stage

Implements MSTransportable::Stage.

Definition at line 115 of file MSPerson.h.

References beginEventOutput(), endEventOutput(), moveToNextEdge(), routeOutput(), and tripInfoOutput().

◆ getStageType()

StageType MSTransportable::Stage::getStageType ( ) const
inlineinherited

◆ getVehicle()

◆ getWaitingTime()

SUMOTime MSPerson::MSPersonStage_Walking::getWaitingTime ( SUMOTime  now) const
virtual

the time this transportable spent waiting

Implements MSTransportable::Stage.

Definition at line 114 of file MSPerson.cpp.

References PedestrianState::getWaitingTime(), and myPedestrianState.

Referenced by MSPModel_Striping::PState::getImpatience(), and MSPModel_Striping::PState::walk().

◆ isWaiting4Vehicle()

virtual bool MSTransportable::Stage::isWaiting4Vehicle ( ) const
inlinevirtualinherited

Whether the transportable waits for a vehicle.

Reimplemented in MSTransportable::Stage_Driving.

Definition at line 131 of file MSTransportable.h.

◆ isWaitingFor()

bool MSTransportable::Stage::isWaitingFor ( const std::string &  line) const
virtualinherited

Whether the transportable waits for a vehicle of the line specified.

Reimplemented in MSTransportable::Stage_Driving.

Definition at line 77 of file MSTransportable.cpp.

Referenced by MSTransportable::Stage::setSpeed().

◆ moveToNextEdge()

bool MSPerson::MSPersonStage_Walking::moveToNextEdge ( MSPerson person,
SUMOTime  currentTime,
MSEdge nextInternal = 0 
)

◆ operator=()

MSPersonStage_Walking& MSPerson::MSPersonStage_Walking::operator= ( const MSPersonStage_Walking )
private

Invalidated assignment operator.

◆ proceed()

◆ routeOutput()

void MSPerson::MSPersonStage_Walking::routeOutput ( OutputDevice os) const
virtual

Called on writing vehroute output.

Parameters
[in]osThe stream to write the information into
Exceptions
IOErrornot yet implemented

Implements MSTransportable::Stage.

Definition at line 181 of file MSPerson.cpp.

References OutputDevice::closeTag(), myRoute, mySpeed, myWalkingTime, OutputDevice::openTag(), SUMO_ATTR_DURATION, SUMO_ATTR_EDGES, SUMO_ATTR_SPEED, time2string(), and OutputDevice::writeAttr().

Referenced by getStageDescription().

◆ setArrived()

void MSTransportable::Stage::setArrived ( SUMOTime  now)
inherited

logs end of the step

Definition at line 72 of file MSTransportable.cpp.

References MSTransportable::Stage::myArrived.

Referenced by MSContainer::proceed(), MSPerson::proceed(), and MSTransportable::Stage::setSpeed().

◆ setDeparted()

void MSTransportable::Stage::setDeparted ( SUMOTime  now)
inherited

logs end of the step

Definition at line 65 of file MSTransportable.cpp.

References MSTransportable::Stage::myDeparted.

Referenced by MSTransportable::getVehicleType(), and MSTransportable::Stage::setSpeed().

◆ setSpeed()

void MSPerson::MSPersonStage_Walking::setSpeed ( double  speed)
virtual

sets the walking speed (ignored in other stages)

Reimplemented from MSTransportable::Stage.

Definition at line 157 of file MSPerson.cpp.

References mySpeed.

◆ tripInfoOutput()

void MSPerson::MSPersonStage_Walking::tripInfoOutput ( OutputDevice os) const
virtual

Called on writing tripinfo output.

Parameters
[in]osThe stream to write the information into
Exceptions
IOErrornot yet implemented

Implements MSTransportable::Stage.

Definition at line 175 of file MSPerson.cpp.

References OutputDevice::closeTag(), MSTransportable::Stage::myArrived, OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().

Referenced by getStageDescription().

Friends And Related Function Documentation

◆ GUIPerson

friend class GUIPerson
friend

Definition at line 79 of file MSPerson.h.

◆ MSPModel

friend class MSPModel
friend

Definition at line 78 of file MSPerson.h.

Field Documentation

◆ myArrivalPos

◆ myArrived

◆ myCurrentInternalEdge

MSEdge* MSPerson::MSPersonStage_Walking::myCurrentInternalEdge
private

The current internal edge this person is on or 0.

Definition at line 198 of file MSPerson.h.

Referenced by getEdge(), and moveToNextEdge().

◆ myDeparted

SUMOTime MSTransportable::Stage::myDeparted
protectedinherited

◆ myDepartPos

double MSPerson::MSPersonStage_Walking::myDepartPos
private

Definition at line 200 of file MSPerson.h.

Referenced by computeAverageSpeed(), getDepartPos(), MSPersonStage_Walking(), and proceed().

◆ myDepartPosLat

double MSPerson::MSPersonStage_Walking::myDepartPosLat
private

Definition at line 201 of file MSPerson.h.

Referenced by getDepartPosLat().

◆ myDestination

const MSEdge& MSTransportable::Stage::myDestination
protectedinherited

◆ myDestinationStop

MSStoppingPlace* const MSTransportable::Stage::myDestinationStop
protectedinherited

the stop to reach by getting transported (if any)

Definition at line 187 of file MSTransportable.h.

Referenced by MSTransportable::Stage::getDestinationStop(), moveToNextEdge(), and MSContainer::MSContainerStage_Tranship::moveToNextEdge().

◆ myPedestrianState

PedestrianState* MSPerson::MSPersonStage_Walking::myPedestrianState
private

state that is to be manipulated by MSPModel

Definition at line 205 of file MSPerson.h.

Referenced by abort(), getAngle(), getEdgePos(), getPedestrianState(), getPosition(), getSpeed(), getWaitingTime(), and proceed().

◆ myRoute

ConstMSEdgeVector MSPerson::MSPersonStage_Walking::myRoute
private

◆ myRouteStep

ConstMSEdgeVector::iterator MSPerson::MSPersonStage_Walking::myRouteStep
private

Definition at line 195 of file MSPerson.h.

Referenced by getEdge(), getNextRouteEdge(), getRouteEdge(), moveToNextEdge(), and proceed().

◆ mySpeed

double MSPerson::MSPersonStage_Walking::mySpeed
private

Definition at line 202 of file MSPerson.h.

Referenced by getMaxSpeed(), MSPersonStage_Walking(), proceed(), routeOutput(), and setSpeed().

◆ myType

StageType MSTransportable::Stage::myType
protectedinherited

◆ myWalkingTime

SUMOTime MSPerson::MSPersonStage_Walking::myWalkingTime
private

the time the person is walking

Definition at line 189 of file MSPerson.h.

Referenced by computeAverageSpeed(), proceed(), and routeOutput().


The documentation for this class was generated from the following files: