Home
last modified time | relevance | path

Searched refs:LCA_AMBLOCKINGFOLLOWER (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.h121 return (myOwnState & LCA_AMBLOCKINGFOLLOWER) != 0; in amBlockingFollower()
127 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_LC2013.h215 return (myOwnState & LCA_AMBLOCKINGFOLLOWER) != 0; in amBlockingFollower()
221 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_SL2015.h199 return (myOwnState & LCA_AMBLOCKINGFOLLOWER) != 0; in amBlockingFollower()
205 return (myOwnState & (LCA_AMBLOCKINGFOLLOWER | LCA_AMBLOCKINGFOLLOWER_DONTBRAKE)) != 0; in amBlockingFollowerPlusNB()
H A DMSLCM_LC2013.cpp652 …hFollower(new Info(MAX2(plannedSpeed, 0.) - HELP_OVERTAKE, dir | LCA_AMBLOCKINGFOLLOWER), &myVehic… in informFollower()
816 new Info(vsafe, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
846 … msgPass.informNeighFollower(new Info(neighNewSpeed, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
855 msgPass.informNeighFollower(new Info(vhelp, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
899 … msgPass.informNeighFollower(new Info(vhelp, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
921 … msgPass.informNeighFollower(new Info(neighNewSpeed, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
939 msgPass.informNeighFollower(new Info(vhelp, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informFollower()
H A DMSLCM_DK2008.cpp552 if ((state & LCA_AMBLOCKINGFOLLOWER) != 0) { in patchSpeed()
617 msgPass.informNeighFollower(new Info(vsafe, dir | LCA_AMBLOCKINGFOLLOWER), &myVehicle); in informBlocker()
H A DMSLCM_SL2015.cpp672 msg(neighFollow, plannedSpeed - HELP_OVERTAKE, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
717 msg(neighFollow, vsafe, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
729 msg(neighFollow, neighNewSpeed, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
737 msg(neighFollow, vhelp, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
765 msg(neighFollow, vhelp, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
769 msg(neighFollow, vhelp, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
802 msg(neighFollow, vsafe, dir | LCA_AMBLOCKINGFOLLOWER); in informFollower()
H A DMSAbstractLaneChangeModel.cpp324 | LCA_AMBLOCKINGLEADER | LCA_AMBLOCKINGFOLLOWER
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1044 LCA_AMBLOCKINGFOLLOWER = 1 << 17 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1046 public static final int LCA_AMBLOCKINGFOLLOWER = 1 << 17; field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1233 LCA_AMBLOCKINGFOLLOWER = 1 << 17, enumerator
H A DSUMOXMLDefinitions.cpp843 { "amBF", LCA_AMBLOCKINGFOLLOWER },