![]() |
SUMO - Simulation of Urban MObility
|
#include <MSCalibrator.h>
Public Member Functions | |
CalibratorCommand (MSCalibrator *cali) | |
SUMOTime | execute (SUMOTime currentTime) |
Executes the command. More... | |
Private Attributes | |
MSCalibrator * | myCalibrator |
Definition at line 83 of file MSCalibrator.h.
|
inline |
Definition at line 85 of file MSCalibrator.h.
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.
[in] | currentTime | The current simulation time |
ProcessError | Derived actions may throw this exception |
Implements Command.
Definition at line 88 of file MSCalibrator.h.
References MSCalibrator::execute(), and myCalibrator.
|
private |
Definition at line 93 of file MSCalibrator.h.
Referenced by execute().