Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp422 const int vehicleSumWithin = (int) myEnteredContainer.size(); in writeXMLOutput() local
455 meanSpeedWithin = vehicleSumWithin != 0 ? meanSpeedWithin / (double) vehicleSumWithin : -1; in writeXMLOutput()
456 …meanHaltsPerVehicleWithin = vehicleSumWithin != 0 ? meanHaltsPerVehicleWithin / (double) vehicleSu… in writeXMLOutput()
457 … meanDurationWithin = vehicleSumWithin != 0 ? meanDurationWithin / (double) vehicleSumWithin : -1; in writeXMLOutput()
458 …meanIntervalSpeedWithin = vehicleSumWithin != 0 ? meanIntervalSpeedWithin / (double) vehicleSumWi… in writeXMLOutput()
459 …anIntervalHaltsPerVehicleWithin = vehicleSumWithin != 0 ? meanIntervalHaltsPerVehicleWithin / (dou… in writeXMLOutput()
460 …meanIntervalDurationWithin = vehicleSumWithin != 0 ? meanIntervalDurationWithin / (double) vehicle… in writeXMLOutput()
461 … meanTimeLossWithin = vehicleSumWithin != 0 ? meanTimeLossWithin / (double) vehicleSumWithin : -1; in writeXMLOutput()
473 << "\" vehicleSumWithin=\"" << vehicleSumWithin in writeXMLOutput()