|
FastLED 3.9.15
|
Definition at line 10 of file leaky_integrator_impl.h.
#include <leaky_integrator_impl.h>
Inheritance diagram for fl::detail::LeakyIntegratorImpl< T, K >:Public Member Functions | |
| LeakyIntegratorImpl () FL_NOEXCEPT | |
| LeakyIntegratorImpl (T initial) | |
| void | reset (T initial=T(0)) |
| T | update (T input) |
| T | value () const |
Static Private Member Functions | |
| template<typename U = T> | |
| static fl::enable_if< fl::is_floating_point< U >::value, U >::type | shift_right (U val) |
| template<typename U = T> | |
| static fl::enable_if<!fl::is_floating_point< U >::value, U >::type | shift_right (U val) |
Private Attributes | |
| T | mY |