Home
last modified time | relevance | path

Searched refs:vehicleCount (Results 1 – 12 of 12) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSSOTLPlatoonPolicy.cpp41 const MSPhaseDefinition* stage, int vehicleCount) { in canRelease() argument
45 …threshold " << thresholdPassed << " pushbutton " << pushButtonPressed << " vcount " << vehicleCount in canRelease()
46 … stage->maxDuration; str << " will return " << ((thresholdPassed && ((vehicleCount == 0) || (elaps… in canRelease()
56 return ((vehicleCount == 0) || (elapsed >= stage->maxDuration)); in canRelease()
58 if (sigmoidLogic(elapsed, stage, vehicleCount)) { in canRelease()
H A DMSSOTLPolicy.cpp61 bool SigmoidLogic::sigmoidLogic(SUMOTime elapsed, const MSPhaseDefinition* stage, int vehicleCount)… in sigmoidLogic() argument
63 if (m_useSigmoid && vehicleCount == 0) { in sigmoidLogic()
123 … int phaseMaxCTS, bool thresholdPassed, bool pushButtonPressed, int vehicleCount) { in decideNextPhase() argument
141 …ring(elapsed) << " isThresholdPassed()=" << thresholdPassed << " countVehicles()=" << vehicleCount; in decideNextPhase()
144 if (canRelease(elapsed, thresholdPassed, pushButtonPressed, stage, vehicleCount)) { in decideNextPhase()
H A DMSSOTLPhasePolicy.cpp43 const MSPhaseDefinition* stage, int vehicleCount) { in canRelease() argument
46 …sePolicy::canRelease threshold " << thresholdPassed << " vehicle " << vehicleCount << " elapsed " … in canRelease()
56 if (sigmoidLogic(elapsed, stage, vehicleCount)) { in canRelease()
H A DMSSOTLPolicy.h53 bool sigmoidLogic(SUMOTime elapsed, const MSPhaseDefinition* stage, int vehicleCount);
107 const MSPhaseDefinition* stage, int vehicleCount) = 0;
110 int vehicleCount);
H A DMSSOTLCongestionPolicy.h47 int vehicleCount);
50 const MSPhaseDefinition* stage, int vehicleCount);
H A DMSSOTLCongestionPolicy.cpp42 int /* phaseMaxCTS */, bool thresholdPassed, bool pushButtonPressed, int vehicleCount) { in decideNextPhase() argument
54 if (canRelease(elapsed, thresholdPassed, pushButtonPressed, stage, vehicleCount)) { in decideNextPhase()
H A DMSSOTLMarchingPolicy.h45 const MSPhaseDefinition* stage, int vehicleCount);
H A DMSSOTLRequestPolicy.h43 const MSPhaseDefinition* stage, int vehicleCount);
H A DMSSOTLPlatoonPolicy.h46 const MSPhaseDefinition* stage, int vehicleCount);
H A DMSSOTLPhasePolicy.h44 const MSPhaseDefinition* stage, int vehicleCount);
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DCableLift.cpp440 uint32_t vehicleCount = 0; in CableLiftUpdateTrackMotion() local
447 vehicleCount++; in CableLiftUpdateTrackMotion()
453 int32_t newAcceleration = (accelerationTotal / vehicleCount) >> 9; in CableLiftUpdateTrackMotion()
/dports/cad/sumo/sumo-1.2.0/tools/
H A DcreateVehTypeDistribution.py252 for i in range(0, options.vehicleCount):