Searched full:time_interval (Results 1 – 7 of 7) sorted by relevance
32 constexpr uint8_t TIME_INTERVAL = 1; // Heartbeat once per second variable145 clickCond_.wait_for(lock, std::chrono::seconds(TIME_INTERVAL), [this] { in ClickThread()175 clickCond_.wait_for(lock, std::chrono::seconds(TIME_INTERVAL), [this] { in ClickThreadCtrl()
233 constexpr float TIME_INTERVAL = 1e-6f; // 1e-6f : 1 microsecond in CalculateVelocity() local235 float nextDisplacement = 1.0f + CalculateDisplacement(time + TIME_INTERVAL); in CalculateVelocity()237 … valueEstimator_->Estimate(currentDisplacement, startValue_, endValue_)) * (1 / TIME_INTERVAL); in CalculateVelocity()
469 constexpr float TIME_INTERVAL = 1e-6f; // 1 microsecond in GetPropertyVelocity() local470 T velocity = (springModel_->CalculateDisplacement(time + TIME_INTERVAL) - in GetPropertyVelocity()471 springModel_->CalculateDisplacement(time)) * (1 / TIME_INTERVAL); in GetPropertyVelocity()
40 const std::string KEY_TIME_INTERVAL = "TIME_INTERVAL";
24 const int64_t TIME_INTERVAL = 8; variable479 if (curMs - boostTime_[recordCmdId] > TIME_INTERVAL) { in CheckTimeInterval()
90 TIME_INTERVAL: { type: UINT64, desc: the time interval from taking the photo to the fist visit }
45 const int64_t TIME_INTERVAL = 5000; variable363 if (curMs - lastTime > TIME_INTERVAL) { in HandleEventSlide()