Home
last modified time | relevance | path

Searched refs:LCA_AMBLOCKINGFOLLOWER_DONTBRAKE (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.cpp123 (myOwnState & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0 in wantsChangeToRight()
125 … (leader.first->getLaneChangeModel().getOwnState()&LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0) { in wantsChangeToRight()
127 myOwnState &= (0xffffffff - LCA_AMBLOCKINGFOLLOWER_DONTBRAKE); in wantsChangeToRight()
330 (myOwnState & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0 in wantsChangeToLeft()
332 … (leader.first->getLaneChangeModel().getOwnState()&LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0) { in wantsChangeToLeft()
334 myOwnState &= (0xffffffff - LCA_AMBLOCKINGFOLLOWER_DONTBRAKE); in wantsChangeToLeft()
571 if ((state & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0) { in patchSpeed()
620 … msgPass.informNeighFollower(new Info(vsafe, dir | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE), &myVehicle); in informBlocker()
H A DMSLCM_DK2008.h124 return (myOwnState & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0; in amBlockingFollowerNB()
127 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_LC2013.h218 return (myOwnState & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0; in amBlockingFollowerNB()
221 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_SL2015.h202 return (myOwnState & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0; in amBlockingFollowerNB()
205 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_LC2013.cpp387 if ((state & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0) { in _patchSpeed()
H A DMSLCM_SL2015.cpp461 if ((state & LCA_AMBLOCKINGFOLLOWER_DONTBRAKE) != 0) { in _patchSpeed()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1048 LCA_AMBLOCKINGFOLLOWER_DONTBRAKE = 1 << 21 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1050 public static final int LCA_AMBLOCKINGFOLLOWER_DONTBRAKE = 1 << 21; field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1237 LCA_AMBLOCKINGFOLLOWER_DONTBRAKE = 1 << 21, enumerator