20 #ifndef GUIEventControl_h 21 #define GUIEventControl_h GUIEventControl & operator=(const GUIEventControl &)
invalid assignment operator.
Base (microsim) event class.
MFXMutex myLock
The lock used to prohibit parallel addition and processing of events.
~GUIEventControl()
Destructor.
Stores time-dependant events and executes them at the proper time (guisim)
GUIEventControl()
Default constructor.
void execute(SUMOTime time)
Executes time-dependant commands.
void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
Stores time-dependant events and executes them at the proper time.