Home
last modified time | relevance | path

Searched refs:driveToNextStop (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp1116 double driveToNextStop = -std::numeric_limits<double>::max(); in _wantsChange() local
1122 driveToNextStop = myVehicle.nextStopDist(); in _wantsChange()
1243 … double usableDist = MAX2(currentDist - posOnLane - best.occupation * JAM_FACTOR, driveToNextStop); in _wantsChange()
H A DMSLCM_SL2015.cpp1031 double driveToNextStop = -std::numeric_limits<double>::max();
1032 UNUSED_PARAMETER(driveToNextStop); // XXX use when computing usableDist
1038 driveToNextStop = myVehicle.nextStopDist();