Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.cpp542 if ((state & LCA_BLOCKED_BY_FOLLOWER) != 0) { in patchSpeed()
608 if ((blocked & LCA_BLOCKED_BY_FOLLOWER) != 0) { in informBlocker()
H A DMSLCM_SL2015.cpp406 if ((state & LCA_BLOCKED_BY_FOLLOWER) != 0) { in _patchSpeed()
655 if ((blocked & LCA_BLOCKED_BY_FOLLOWER) != 0 && neighFollow.first != 0) { in informFollower()
2106 …cle, followers, latDist, myVehicle.getLane()->getRightSideOnEdge(), false, LCA_BLOCKED_BY_FOLLOWER,
2120 …llowers, myManeuverDist, myVehicle.getLane()->getRightSideOnEdge(), false, LCA_BLOCKED_BY_FOLLOWER,
H A DMSLCM_LC2013.cpp332 if ((state & LCA_BLOCKED_BY_FOLLOWER) != 0) { in _patchSpeed()
633 if ((blocked & LCA_BLOCKED_BY_FOLLOWER) != 0 && nv != nullptr) { in informFollower()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1031 LCA_BLOCKED_BY_FOLLOWER = LCA_BLOCKED_BY_LEFT_FOLLOWER | LCA_BLOCKED_BY_RIGHT_FOLLOWER variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1033 …public static final int LCA_BLOCKED_BY_FOLLOWER = LCA_BLOCKED_BY_LEFT_FOLLOWER | LCA_BLOCKED_BY_RI… field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1220 LCA_BLOCKED_BY_FOLLOWER = LCA_BLOCKED_BY_LEFT_FOLLOWER | LCA_BLOCKED_BY_RIGHT_FOLLOWER, enumerator