Home
last modified time | relevance | path

Searched refs:patchSpeed (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp471 MSLane::getDepartSpeed(const MSVehicle& veh, bool& patchSpeed) { in getDepartSpeed() argument
477 patchSpeed = false; in getDepartSpeed()
481 patchSpeed = true; // @todo check in getDepartSpeed()
485 patchSpeed = true; // @todo check in getDepartSpeed()
490 patchSpeed = false; // @todo check in getDepartSpeed()
526 double speed = getDepartSpeed(veh, patchSpeed); in insertVehicle()
600 if (patchSpeed) { in checkFailure()
667 patchSpeed, msg.str())) { in isInsertionSuccess()
720 patchSpeed, errorMsg)) { in isInsertionSuccess()
760 patchSpeed, msg.str())) { in isInsertionSuccess()
[all …]
H A DMSLane.h318 …aVehicle, double& speed, double& dist, const double nspeed, const bool patchSpeed, const std::stri…
323 bool lastInsertion(MSVehicle& veh, double mspeed, double posLat, bool patchSpeed);
1245 double getDepartSpeed(const MSVehicle& veh, bool& patchSpeed);
1258 …strians(const MSVehicle* aVehicle, double& speed, double& dist, double pos, bool patchSpeed) const;
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel_Daniel1.cpp66 …return veh->getLaneChangeModel().patchSpeed(vMin, MAX2(vMin, dawdle(vMax, veh->getRNG())), vMax, *… in finalizeSpeed()
H A DMSCFModel.cpp202 vNext = veh->getLaneChangeModel().patchSpeed(vMin, vNext, vMax, *this); in finalizeSpeed()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_DK2008.h77 virtual double patchSpeed(const double min, const double wanted, const double max,
H A DMSLCM_LC2013.h96 double patchSpeed(const double min, const double wanted, const double max,
H A DMSLCM_SL2015.h105 double patchSpeed(const double min, const double wanted, const double max,
H A DMSAbstractLaneChangeModel.h361 virtual double patchSpeed(const double min, const double wanted, const double max,
H A DMSLCM_DK2008.cpp494 MSLCM_DK2008::patchSpeed(const double min, const double wanted, const double max, const MSCFModel& … in patchSpeed() function in MSLCM_DK2008
H A DMSLCM_LC2013.cpp189 MSLCM_LC2013::patchSpeed(const double min, const double wanted, const double max, const MSCFModel& … in patchSpeed() function in MSLCM_LC2013
H A DMSLCM_SL2015.cpp294 MSLCM_SL2015::patchSpeed(const double min, const double wanted, const double max, const MSCFModel& … in patchSpeed() function in MSLCM_SL2015