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

Method reset

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

Source from the content-addressed store, hash-verified

217 FASTLED_FORCE_INLINE T update(T input, T dt_seconds) { return mImpl.update(input, dt_seconds); }
218 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
219 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
220 FASTLED_FORCE_INLINE void setAttackTau(T tau_seconds) { mImpl.setAttackTau(tau_seconds); }
221 FASTLED_FORCE_INLINE void setDecayTau(T tau_seconds) { mImpl.setDecayTau(tau_seconds); }
222 private:

Callers

nothing calls this directly

Calls 2

TEnum · 0.85
resetMethod · 0.45

Tested by

no test coverage detected