FastLED 3.9.15
Loading...
Searching...
No Matches
fl::LeakyIntegrator< T, K > Class Template Reference

Detailed Description

template<typename T = float, int K = 2>
class fl::LeakyIntegrator< T, K >

Definition at line 263 of file filter.h.

#include <filter.h>

+ Collaboration diagram for fl::LeakyIntegrator< T, K >:

Public Member Functions

 LeakyIntegrator () FL_NOEXCEPT=default
 
 LeakyIntegrator (T initial)
 
FASTLED_FORCE_INLINE void reset (T initial=T(0))
 
FASTLED_FORCE_INLINEupdate (T input)
 
FASTLED_FORCE_INLINEvalue () const
 

Private Attributes

detail::LeakyIntegratorImpl< T, K > mImpl
 

The documentation for this class was generated from the following file: