Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp449 const SUMOTime currentTimeLoss = static_cast<const MSVehicle*>(i->first)->getTimeLoss(); in writeXMLOutput() local
450 meanTimeLossWithin += STEPS2TIME(currentTimeLoss - (*i).second.intervalTimeLoss); in writeXMLOutput()
451 (*i).second.intervalTimeLoss = currentTimeLoss; in writeXMLOutput()