Home
last modified time | relevance | path

Searched refs:frontOnLane (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp94 double frontOnLane = oldPos > myLaneLength ? 0. : TS; in notifyMove() local
108 frontOnLane = timeOnLane; in notifyMove()
146 frontOnLane -= timeAfterLeave; in notifyMove()
148 if (fabs(frontOnLane) < NUMERICAL_EPS) { // reduce rounding errors in notifyMove()
149 frontOnLane = 0.; in notifyMove()
154 assert(frontOnLane <= TS); in notifyMove()
241 …const double travelledDistanceFrontOnLane = MSGlobals::gSemiImplicitEulerUpdate ? frontOnLane * ne… in notifyMove()
249 …notifyMoveInternal(veh, frontOnLane, timeOnLane, (enterSpeed + leaveSpeedFront) / 2., (enterSpeed … in notifyMove()
326 …Tracker::notifyMoveInternal(const SUMOTrafficObject& veh, const double frontOnLane, const double t… in notifyMoveInternal() argument
327 …myTrackedData[&veh]->myValues->notifyMoveInternal(veh, frontOnLane, timeOnLane, meanSpeedFrontOnLa… in notifyMoveInternal()
H A DMSMeanData_Net.h137 const double frontOnLane, const double timeOnLane, const double,
H A DMSMeanData_Net.cpp120 const SUMOTrafficObject& veh, const double frontOnLane, in notifyMoveInternal() argument
157 frontSampleSeconds += frontOnLane; in notifyMoveInternal()
H A DMSMeanData.h211 …void notifyMoveInternal(const SUMOTrafficObject& veh, const double frontOnLane, const double timeO…
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h207 const double frontOnLane, in notifyMoveInternal() argument
219 UNUSED_PARAMETER(frontOnLane); in notifyMoveInternal()
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_Transportable.h144 const double frontOnLane,
H A DMSDevice_Tripinfo.h186 const double frontOnLane,