 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
43 FXMutexLock locker(
myLock);
50 FXMutexLock locker(
myLock);
virtual void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
FXMutex myLock
The lock used to prohibit parallel addition and processing of events.
void execute(SUMOTime time)
Executes time-dependant commands.
GUIEventControl()
Default constructor.
void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
Base (microsim) event class.
virtual void execute(SUMOTime time)
Executes time-dependant commands.
~GUIEventControl()
Destructor.