Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp602 myPendingIntervals.push_back(std::make_pair(startTime, stopTime)); in writeXMLOutput()
603 numReady = (int)myPendingIntervals.size(); in writeXMLOutput()
620 if (!myPendingIntervals.empty()) { in writeXMLOutput()
621 startTime = myPendingIntervals.front().first; in writeXMLOutput()
622 stopTime = myPendingIntervals.front().second; in writeXMLOutput()
623 myPendingIntervals.pop_front(); in writeXMLOutput()
H A DMSMeanData.h455 std::list< std::pair<SUMOTime, SUMOTime> > myPendingIntervals; variable