Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp419 myDumpBegin(dumpBegin), in MSMeanData()
600 int numReady = myDumpBegin < stopTime && myDumpEnd - DELTA_T >= startTime ? 1 : 0; in writeXMLOutput()
601 if (myTrackVehicles && myDumpBegin < stopTime) { in writeXMLOutput()
644 if (step + DELTA_T == myDumpBegin) { in detectorUpdate()
H A DMSMeanData.h440 const SUMOTime myDumpBegin, myDumpEnd; variable