Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h840 double getMissingRearGap(const MSVehicle* leader, double backOffset, double leaderSpeed) const;
H A DMSLane.cpp393 const double missingRearGap = getMissingRearGap(&veh, backOffset, mspeed); in freeInsertion()
951 const double missingRearGap = getMissingRearGap(aVehicle, backOffset, speed); in isInsertionSuccess()
2232 double MSLane::getMissingRearGap(const MSVehicle* leader, double backOffset, double leaderSpeed) co… in getMissingRearGap() function in MSLane