 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GUIEvent_SimulationEnded_h
18 #define GUIEvent_SimulationEnded_h
SUMOTime myStep
The time step the simulation has ended at.
Send when the simulation is over;.
Event sent when the the simulation is over.
SimulationState
Possible states of a simulation - running or stopped with different reasons.
MSNet::SimulationState getReason() const
Returns the reason the simulation has ended due.
MSNet::SimulationState myReason
The reason the simulation has ended.
SUMOTime getTimeStep() const
Returns the time step the simulation has ended at.
GUIEvent_SimulationEnded(MSNet::SimulationState reason, SUMOTime step)
Constructor.
~GUIEvent_SimulationEnded()
Destructor.