Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp63 myLaneLength(length), in MeanDataValues()
94 double frontOnLane = oldPos > myLaneLength ? 0. : TS; in notifyMove()
100 double timeBeforeLeaveFront = newPos < myLaneLength ? TS : 0.; in notifyMove()
125 if (newBackPos > myLaneLength // vehicle's back has left the lane in notifyMove()
141 if (newPos > myLaneLength && oldPos <= myLaneLength) { in notifyMove()
168 << "lane length: " << myLaneLength in notifyMove()
191 …double lengthOnLaneAtStepStart = MAX2(0., MIN4(myLaneLength, vehLength, vehLength - (oldPos - myLa… in notifyMove()
193 …double lengthOnLaneAtStepEnd = MAX2(0., MIN4(myLaneLength, vehLength, vehLength - (newPos - myLane… in notifyMove()
217 lengthOnLaneAtLeaveFront = myLaneLength; in notifyMove()
242 : MAX2(0., MIN2(newPos, myLaneLength) - MAX2(oldPos, 0.)); in notifyMove()
[all …]
H A DMSMeanData_Net.cpp232 double occupancy = occupationSum / STEPS2TIME(period) / myLaneLength / numLanes * (double) 100;
235 …<< ", myLaneLength=" << myLaneLength << ", period=" << STEPS2TIME(period) << ", occupationSum=" <<…
240 …ensity=" << MIN2(sampleSeconds / STEPS2TIME(period) * (double) 1000 / myLaneLength, 1. / MAX2(mini…
245 …("density", MIN2(sampleSeconds / STEPS2TIME(period) * (double) 1000 / myLaneLength, 1000. * numLan…
246 ….writeAttr("occupancy", occupationSum / STEPS2TIME(period) / myLaneLength / numLanes * (double) 10…
261 …overlapTraveltime = MIN2(overlapTraveltime, (myLaneLength + vehLengthSum / sampleSeconds) * sample…
268 … traveltime = MIN2(traveltime, myLaneLength * frontSampleSeconds / frontTravelledDistance);
274 …("density", MIN2(sampleSeconds / STEPS2TIME(period) * (double) 1000 / myLaneLength, 1000. * numLan…
275 ….writeAttr("occupancy", occupationSum / STEPS2TIME(period) / myLaneLength / numLanes * (double) 10…
279 …dev.writeAttr("traveltime", defaultTravelTime).writeAttr("speed", myLaneLength / defaultTravelTime…
H A DMSMeanData_Emissions.cpp85 const double normFactor = double(3600. / STEPS2TIME(period) / myLaneLength); in write()
104 vehFactor = MIN2(vehFactor, myLaneLength / travelledDistance); in write()
105 traveltime = MIN2(traveltime, myLaneLength * sampleSeconds / travelledDistance); in write()
117 const double speed = MIN2(myLaneLength / defaultTravelTime, t->getMaxSpeed()); in write()
H A DMSMeanData_Harmonoise.cpp95 traveltime = MIN2(traveltime, myLaneLength * sampleSeconds / travelledDistance); in write()
H A DMSMeanData.h168 const double myLaneLength; variable
H A DMSMeanData_Amitran.cpp116 …dev.writeAttr("amount", amount).writeAttr("averageSpeed", int(100 * myLaneLength / defaultTravelTi… in write()