Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTLLogicControl.cpp444 SUMOTime beginOfPhase = myTo->getOffsetFromIndex(i); in cutLogic() local
446 SUMOTime endOfPhase = beginOfPhase + durOfPhase; in cutLogic()
451 if ((beginOfPhase <= begin) && (endOfPhase >= end)) { in cutLogic()
504 SUMOTime beginOfPhase = myTo->getOffsetFromIndex(i); in stretchLogic() local
505 SUMOTime endOfPhase = beginOfPhase + durOfPhase; in stretchLogic()
510 if ((beginOfPhase <= end) && (endOfPhase >= end)) { in stretchLogic()