Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp385 bool adaptableSpeed = true; in freeInsertion() local
402 …rn isInsertionSuccess(&veh, mspeed, minPos + missingRearGap, posLat, adaptableSpeed, notification); in freeInsertion()
407 return isInsertionSuccess(&veh, mspeed, minPos, posLat, adaptableSpeed, notification); in freeInsertion()
414 const double speed = adaptableSpeed ? leader->getSpeed() : mspeed; in freeInsertion()
419 if (isInsertionSuccess(&veh, tspeed, minPos, posLat, adaptableSpeed, notification)) { in freeInsertion()
438 if (adaptableSpeed && leader != nullptr) { in freeInsertion()
457 …if (isInsertionSuccess(&veh, speed, backMin + POSITION_EPS, posLat, adaptableSpeed, notification))… in freeInsertion()