SUMO - Simulation of Urban MObility
GUIGlobals.cpp
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2017 German Aerospace Center (DLR) and others.
4 /****************************************************************************/
5 //
6 // This program and the accompanying materials
7 // are made available under the terms of the Eclipse Public License v2.0
8 // which accompanies this distribution, and is available at
9 // http://www.eclipse.org/legal/epl-v20.html
10 //
11 /****************************************************************************/
18 // }
19 /****************************************************************************/
20 
21 
22 // ===========================================================================
23 // included modules
24 // ===========================================================================
25 #ifdef _MSC_VER
26 #include <windows_config.h>
27 #else
28 #include <config.h>
29 #endif
30 
31 #include "GUIGlobals.h"
32 
33 
34 // ===========================================================================
35 // static member variables definitions
36 // ===========================================================================
37 bool GUIGlobals::gRunAfterLoad = false;
38 
39 
40 bool GUIGlobals::gQuitOnEnd = false;
41 
42 
43 bool GUIGlobals::gDemoAutoReload = false;
44 
45 
46 double GUIGlobals::gTrackerInterval = 1.0;
47 
48 /****************************************************************************/
static bool gRunAfterLoad
the simulation shall start direct after loading
Definition: GUIGlobals.h:51
static bool gDemoAutoReload
the simulation shall reload when it has ended (demo)
Definition: GUIGlobals.h:57
static double gTrackerInterval
the aggregation period for tracker windows in seconds
Definition: GUIGlobals.h:60
static bool gQuitOnEnd
the window shall be closed when the simulation has ended
Definition: GUIGlobals.h:54