42 FXMutexLock locker(
myLock);
49 FXMutexLock locker(
myLock);
Base (microsim) event class.
void execute(SUMOTime time)
Executes time-dependant commands.
GUIEventControl()
Default constructor.
void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
~GUIEventControl()
Destructor.
FXMutex myLock
The lock used to prohibit parallel addition and processing of events.
virtual void execute(SUMOTime time)
Executes time-dependant commands.
virtual void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.