SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSGlobals Class Reference

#include <MSGlobals.h>

Static Public Attributes

static bool gCheck4Accidents
 
static bool gCheckRoutes
 
static SUMOTime gIgnoreJunctionBlocker
 Information whether the simulation regards internal lanes. More...
 
static SUMOTime gLaneChangeDuration
 
static bool gOmitEmptyEdgesOnDump
 Information whether empty edges shall be written on dump. More...
 
static bool gStateLoaded
 Information whether a state has been loaded. More...
 
static SUMOTime gTimeToGridlock
 
static SUMOTime gTimeToGridlockHighways
 
static const bool gUseMesoSim = false
 
static bool gUsingInternalLanes
 Information whether the simulation regards internal lanes. More...
 

Detailed Description

This class holds some static variables, filled mostly with values coming from the command line or the simulation configuration file. They are stored herein to allow a faster access than from the options container.

Definition at line 57 of file MSGlobals.h.

Field Documentation

bool MSGlobals::gCheck4Accidents
static

information whether the network shall check for collisions

Definition at line 76 of file MSGlobals.h.

Referenced by MSFrame::setMSGlobals(), and MSNet::simulationStep().

bool MSGlobals::gCheckRoutes
static

information whether the routes shall be checked for connectivity

Definition at line 79 of file MSGlobals.h.

Referenced by MSVehicle::enterLaneAtInsertion(), and MSFrame::setMSGlobals().

SUMOTime MSGlobals::gIgnoreJunctionBlocker
static

Information whether the simulation regards internal lanes.

Definition at line 73 of file MSGlobals.h.

Referenced by MSFrame::setMSGlobals().

SUMOTime MSGlobals::gLaneChangeDuration
static
bool MSGlobals::gOmitEmptyEdgesOnDump
static

Information whether empty edges shall be written on dump.

Definition at line 60 of file MSGlobals.h.

Referenced by MSFrame::setMSGlobals(), and MSXMLRawOut::writeEdge().

SUMOTime MSGlobals::gTimeToGridlock
static

Information how long the simulation shall wait until it recognizes a vehicle as a grid lock participant

Definition at line 64 of file MSGlobals.h.

Referenced by MSLane::executeMovements(), MSBaseVehicle::getImpatience(), and MSFrame::setMSGlobals().

SUMOTime MSGlobals::gTimeToGridlockHighways
static

The time to detect grid locks on highways

Definition at line 67 of file MSGlobals.h.

Referenced by MSLane::executeMovements(), and MSFrame::setMSGlobals().


The documentation for this class was generated from the following files: