Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_ToC.cpp82 int MSDevice_ToC::LCModeMRM = 768; // = 0b001100000000 - no autonomous changes, no speed adaptation member in MSDevice_ToC
872 if (lcModeHolder != LCModeMRM) { in deactivateDeliberateLCs()
876 << "' from " << myPreviousLCMode << " to " << LCModeMRM << std::endl; in deactivateDeliberateLCs()
879 myHolderMS->getInfluencer().setLaneChangeMode(LCModeMRM); in deactivateDeliberateLCs()
H A DMSDevice_ToC.h305 static int LCModeMRM; variable