Searched refs:myMinSGAP (Results 1 – 2 of 2) sorted by relevance
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/ |
H A D | MSDevice_SSM.cpp | 467 if (sgap < myMinSGAP.first.second) { in computeGlobalMeasures() 468 …myMinSGAP = std::make_pair(std::make_pair(std::make_pair(SIMTIME, myHolderMS->getPosition()), sgap… in computeGlobalMeasures() 2306 if (myMinSGAP.second != "") { in flushGlobalMeasures() 2308 toGeo(myMinSGAP.first.first.second); in flushGlobalMeasures() 2310 myOutputFile->openTag("minSGAP").writeAttr("time", myMinSGAP.first.first.first) in flushGlobalMeasures() 2311 .writeAttr("position", ::toString(myMinSGAP.first.first.second)) in flushGlobalMeasures() 2312 .writeAttr("value", myMinSGAP.first.second) in flushGlobalMeasures() 2313 .writeAttr("leader", myMinSGAP.second).closeTag(); in flushGlobalMeasures() 2461 …myMinSGAP(std::make_pair(std::make_pair(-1, Position(0., 0.)), std::numeric_limits<double>::max())… in MSDevice_SSM()
|
H A D | MSDevice_SSM.h | 713 std::pair<std::pair<std::pair<double, Position>, double>, std::string> myMinSGAP; variable
|