Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.h118 return (myOwnState & LCA_AMBLOCKINGLEADER) != 0; in amBlockingLeader()
H A DMSLCM_LC2013.h212 return (myOwnState & LCA_AMBLOCKINGLEADER) != 0; in amBlockingLeader()
H A DMSLCM_DK2008.cpp568 if ((state & LCA_AMBLOCKINGLEADER) != 0) { in patchSpeed()
625 msgPass.informNeighLeader(new Info(0, dir | LCA_AMBLOCKINGLEADER), &myVehicle); in informBlocker()
H A DMSLCM_SL2015.h196 return (myOwnState & LCA_AMBLOCKINGLEADER) != 0; in amBlockingLeader()
H A DMSLCM_LC2013.cpp378 if ((state & LCA_AMBLOCKINGLEADER) != 0) { in _patchSpeed()
521 …ormNeighLeader(new Info(std::numeric_limits<double>::max(), dir | LCA_AMBLOCKINGLEADER), &myVehicl… in informLeader()
590 … msgPass.informNeighLeader(new Info(nv->getSpeed(), dir | LCA_AMBLOCKINGLEADER), &myVehicle); in informLeader()
H A DMSAbstractLaneChangeModel.cpp324 | LCA_AMBLOCKINGLEADER | LCA_AMBLOCKINGFOLLOWER
H A DMSLCM_SL2015.cpp452 if ((state & LCA_AMBLOCKINGLEADER) != 0) { in _patchSpeed()
552 msg(neighLead, -1, dir | LCA_AMBLOCKINGLEADER); in informLeader()
606 msg(neighLead, nv->getSpeed(), dir | LCA_AMBLOCKINGLEADER); in informLeader()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A Dconstants.py1043 LCA_AMBLOCKINGLEADER = 1 << 16 variable
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/config/
H A DConstants.java1045 public static final int LCA_AMBLOCKINGLEADER = 1 << 16; field in Constants
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1232 LCA_AMBLOCKINGLEADER = 1 << 16, enumerator
H A DSUMOXMLDefinitions.cpp842 { "amBL", LCA_AMBLOCKINGLEADER },