Home
last modified time | relevance | path

Searched refs:myGapControlState (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp352 myGapControlState(nullptr), in Influencer()
392 if (myGapControlState == nullptr) { in activateGapController()
400 if (myGapControlState != nullptr && myGapControlState->active) { in deactivateGapController()
401 myGapControlState->deactivate(); in deactivateGapController()
511 if (myGapControlState != nullptr && myGapControlState->active) { in gapControlSpeed()
560 …if (myGapControlState->prevLeader != nullptr && myGapControlState->prevLeader != leaderInfo.first)… in gapControlSpeed()
576 if (myGapControlState->maxDecel > 0) { in gapControlSpeed()
582 if (myGapControlState->maxDecel > 0) { in gapControlSpeed()
596 …if (myGapControlState->tauCurrent == myGapControlState->tauTarget && myGapControlState->addGapCurr… in gapControlSpeed()
627myGapControlState->tauCurrent = MIN2(myGapControlState->tauCurrent + myGapControlState->timeHeadwa… in gapControlSpeed()
[all …]
H A DMSVehicle.h1616 std::shared_ptr<GapControlState> myGapControlState; variable