SUMO - Simulation of Urban MObility
StdDefs.cpp
Go to the documentation of this file.
1 /****************************************************************************/
9 /****************************************************************************/
10 // SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
11 // Copyright (C) 2014-2017 DLR (http://www.dlr.de/) and contributors
12 /****************************************************************************/
13 //
14 // This file is part of SUMO.
15 // SUMO is free software: you can redistribute it and/or modify
16 // it under the terms of the GNU General Public License as published by
17 // the Free Software Foundation, either version 3 of the License, or
18 // (at your option) any later version.
19 //
20 /****************************************************************************/
21 
22 
23 // ===========================================================================
24 // included modules
25 // ===========================================================================
26 #include "StdDefs.h"
27 
28 
29 // set by option --precision (see SystemFrame.cpp)
30 int gPrecision = 2;
31 int gPrecisionGeo = 6;
32 
33 bool gDebugFlag1 = false;
34 bool gDebugFlag2 = false;
35 bool gDebugFlag3 = false;
36 bool gDebugFlag4 = false;
37 std::string gDebugSelectedVehicle = "";
38 
39 /****************************************************************************/
40 
bool gDebugFlag1
global utility flags for debugging
Definition: StdDefs.cpp:33
int gPrecision
the precision for floating point outputs
Definition: StdDefs.cpp:30
bool gDebugFlag3
Definition: StdDefs.cpp:35
std::string gDebugSelectedVehicle
Definition: StdDefs.cpp:37
int gPrecisionGeo
Definition: StdDefs.cpp:31
bool gDebugFlag4
Definition: StdDefs.cpp:36
bool gDebugFlag2
Definition: StdDefs.cpp:34