Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1045 LCA_MRIGHT = 1 << 18 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1047 public static final int LCA_MRIGHT = 1 << 18; field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1234 LCA_MRIGHT = 1 << 18, enumerator
H A DSUMOXMLDefinitions.cpp846 { "MR", LCA_MRIGHT },
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp852 } else if (dir == LCA_MRIGHT && !myAllowOvertakingRight && !nv->congested()) { in informFollower()
866 …((dir == LCA_MRIGHT && myVehicle.getWaitingSeconds() > LCA_RIGHT_IMPATIENCE) // NOTE: it might be … in informFollower()
1140 const int myLca = (right ? LCA_MRIGHT : LCA_MLEFT); in _wantsChange()
H A DMSLCM_DK2008.cpp173 informBlocker(msgPass, blocked, LCA_MRIGHT, neighLead, neighFollow); in wantsChangeToRight()
H A DMSAbstractLaneChangeModel.cpp325 | LCA_MRIGHT | LCA_MLEFT
H A DMSLCM_SL2015.cpp735 } else if (dir == LCA_MRIGHT && !myAllowOvertakingRight && !nv->congested()) { in informFollower()
746 ((dir == LCA_MRIGHT && myVehicle.getWaitingSeconds() > LCA_RIGHT_IMPATIENCE) in informFollower()
1057 const int myLca = (right ? LCA_MRIGHT : (left ? LCA_MLEFT : 0));