![]() |
Eclipse SUMO - Simulation of Urban MObility
|
abstract base class for managing callbacks to retrieve various state information from the model More...
#include <MSPModel.h>
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 () |
abstract base class for managing callbacks to retrieve various state information from the model
Definition at line 130 of file MSPModel.h.
|
inlinevirtual |
Definition at line 132 of file MSPModel.h.
|
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().
|
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().
|
inlinevirtual |
whether the transportable is jammed
Reimplemented in MSPModel_Striping::PState.
Definition at line 174 of file MSPModel.h.
Referenced by MSStageMoving::getLane().
|
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().
|
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().
|
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().
|
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().
|
inlinevirtual |
whether the transportable is jammed
Reimplemented in MSPModel_Striping::PState.
Definition at line 169 of file MSPModel.h.
Referenced by GUIPerson::isJammed().
|
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().
|
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.