Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1258 …bool checkForPedestrians(const MSVehicle* aVehicle, double& speed, double& dist, double pos, bool …
H A DMSLane.cpp794 if (!nextLane->checkForPedestrians(aVehicle, speed, dist, -seen, patchSpeed)) { in isInsertionSuccess()
885 if (!checkForPedestrians(aVehicle, speed, dist, pos, patchSpeed)) { in isInsertionSuccess()
3627 MSLane::checkForPedestrians(const MSVehicle* aVehicle, double& speed, double& dist, double pos, bo… in checkForPedestrians() function in MSLane