FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator==()

bool fl::FFT_Args::operator== ( const FFT_Args & other) const

Definition at line 51 of file fft.cpp.

51 {
53 FL_DISABLE_WARNING(float-equal);
54
55 return samples == other.samples && bands == other.bands &&
56 fmin == other.fmin && fmax == other.fmax &&
57 sample_rate == other.sample_rate;
58
60}
#define FL_DISABLE_WARNING(warning)
#define FL_DISABLE_WARNING_PUSH
#define FL_DISABLE_WARNING_POP
float fmax
Definition fft.h:45
int samples
Definition fft.h:42
float fmin
Definition fft.h:44
int sample_rate
Definition fft.h:46
int bands
Definition fft.h:43

References FFT_Args(), bands, FL_DISABLE_WARNING, FL_DISABLE_WARNING_POP, FL_DISABLE_WARNING_PUSH, fmax, fmin, sample_rate, and samples.

+ Here is the call graph for this function: