Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.h440 const SUMOTime myDumpBegin, myDumpEnd; variable
H A DMSMeanData.cpp420 myDumpEnd(dumpEnd), in MSMeanData()
600 int numReady = myDumpBegin < stopTime && myDumpEnd - DELTA_T >= startTime ? 1 : 0; in writeXMLOutput()