SUMO - Simulation of Urban MObility
|
#include <MSGlobals.h>
Static Public Attributes | |
static bool | gCheck4Accidents |
static bool | gCheckRoutes |
static bool | gOmitEmptyEdgesOnDump |
Information whether empty edges shall be written on dump. More... | |
static SUMOTime | gTimeToGridlock |
static const bool | gUseMesoSim = false |
static bool | gUsingInternalLanes |
Information whether the simulation regards internal lanes. More... | |
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.
|
static |
information whether the network shall check for collisions
Definition at line 70 of file MSGlobals.h.
Referenced by MSFrame::setMSGlobals(), and MSNet::simulationStep().
|
static |
information whether the routes shall be checked for connectivity
Definition at line 73 of file MSGlobals.h.
Referenced by MSVehicle::enterLaneAtInsertion(), and MSFrame::setMSGlobals().
|
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().
|
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::setCritical(), and MSFrame::setMSGlobals().
|
static |
Information whether mesosim shall be used = constant false
Definition at line 89 of file MSGlobals.h.
Referenced by NLEdgeControlBuilder::build(), NLDetectorBuilder::buildInductLoop(), GUIViewTraffic::buildViewToolBars(), GUILaneWrapper::drawCrossties(), GUILaneWrapper::drawGL(), GUIEdge::drawGL(), GUILaneWrapper::drawMarkings(), MSEdge::getCurrentTravelTime(), GUIEdge::getPopUpMenu(), MSMeanData::init(), MSEdge::insertVehicle(), load(), MSNet::MSNet(), MSRouteProbe::MSRouteProbe(), MSTriggeredRerouter::MSTriggeredRerouter(), MSDevice_Tripinfo::notifyEnter(), MSDevice_Tripinfo::notifyLeave(), MSMeanData_Net::MSLaneMeanDataValues::notifyLeave(), MSLink::opened(), MSLaneSpeedTrigger::processCommand(), MSMeanData::resetOnly(), GUILoadThread::run(), MSFrame::setMSGlobals(), MSNet::simulationStep(), MSXMLRawOut::writeEdge(), MSMeanData::writeEdge(), and MSNet::~MSNet().
|
static |
Information whether the simulation regards internal lanes.
Definition at line 67 of file MSGlobals.h.
Referenced by NLHandler::addConnection(), NLHandler::beginEdgeParsing(), MSVehicle::checkRewindLinkLanes(), NLJunctionControlBuilder::closeJunction(), NLHandler::openJunction(), NLHandler::parseLanes(), MSRightOfWayJunction::postloadInit(), MSFrame::setMSGlobals(), and traci::TraCIServer::TraCIServer().