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
/****************************************************************************/
15
// Event send when the a simulation step has been performed by GUIRunThread
16
/****************************************************************************/
17
#ifndef GUIEvent_SimulationStep_h
18
#define GUIEvent_SimulationStep_h
19
20
21
// ===========================================================================
22
// included modules
23
// ===========================================================================
24
#include <
config.h
>
25
26
#include "
GUIEvent.h
"
27
28
29
// ===========================================================================
30
// class definitions
31
// ===========================================================================
37
class
GUIEvent_SimulationStep
:
public
GUIEvent
{
38
public
:
40
GUIEvent_SimulationStep
()
41
:
GUIEvent
(
EVENT_SIMULATION_STEP
) { }
42
44
~GUIEvent_SimulationStep
() { }
45
46
};
47
48
49
#endif
50
51
/****************************************************************************/
52
GUIEvent_SimulationStep
Definition:
GUIEvent_SimulationStep.h:37
GUIEvent.h
config.h
GUIEvent_SimulationStep::GUIEvent_SimulationStep
GUIEvent_SimulationStep()
constructor
Definition:
GUIEvent_SimulationStep.h:40
GUIEvent
Definition:
GUIEvent.h:77
GUIEvent_SimulationStep::~GUIEvent_SimulationStep
~GUIEvent_SimulationStep()
destructor
Definition:
GUIEvent_SimulationStep.h:44
EVENT_SIMULATION_STEP
send when a simulation step has been performed
Definition:
GUIEvent.h:40
src
utils
gui
events
GUIEvent_SimulationStep.h
Generated on Wed Jan 15 2020 15:04:13 for Eclipse SUMO - Simulation of Urban MObility by
1.8.13