Eclipse SUMO - Simulation of Urban MObility
GUIEvent_SimulationStep.h
Go to the documentation of this file.
1
/****************************************************************************/
2
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3
// Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.
4
// This program and the accompanying materials
5
// are made available under the terms of the Eclipse Public License v2.0
6
// which accompanies this distribution, and is available at
7
// http://www.eclipse.org/legal/epl-v20.html
8
// SPDX-License-Identifier: EPL-2.0
9
/****************************************************************************/
14
// Event send when the a simulation step has been performed by GUIRunThread
15
/****************************************************************************/
16
#ifndef GUIEvent_SimulationStep_h
17
#define GUIEvent_SimulationStep_h
18
19
20
// ===========================================================================
21
// included modules
22
// ===========================================================================
23
#include <
config.h
>
24
25
#include "
GUIEvent.h
"
26
27
28
// ===========================================================================
29
// class definitions
30
// ===========================================================================
36
class
GUIEvent_SimulationStep
:
public
GUIEvent
{
37
public
:
39
GUIEvent_SimulationStep
()
40
:
GUIEvent
(
EVENT_SIMULATION_STEP
) { }
41
43
~GUIEvent_SimulationStep
() { }
44
45
};
46
47
48
#endif
49
50
/****************************************************************************/
51
GUIEvent_SimulationStep::GUIEvent_SimulationStep
GUIEvent_SimulationStep()
constructor
Definition:
GUIEvent_SimulationStep.h:39
EVENT_SIMULATION_STEP
@ EVENT_SIMULATION_STEP
send when a simulation step has been performed
Definition:
GUIEvent.h:39
GUIEvent
Definition:
GUIEvent.h:76
GUIEvent.h
GUIEvent_SimulationStep
Definition:
GUIEvent_SimulationStep.h:36
GUIEvent_SimulationStep::~GUIEvent_SimulationStep
~GUIEvent_SimulationStep()
destructor
Definition:
GUIEvent_SimulationStep.h:43
config.h
src
utils
gui
events
GUIEvent_SimulationStep.h
Generated on Sun Jun 21 2020 23:18:41 for Eclipse SUMO - Simulation of Urban MObility by
1.8.17