Home
last modified time | relevance | path

Searched refs:gCheckRoutes (Results 1 – 16 of 16) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSGlobals.h79 static bool gCheckRoutes; variable
H A DMSGlobals.cpp43 bool MSGlobals::gCheckRoutes; member in MSGlobals
H A DMSBaseVehicle.cpp99 if (MSGlobals::gCheckRoutes) { in MSBaseVehicle()
237 if (MSGlobals::gCheckRoutes || silent) { in reroute()
265 if (MSGlobals::gCheckRoutes) { in reroute()
319 if (MSGlobals::gCheckRoutes) { in replaceRouteEdges()
H A DMSInsertionControl.cpp219 … SUMOVehicle* vehicle = vehControl.buildVehicle(newPars, route, vtype, !MSGlobals::gCheckRoutes); in determineCandidates()
230 … SUMOVehicle* vehicle = vehControl.buildVehicle(quotaPars, route, vtype, !MSGlobals::gCheckRoutes); in determineCandidates()
H A DMSRouteHandler.cpp305 if (!MSGlobals::gCheckRoutes) { in myStartElement()
632 … vehicle = vehControl.buildVehicle(myVehicleParameter, route, vtype, !MSGlobals::gCheckRoutes); in closeVehicle()
634 if (!MSGlobals::gCheckRoutes) { in closeVehicle()
656 vehicle = vehControl.buildVehicle(newPars, route, vtype, !MSGlobals::gCheckRoutes); in closeVehicle()
H A DMSTransportable.cpp254 … vehicle = vehControl.buildVehicle(vehPar, routeDummy, type, !MSGlobals::gCheckRoutes); in setArrived()
302 if (MSGlobals::gCheckRoutes) { in setArrived()
H A DMSFrame.cpp690 MSGlobals::gCheckRoutes = !oc.getBool("ignore-route-errors"); in setMSGlobals()
H A DMSLane.cpp604 if (!MSGlobals::gCheckRoutes) { in checkFailure()
H A DMSVehicle.cpp1108 addStops(!MSGlobals::gCheckRoutes);
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMETriggeredCalibrator.cpp191 if (!MSGlobals::gCheckRoutes) { in execute()
H A DMESegment.cpp284 if (MSGlobals::gCheckRoutes && !veh->hasValidRoute(msg)) { in initialise()
/dports/cad/sumo/sumo-1.2.0/src/microsim/trigger/
H A DMSCalibrator.cpp403 if (!MSGlobals::gCheckRoutes) { in execute()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DSimulation.cpp552 … vehicle = vehControl.buildVehicle(vehPar, routeDummy, type, !MSGlobals::gCheckRoutes); in findIntermodalRoute()
H A DVehicle.cpp1311 if (MSGlobals::gCheckRoutes) {
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp1929 assert(link != nullptr || !MSGlobals::gCheckRoutes); in distanceAlongNextRoundabout()
1958 assert(link != nullptr || !MSGlobals::gCheckRoutes); in distanceAlongNextRoundabout()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp1279 MSGlobals::gCheckRoutes = false; in closeTraffic()