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

Method value

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

Source from the content-addressed store, hash-verified

189 : mImpl(tau_seconds, initial) {}
190 FASTLED_FORCE_INLINE T update(T input, T dt_seconds) { return mImpl.update(input, dt_seconds); }
191 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
192 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
193 FASTLED_FORCE_INLINE void setTau(T tau_seconds) { mImpl.setTau(tau_seconds); }
194 private:

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected