Eclipse SUMO - Simulation of Urban MObility
MSTransportableStateAdapter Class Referenceabstract

abstract base class for managing callbacks to retrieve various state information from the model More...

#include <MSPModel.h>

Inheritance diagram for MSTransportableStateAdapter:
[legend]

Public Member Functions

virtual double getAngle (const MSStageMoving &stage, SUMOTime now) const =0
 return the direction in which the transportable faces in degrees More...
 
virtual double getEdgePos (const MSStageMoving &stage, SUMOTime now) const =0
 return the offset from the start of the current edge measured in its natural direction More...
 
virtual const MSLane * getLane () const
 whether the transportable is jammed More...
 
virtual const MSEdge * getNextEdge (const MSStageMoving &stage) const =0
 return the list of internal edges if the transportable is on an intersection More...
 
virtual Position getPosition (const MSStageMoving &stage, SUMOTime now) const =0
 return the network coordinate of the transportable More...
 
virtual double getSpeed (const MSStageMoving &stage) const =0
 return the current speed of the transportable More...
 
virtual SUMOTime getWaitingTime (const MSStageMoving &stage, SUMOTime now) const =0
 return the time the transportable spent standing More...
 
virtual bool isJammed () const
 whether the transportable is jammed More...
 
virtual void moveToXY (MSPerson *p, Position pos, MSLane *lane, double lanePos, double lanePosLat, double angle, int routeOffset, const ConstMSEdgeVector &edges, SUMOTime t)
 try to move transportable to the given position More...
 
virtual void saveState (std::ostringstream &out)
 Saves the current state into the given stream. More...
 
virtual ~MSTransportableStateAdapter ()
 

Detailed Description

abstract base class for managing callbacks to retrieve various state information from the model

Definition at line 130 of file MSPModel.h.

Constructor & Destructor Documentation

◆ ~MSTransportableStateAdapter()

virtual MSTransportableStateAdapter::~MSTransportableStateAdapter ( )
inlinevirtual

Definition at line 132 of file MSPModel.h.

Member Function Documentation

◆ getAngle()

virtual double MSTransportableStateAdapter::getAngle ( const MSStageMoving &  stage,
SUMOTime  now 
) const
pure virtual

return the direction in which the transportable faces in degrees

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, MSPModel_NonInteracting::CState, and MSPModel_NonInteracting::PState.

Referenced by MSStageMoving::getAngle().

Here is the caller graph for this function:

◆ getEdgePos()

virtual double MSTransportableStateAdapter::getEdgePos ( const MSStageMoving &  stage,
SUMOTime  now 
) const
pure virtual

return the offset from the start of the current edge measured in its natural direction

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, and MSPModel_NonInteracting::PState.

Referenced by MSStageMoving::getEdgePos().

Here is the caller graph for this function:

◆ getLane()

virtual const MSLane* MSTransportableStateAdapter::getLane ( ) const
inlinevirtual

whether the transportable is jammed

Reimplemented in MSPModel_Striping::PState.

Definition at line 174 of file MSPModel.h.

Referenced by MSStageMoving::getLane().

Here is the caller graph for this function:

◆ getNextEdge()

virtual const MSEdge* MSTransportableStateAdapter::getNextEdge ( const MSStageMoving &  stage) const
pure virtual

return the list of internal edges if the transportable is on an intersection

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, and MSPModel_NonInteracting::PState.

Referenced by MSPerson::getNextEdgePtr().

Here is the caller graph for this function:

◆ getPosition()

virtual Position MSTransportableStateAdapter::getPosition ( const MSStageMoving &  stage,
SUMOTime  now 
) const
pure virtual

return the network coordinate of the transportable

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, MSPModel_NonInteracting::CState, and MSPModel_NonInteracting::PState.

Referenced by MSStageMoving::getPosition().

Here is the caller graph for this function:

◆ getSpeed()

virtual double MSTransportableStateAdapter::getSpeed ( const MSStageMoving &  stage) const
pure virtual

return the current speed of the transportable

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, and MSPModel_NonInteracting::PState.

Referenced by MSStageMoving::getSpeed().

Here is the caller graph for this function:

◆ getWaitingTime()

virtual SUMOTime MSTransportableStateAdapter::getWaitingTime ( const MSStageMoving &  stage,
SUMOTime  now 
) const
pure virtual

return the time the transportable spent standing

Implemented in MSPModel_Remote::PState, MSPModel_Striping::PState, and MSPModel_NonInteracting::PState.

Referenced by MSStageMoving::getWaitingTime().

Here is the caller graph for this function:

◆ isJammed()

virtual bool MSTransportableStateAdapter::isJammed ( ) const
inlinevirtual

whether the transportable is jammed

Reimplemented in MSPModel_Striping::PState.

Definition at line 169 of file MSPModel.h.

Referenced by GUIPerson::isJammed().

Here is the caller graph for this function:

◆ moveToXY()

virtual void MSTransportableStateAdapter::moveToXY ( MSPerson *  p,
Position  pos,
MSLane *  lane,
double  lanePos,
double  lanePosLat,
double  angle,
int  routeOffset,
const ConstMSEdgeVector &  edges,
SUMOTime  t 
)
inlinevirtual

try to move transportable to the given position

Reimplemented in MSPModel_Striping::PState.

Definition at line 153 of file MSPModel.h.

References UNUSED_PARAMETER, and WRITE_WARNING.

Referenced by MSPerson::Influencer::postProcessRemoteControl().

Here is the caller graph for this function:

◆ saveState()

virtual void MSTransportableStateAdapter::saveState ( std::ostringstream &  out)
inlinevirtual

Saves the current state into the given stream.

Reimplemented in MSPModel_NonInteracting::PState.

Definition at line 180 of file MSPModel.h.

References UNUSED_PARAMETER.


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