#include <MSPerson.h>
Detailed Description
Definition at line 221 of file MSPerson.h.
Constructor & Destructor Documentation
MSPerson::MSPersonStage_Walking::MoveToNextEdge::~MoveToNextEdge |
( |
| ) |
|
|
inline |
Member Function Documentation
SUMOTime MSPerson::MSPersonStage_Walking::MoveToNextEdge::execute |
( |
SUMOTime |
currentTime | ) |
|
|
inlinevirtual |
Executes the command.
The implementations should return 0 if the command shall not be repeated, or a value larger than 0 that describe the time after which the command shall be executed again. Values below 0 must not be returned.
- Parameters
-
[in] | currentTime | The current simulation time |
- Returns
- The time after which the command shall be executed again, 0 if this command shall be descheduled.
- Exceptions
-
Implements Command.
Definition at line 225 of file MSPerson.h.
References MSPerson::MSPersonStage_Walking::moveToNextEdge(), myParent, and myPerson.
Invalidated assignment operator.
Field Documentation
MSPerson* MSPerson::MSPersonStage_Walking::MoveToNextEdge::myPerson |
|
private |
The documentation for this class was generated from the following file: