Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp426 double meanIntervalSpeedWithin = 0.; in writeXMLOutput() local
440 meanIntervalSpeedWithin += i->second.intervalSpeedSum / timeWithin; in writeXMLOutput()
458meanIntervalSpeedWithin = vehicleSumWithin != 0 ? meanIntervalSpeedWithin / (double) vehicleSumWi… in writeXMLOutput()
474 << "\" meanIntervalSpeedWithin=\"" << meanIntervalSpeedWithin in writeXMLOutput()