Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.cpp538 if ((state & LCA_BLOCKED_BY_LEADER) != 0) { in patchSpeed()
623 if ((blocked & LCA_BLOCKED_BY_LEADER) != 0) { in informBlocker()
H A DMSLCM_LC2013.cpp320 if ((state & LCA_BLOCKED_BY_LEADER) != 0) { in _patchSpeed()
476 if ((blocked & LCA_BLOCKED_BY_LEADER) != 0) { in informLeader()
961 } else if (neighFollow.first != 0 && (blocked & LCA_BLOCKED_BY_LEADER)) { in informFollower()
H A DMSLCM_SL2015.cpp398 if ((state & LCA_BLOCKED_BY_LEADER) != 0) { in _patchSpeed()
530 if ((blocked & LCA_BLOCKED_BY_LEADER) != 0 && neighLead.first != 0) { in informLeader()
2104 …yVehicle, leaders, latDist, myVehicle.getLane()->getRightSideOnEdge(), true, LCA_BLOCKED_BY_LEADER,
2118 …e, leaders, myManeuverDist, myVehicle.getLane()->getRightSideOnEdge(), true, LCA_BLOCKED_BY_LEADER,
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1029 LCA_BLOCKED_BY_LEADER = LCA_BLOCKED_BY_LEFT_LEADER | LCA_BLOCKED_BY_RIGHT_LEADER variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1031 …public static final int LCA_BLOCKED_BY_LEADER = LCA_BLOCKED_BY_LEFT_LEADER | LCA_BLOCKED_BY_RIGHT_… field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1218 LCA_BLOCKED_BY_LEADER = LCA_BLOCKED_BY_LEFT_LEADER | LCA_BLOCKED_BY_RIGHT_LEADER, enumerator