Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp510 SUMOTime haltingDuration = step - values.haltingBegin; in detectorUpdate() local
511 if (haltingDuration >= myHaltingTimeThreshold in detectorUpdate()
512 && haltingDuration < (myHaltingTimeThreshold + DELTA_T)) { in detectorUpdate()