Home
last modified time | relevance | path

Searched refs:firstBlocked (Results 1 – 10 of 10) sorted by path

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLaneChanger.cpp76 firstBlocked(nullptr), in ChangeElem()
149 ce->firstBlocked = nullptr; in initChanger()
324 if ((myCandi - 1)->firstBlocked == nullptr) { in change()
325 (myCandi - 1)->firstBlocked = vehicle; in change()
341 if ((myCandi + 1)->firstBlocked == nullptr) { in change()
342 (myCandi + 1)->firstBlocked = vehicle; in change()
843 …der, neighLead, neighFollow, *targetLane, preb, &(myCandi->lastBlocked), &(myCandi->firstBlocked));
H A DMSLaneChanger.h80 MSVehicle* firstBlocked; member
H A DMSLaneChangerSublane.cpp232 if ((myCandi + laneOffset)->firstBlocked == nullptr) {
233 (myCandi + laneOffset)->firstBlocked = vehicle;
568 … &(myCandi->lastBlocked), &(myCandi->firstBlocked), latDist, maneuverDist, blocked);
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSAbstractLaneChangeModel.h285 MSVehicle** firstBlocked) { in wantsChange() argument
295 UNUSED_PARAMETER(firstBlocked); in wantsChange()
311 MSVehicle** firstBlocked, in wantsChangeSublane() argument
324 UNUSED_PARAMETER(firstBlocked); in wantsChangeSublane()
H A DMSLCM_DK2008.cpp72 MSVehicle** firstBlocked) { in wantsChange() argument
73 UNUSED_PARAMETER(firstBlocked); in wantsChange()
75 …Right(msgPass, blocked, leader, neighLead, neighFollow, neighLane, preb, lastBlocked, firstBlocked) in wantsChange()
76 …eft(msgPass, blocked, leader, neighLead, neighFollow, neighLane, preb, lastBlocked, firstBlocked)); in wantsChange()
90 MSVehicle** firstBlocked) { in wantsChangeToRight() argument
91 UNUSED_PARAMETER(firstBlocked); in wantsChangeToRight()
297 MSVehicle** firstBlocked) { in wantsChangeToLeft() argument
298 UNUSED_PARAMETER(firstBlocked); in wantsChangeToLeft()
H A DMSLCM_DK2008.h65 MSVehicle** firstBlocked);
97 MSVehicle** firstBlocked);
110 MSVehicle** firstBlocked);
H A DMSLCM_LC2013.cpp160 MSVehicle** firstBlocked) { in wantsChange() argument
176 …set, msgPass, blocked, leader, neighLead, neighFollow, neighLane, preb, lastBlocked, firstBlocked); in wantsChange()
1059 MSVehicle** firstBlocked) { in _wantsChange() argument
1148 if (lastBlocked != firstBlocked) { in _wantsChange()
1149 ret = slowDownForBlocked(firstBlocked, ret); in _wantsChange()
1158 << " firstBlocked=" << Named::getIDSecure(*firstBlocked) in _wantsChange()
1419 if (*firstBlocked != neighLead.first) { in _wantsChange()
1420 saveBlockerLength(*firstBlocked, lcaCounter); in _wantsChange()
H A DMSLCM_LC2013.h82 MSVehicle** firstBlocked);
135 MSVehicle** firstBlocked);
H A DMSLCM_SL2015.cpp183 MSVehicle** firstBlocked, in wantsChangeSublane() argument
208 lastBlocked, firstBlocked, latDist, maneuverDist, blocked); in wantsChangeSublane()
991 MSVehicle** firstBlocked,
1090 << " firstBlocked=" << Named::getIDSecure(*firstBlocked)
1107 if (lastBlocked != firstBlocked) {
1108 ret = slowDownForBlocked(firstBlocked, ret);
1240 if (*firstBlocked != neighLeadLongest) {
1241 saveBlockerLength(*firstBlocked, lcaCounter);
3341 MSVehicle** firstBlocked) {
3374 lastBlocked, firstBlocked, latDist, maneuverDist, blocked);
H A DMSLCM_SL2015.h72 MSVehicle** firstBlocked,
91 MSVehicle** firstBlocked);
151 MSVehicle** firstBlocked,