Home
last modified time | relevance | path

Searched refs:meanLengthOnLane (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h213 const double meanLengthOnLane) { in notifyMoveInternal() argument
214 UNUSED_PARAMETER(meanLengthOnLane); in notifyMoveInternal()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData_Net.cpp125 const double meanLengthOnLane) { in notifyMoveInternal() argument
134 << ", meanLengthOnLane=" << meanLengthOnLane in notifyMoveInternal()
152 occupationSum += meanLengthOnLane * TS; in notifyMoveInternal()
H A DMSMeanData.cpp230 double meanLengthOnLane = integratedLengthOnLane / TS; in notifyMove() local
232 …< "Calculated mean length on lane '" << myLane->getID() << "' in last step as " << meanLengthOnLane in notifyMove()
249 … leaveSpeed) / 2., travelledDistanceFrontOnLane, travelledDistanceVehicleOnLane, meanLengthOnLane); in notifyMove()
326 …dDistanceFrontOnLane, const double travelledDistanceVehicleOnLane, const double meanLengthOnLane) { in notifyMoveInternal() argument
327 …peedVehicleOnLane, travelledDistanceFrontOnLane, travelledDistanceVehicleOnLane, meanLengthOnLane); in notifyMoveInternal()
H A DMSMeanData_Net.h141 const double meanLengthOnLane);
H A DMSMeanData.h211 …edDistanceFrontOnLane, const double travelledDistanceVehicleOnLane, const double meanLengthOnLane);