SUMO - Simulation of Urban MObility
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MSGlobals.h
Go to the documentation of this file.
1
/****************************************************************************/
10
// Some static variables for faster access
11
/****************************************************************************/
12
// SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
13
// Copyright (C) 2003-2014 DLR (http://www.dlr.de/) and contributors
14
/****************************************************************************/
15
//
16
// This file is part of SUMO.
17
// SUMO is free software: you can redistribute it and/or modify
18
// it under the terms of the GNU General Public License as published by
19
// the Free Software Foundation, either version 3 of the License, or
20
// (at your option) any later version.
21
//
22
/****************************************************************************/
23
#ifndef MSGlobals_h
24
#define MSGlobals_h
25
26
27
// ===========================================================================
28
// included modules
29
// ===========================================================================
30
#ifdef _MSC_VER
31
#include <
windows_config.h
>
32
#else
33
#include <
config.h
>
34
#endif
35
36
#include <map>
37
#include <
utils/common/SUMOTime.h
>
38
39
40
// ===========================================================================
41
// class declarations
42
// ===========================================================================
43
#ifdef HAVE_INTERNAL
44
class
MELoop;
45
#endif
46
47
48
// ===========================================================================
49
// class definitions
50
// ===========================================================================
58
class
MSGlobals
{
59
public
:
61
static
bool
gOmitEmptyEdgesOnDump
;
62
65
static
SUMOTime
gTimeToGridlock
;
66
68
static
SUMOTime
gTimeToGridlockHighways
;
69
71
static
bool
gUsingInternalLanes
;
72
74
static
SUMOTime
gIgnoreJunctionBlocker
;
75
77
static
bool
gCheck4Accidents
;
78
80
static
bool
gCheckRoutes
;
81
83
static
SUMOTime
gLaneChangeDuration
;
84
86
static
bool
gStateLoaded
;
87
88
#ifdef HAVE_INTERNAL
89
90
static
bool
gUseMesoSim
;
91
93
static
bool
gMesoLimitedJunctionControl;
94
96
static
MELoop* gMesoNet;
97
#else
98
99
const
static
bool
gUseMesoSim
;
100
101
#endif
102
103
};
104
105
106
#endif
107
108
/****************************************************************************/
109
tmp
buildd
sumo-0.21.0+dfsg
src
microsim
MSGlobals.h
Generated on Thu Nov 20 2014 19:49:55 for SUMO - Simulation of Urban MObility by
1.8.1.2