Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.h411 double getLengthsBeforeCrossing(const MSLane* foeLane) const;
H A DMSLink.cpp807 MSLink::getLengthsBeforeCrossing(const MSLane* foeLane) const { in getLengthsBeforeCrossing() function in MSLink
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_SSM.cpp2056 … egoDistToConflictFromJunctionEntry = egoEntryLink->getLengthsBeforeCrossing(foeConflictLane); in classifyEncounter()
2074 … foeDistToConflictFromJunctionEntry = foeEntryLink->getLengthsBeforeCrossing(egoConflictLane); in classifyEncounter()