Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp602 … dist = aVehicle->getCarFollowModel().brakeGap(speed) + aVehicle->getVehicleType().getMinGap(); in checkFailure()
638 if (DEBUG_COND2(aVehicle)) { in isInsertionSuccess()
660 if (aVehicle->hasStops()) { in isInsertionSuccess()
666 if (checkFailure(aVehicle, speed, dist, cfModel.stopSpeed(aVehicle, speed, distToStop), in isInsertionSuccess()
697 … if (checkFailure(aVehicle, speed, dist, cfModel.insertionStopSpeed(aVehicle, speed, seen), in isInsertionSuccess()
719 … if (checkFailure(aVehicle, speed, dist, cfModel.insertionStopSpeed(aVehicle, speed, seen), in isInsertionSuccess()
725 if DEBUG_COND2(aVehicle) { in isInsertionSuccess()
891 if (DEBUG_COND2(aVehicle)) { in isInsertionSuccess()
3630 if (DEBUG_COND2(aVehicle)) { in checkForPedestrians()
3635aVehicle->getRightSideOnLane(), aVehicle->getRightSideOnLane() + aVehicle->getVehicleType().getWid… in checkForPedestrians()
[all …]
H A DMSLane.h318 …bool checkFailure(const MSVehicle* aVehicle, double& speed, double& dist, const double nspeed, con…
1258 …bool checkForPedestrians(const MSVehicle* aVehicle, double& speed, double& dist, double pos, bool …