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
gDebugFlag1
bool gDebugFlag1
global utility flags for debugging
Definition:
StdDefs.cpp:33
gPrecision
int gPrecision
the precision for floating point outputs
Definition:
StdDefs.cpp:30
gDebugFlag3
bool gDebugFlag3
Definition:
StdDefs.cpp:35
gDebugSelectedVehicle
std::string gDebugSelectedVehicle
Definition:
StdDefs.cpp:37
gPrecisionGeo
int gPrecisionGeo
Definition:
StdDefs.cpp:31
StdDefs.h
gDebugFlag4
bool gDebugFlag4
Definition:
StdDefs.cpp:36
gDebugFlag2
bool gDebugFlag2
Definition:
StdDefs.cpp:34
src
utils
common
StdDefs.cpp
Generated on Sun Jul 23 2017 14:19:12 for SUMO - Simulation of Urban MObility by
1.8.13