Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTLLogicControl.cpp241 MSTLLogicControl::WAUTSwitchProcedure::getGSPValue(const MSTrafficLightLogic& logic) const { in getGSPValue() function in MSTLLogicControl::WAUTSwitchProcedure
252 SUMOTime gspTime = TIME2STEPS(getGSPValue(logic)) % logic.getDefaultCycleTime(); in isPosAtGSP()
318 switchToPos(step, *myTo, TIME2STEPS(getGSPValue(*myTo))); in trySwitch()
330 SUMOTime gspTo = TIME2STEPS(getGSPValue(*myTo)); in adaptLogic()
373 switchToPos(step, *myTo, TIME2STEPS(getGSPValue(*myTo))); in trySwitch()
385 SUMOTime gspTo = TIME2STEPS(getGSPValue(*myTo)); in adaptLogic()
H A DMSTLLogicControl.h580 int getGSPValue(const MSTrafficLightLogic& logic) const;