Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp661 const int destinationLaneIndex = myLaneTimeLine[1].second; in influenceChangeDecision() local
662 if (destinationLaneIndex < (int)currentEdge.getLanes().size()) { in influenceChangeDecision()
663 if (currentLaneIndex > destinationLaneIndex) { in influenceChangeDecision()
665 } else if (currentLaneIndex < destinationLaneIndex) { in influenceChangeDecision()