Home
last modified time | relevance | path

Searched refs:changeStepAndDuration (Results 1 – 13 of 13) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSOffTrafficLightLogic.h182 …void changeStepAndDuration(MSTLLogicControl& tlcontrol, SUMOTime simStep, int step, SUMOTime stepD… in changeStepAndDuration() function
H A DMSPhasedTrafficLightLogic.h165 void changeStepAndDuration(MSTLLogicControl& tlcontrol, SUMOTime simStep,
H A DMSRailCrossing.h133 …void changeStepAndDuration(MSTLLogicControl& tlcontrol, SUMOTime simStep, int step, SUMOTime stepD… in changeStepAndDuration() function
H A DMSSimpleTrafficLightLogic.h188 void changeStepAndDuration(MSTLLogicControl& tlcontrol, SUMOTime simStep,
H A DMSRailSignal.h196 …void changeStepAndDuration(MSTLLogicControl& tlcontrol, SUMOTime simStep, int step, SUMOTime stepD… in changeStepAndDuration() function
H A DMSPhasedTrafficLightLogic.cpp183 MSPhasedTrafficLightLogic::changeStepAndDuration(MSTLLogicControl& tlcontrol, in changeStepAndDuration() function in MSPhasedTrafficLightLogic
H A DMSTrafficLightLogic.h336 virtual void changeStepAndDuration(MSTLLogicControl& tlcontrol,
H A DMSSimpleTrafficLightLogic.cpp188 MSSimpleTrafficLightLogic::changeStepAndDuration(MSTLLogicControl& tlcontrol, in changeStepAndDuration() function in MSSimpleTrafficLightLogic
H A DMSTLLogicControl.cpp274 logic.changeStepAndDuration(myControl, simStep, stepTo, leftDuration); in switchToPos()
348 myTo->changeStepAndDuration(myControl, step, stepTo, newdur); in adaptLogic()
438 myTo->changeStepAndDuration(myControl, step, actStep, newDur); in cutLogic()
497 myTo->changeStepAndDuration(myControl, step, currStep, durOfPhase); in stretchLogic()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTrafficLight.cpp182 active->changeStepAndDuration(MSNet::getInstance()->getTLSControl(), cTime, index, duration); in setPhase()
207 …active->changeStepAndDuration(MSNet::getInstance()->getTLSControl(), cTime, index, TIME2STEPS(phas… in setPhaseDuration()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLJunctionControlBuilder.cpp249 existing->changeStepAndDuration(getTLLogicControlToUse(), in closeTrafficLightLogic()
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUIViewTraffic.cpp372 …l->changeStepAndDuration(tlsControl, MSNet::getInstance()->getCurrentTimeStep(), 0, l->getPhase(0)… in onGamingClick()
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp586 …l->changeStepAndDuration(tlsControl, MSNet::getInstance()->getCurrentTimeStep(), 0, l->getPhase(0)… in onGamingClick()