Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1021 LCA_WANTS_LANECHANGE = LCA_LEFT | LCA_RIGHT variable
1023 LCA_WANTS_LANECHANGE_OR_STAY = LCA_WANTS_LANECHANGE | LCA_STAY
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1023 public static final int LCA_WANTS_LANECHANGE = LCA_LEFT | LCA_RIGHT; field in Constants
1025 public static final int LCA_WANTS_LANECHANGE_OR_STAY = LCA_WANTS_LANECHANGE | LCA_STAY;
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1210 LCA_WANTS_LANECHANGE = LCA_LEFT | LCA_RIGHT, enumerator
1212 LCA_WANTS_LANECHANGE_OR_STAY = LCA_WANTS_LANECHANGE | LCA_STAY,
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLaneChanger.cpp845 if (blocked == 0 && (state & LCA_WANTS_LANECHANGE) != 0 && neighLead.first != nullptr) {
872 if (blocked == 0 && (state & LCA_WANTS_LANECHANGE)) {
879 …if ((state & LCA_BLOCKED) == 0 && (state & LCA_WANTS_LANECHANGE) != 0 && MSGlobals::gLaneChangeDur…
1004 if (blocked == 0 && (state & LCA_WANTS_LANECHANGE)) {
1320 if ((state & LCA_WANTS_LANECHANGE) != 0 && changingAllowed
H A DMSLaneChangerSublane.cpp188 if ((decision.state & LCA_WANTS_LANECHANGE) != 0 && (decision.state & LCA_BLOCKED) == 0) { in change()
230 …if ((result.state & LCA_WANTS_LANECHANGE) != 0 && (result.state & LCA_URGENT) != 0 && (result.stat…
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp226 if (result & LCA_WANTS_LANECHANGE) { in wantsChangeSublane()
386 if ((state & LCA_WANTS_LANECHANGE) != 0 && (state & LCA_BLOCKED) != 0) { in _patchSpeed()
847 …State = (myOwnState & (LCA_STRATEGIC | LCA_COOPERATIVE)) ? (myOwnState & LCA_WANTS_LANECHANGE) : 0; in prepareStep()
2381 …const bool want1 = ((sd1.state & LCA_WANTS_LANECHANGE) != 0) || ((sd1.state & LCA_SUBLANE) != 0 &&…
2382 …const bool want2 = ((sd2.state & LCA_WANTS_LANECHANGE) != 0) || ((sd2.state & LCA_SUBLANE) != 0 &&…
2389 << " want1=" << (sd1.state & LCA_WANTS_LANECHANGE)
2393 << " want2=" << (sd2.state & LCA_WANTS_LANECHANGE)
3384 if (result & LCA_WANTS_LANECHANGE) {
H A DMSLCM_DK2008.cpp531 if ((state & LCA_WANTS_LANECHANGE) != 0) { in patchSpeed()
H A DMSLCM_LC2013.cpp308 if ((state & LCA_WANTS_LANECHANGE) != 0 && (state & LCA_BLOCKED) != 0) { in _patchSpeed()
1020 myOwnState = (myOwnState & LCA_STRATEGIC) ? (myOwnState & LCA_WANTS_LANECHANGE) : 0; in prepareStep()