 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GUIEventControl_h
18 #define GUIEventControl_h
Stores time-dependant events and executes them at the proper time.
GUIEventControl(const GUIEventControl &)
invalid copy constructor.
Stores time-dependant events and executes them at the proper time (guisim)
FXMutex myLock
The lock used to prohibit parallel addition and processing of events.
void execute(SUMOTime time)
Executes time-dependant commands.
GUIEventControl & operator=(const GUIEventControl &)
invalid assignment operator.
GUIEventControl()
Default constructor.
void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
Base (microsim) event class.
~GUIEventControl()
Destructor.