Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp978 double anticipationTime = 1.; in informFollower() local
979 …double anticipatedSpeed = MIN2(myVehicle.getSpeed() + plannedAccel * anticipationTime, myVehicle.… in informFollower()
980 …double anticipatedGap = myCarFollowModel.gapExtrapolation(anticipationTime, neighFollow.second, my… in informFollower()
987 double helpAccel = SPEED2ACCEL(vsafe - nv->getSpeed()) / anticipationTime; in informFollower()
992 …anticipatedGap = myCarFollowModel.gapExtrapolation(anticipationTime, neighFollow.second, myVehicle… in informFollower()
994 …double anticipatedHelpSpeed = MIN2(nv->getSpeed() + anticipationTime * helpAccel, nv->getMaxSpeedO… in informFollower()