Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp676 int nRouteSuccs = 1; in isInsertionSuccess() local
682 …MSLinkCont::const_iterator link = succLinkSec(*aVehicle, nRouteSuccs, *currentLane, bestLaneConts); in isInsertionSuccess()
824 nRouteSuccs++; in isInsertionSuccess()
2041 MSLane::succLinkSec(const SUMOVehicle& veh, int nRouteSuccs, in succLinkSec() argument
2043 const MSEdge* nRouteEdge = veh.succEdge(nRouteSuccs); in succLinkSec()
2066 if (nRouteSuccs < (int)conts.size()) { in succLinkSec()
2071 if ((*link)->getLane() == conts[nRouteSuccs]) { in succLinkSec()
2083 …d connection between lane " + succLinkSource.getID() + " and lane " + conts[nRouteSuccs]->getID() + in succLinkSec()
H A DMSLane.h746 int nRouteSuccs,