Home
last modified time | relevance | path

Searched refs:timeOnLane (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.cpp66 const double timeOnLane = STEPS2TIME(currentTime - entryTime); in updateDetector() local
68 …ehicleUpdateValues[&veh] = std::pair<SUMOTime, double>(currentTime, entryPos + speed * timeOnLane); in updateDetector()
69 assert(timeOnLane >= 0); in updateDetector()
71 …notifyMoveInternal(veh, timeOnLane, timeOnLane, speed, speed, speed * timeOnLane, speed * timeOnLa… in updateDetector()
H A DMSMoveReminder.h208 const double timeOnLane, in notifyMoveInternal() argument
220 UNUSED_PARAMETER(timeOnLane); in notifyMoveInternal()
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp93 double timeOnLane = TS; in notifyMove() local
107 timeOnLane = TS - timeBeforeEnter; in notifyMove()
108 frontOnLane = timeOnLane; in notifyMove()
131 timeOnLane -= timeAfterLeave; in notifyMove()
134 if (fabs(timeOnLane) < NUMERICAL_EPS) { // reduce rounding errors in notifyMove()
135 timeOnLane = 0.; in notifyMove()
155 assert(timeOnLane <= TS); in notifyMove()
157 if (timeOnLane < 0) { in notifyMove()
161 if (timeOnLane == 0) { in notifyMove()
243 …const double travelledDistanceVehicleOnLane = MSGlobals::gSemiImplicitEulerUpdate ? timeOnLane * n… in notifyMove()
[all …]
H A DMSMeanData_Net.cpp121 const double timeOnLane, const double /* meanSpeedFrontOnLane */, in notifyMoveInternal() argument
130 << ", timeOnLane=" << timeOnLane in notifyMoveInternal()
141 sampleSeconds += timeOnLane; in notifyMoveInternal()
143 vehLengthSum += veh.getVehicleType().getLength() * timeOnLane; in notifyMoveInternal()
148 occupationSum += veh.getVehicleType().getLength() * timeOnLane; in notifyMoveInternal()
155 waitSeconds += timeOnLane; in notifyMoveInternal()
H A DMSMeanData_Amitran.cpp81 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double /*… in notifyMoveInternal() argument
82 sampleSeconds += timeOnLane; in notifyMoveInternal()
84 typedSamples[&veh.getVehicleType()] += timeOnLane; in notifyMoveInternal()
H A DMSMeanData_Emissions.cpp72 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double /*… in notifyMoveInternal() argument
73 sampleSeconds += timeOnLane; in notifyMoveInternal()
78 meanSpeedVehicleOnLane, a, veh.getSlope()), timeOnLane); in notifyMoveInternal()
H A DMSMeanData_Harmonoise.cpp78 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double /*… in notifyMoveInternal() argument
83 sampleSeconds += timeOnLane; in notifyMoveInternal()
H A DMSMeanData_Emissions.h104 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double /*…
H A DMSMeanData_Harmonoise.h105 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double me…
H A DMSMeanData_Net.h137 const double frontOnLane, const double timeOnLane, const double,
H A DMSMeanData_Amitran.h123 …t SUMOTrafficObject& veh, const double /* frontOnLane */, const double timeOnLane, const double /*…
H A DMSMeanData.h211 …l(const SUMOTrafficObject& veh, const double frontOnLane, const double timeOnLane, const double me…
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_Transportable.h145 const double timeOnLane,
H A DMSDevice_Tripinfo.h187 const double timeOnLane,
H A DMSDevice_Tripinfo.cpp155 const double timeOnLane, in notifyMoveInternal() argument
167 myMesoTimeLoss += TIME2STEPS(timeOnLane * (vmax - meanSpeedVehicleOnLane) / vmax); in notifyMoveInternal()