Searched refs:frontOnLane (Results 1 – 7 of 7) sorted by relevance
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/ |
H A D | MSMeanData.cpp | 94 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 D | MSMeanData_Net.h | 137 const double frontOnLane, const double timeOnLane, const double,
|
H A D | MSMeanData_Net.cpp | 120 const SUMOTrafficObject& veh, const double frontOnLane, in notifyMoveInternal() argument 157 frontSampleSeconds += frontOnLane; in notifyMoveInternal()
|
H A D | MSMeanData.h | 211 …void notifyMoveInternal(const SUMOTrafficObject& veh, const double frontOnLane, const double timeO…
|
/dports/cad/sumo/sumo-1.2.0/src/microsim/ |
H A D | MSMoveReminder.h | 207 const double frontOnLane, in notifyMoveInternal() argument 219 UNUSED_PARAMETER(frontOnLane); in notifyMoveInternal()
|
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/ |
H A D | MSDevice_Transportable.h | 144 const double frontOnLane,
|
H A D | MSDevice_Tripinfo.h | 186 const double frontOnLane,
|