21 #ifndef GUIEventControl_h
22 #define GUIEventControl_h
GUIEventControl & operator=(const GUIEventControl &)
invalid assignment operator.
SUMOTime addEvent(Command *operation, SUMOTime execTimeStep, AdaptType type)
Adds an Event.
Base (microsim) event class.
AdaptType
Defines what to do if the insertion time lies before the current simulation time. ...
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.
Stores time-dependant events and executes them at the proper time.