MCPcopy Create free account
hub / github.com/FastLED/FastLED / value

Method value

src/fl/math/filter/filter.h:365–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 : mImpl(process_noise, measurement_noise, initial) {}
364 FASTLED_FORCE_INLINE T update(T measurement) { return mImpl.update(measurement); }
365 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
366 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
367 private:
368 detail::KalmanFilterImpl<T> mImpl;

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected