![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSPModel_Remote.h>
Public Member Functions | |
Event (MSPModel_Remote *remoteModel) | |
SUMOTime | execute (SUMOTime currentTime) override |
Executes the command. More... | |
Private Attributes | |
MSPModel_Remote * | myRemoteModel |
Definition at line 39 of file MSPModel_Remote.h.
|
inlineexplicit |
Definition at line 41 of file MSPModel_Remote.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 43 of file MSPModel_Remote.h.
References MSPModel_Remote::execute(), and myRemoteModel.
|
private |
Definition at line 47 of file MSPModel_Remote.h.
Referenced by execute().