Home
last modified time | relevance | path

Searched refs:LCA_NONE (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSAbstractLaneChangeModel.h253 getCanceledState(-1) = LCA_NONE; in prepareStep()
254 getCanceledState(0) = LCA_NONE; in prepareStep()
255 getCanceledState(1) = LCA_NONE; in prepareStep()
H A DMSAbstractLaneChangeModel.cpp97 myCanceledStateRight(LCA_NONE), in MSAbstractLaneChangeModel()
98 myCanceledStateCenter(LCA_NONE), in MSAbstractLaneChangeModel()
99 myCanceledStateLeft(LCA_NONE), in MSAbstractLaneChangeModel()
H A DMSLCM_SL2015.cpp1058 const int lcaCounter = (right ? LCA_LEFT : (left ? LCA_RIGHT : LCA_NONE));
2448 ? LCA_NONE : (latDist < 0 ? LCA_RIGHT : LCA_LEFT));
3343 const LaneChangeAction alternatives = LCA_NONE; // @todo pas this data
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py979 LCA_NONE = 0 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java981 public static final int LCA_NONE = 0; field in Constants
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLaneChangerSublane.cpp172 LaneChangeAction alternatives = (LaneChangeAction)((mayChange(-1) ? LCA_RIGHT : LCA_NONE) in change()
173 | (mayChange(1) ? LCA_LEFT : LCA_NONE)); in change()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1168 LCA_NONE = 0, enumerator