MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getFFTSize

Method getFFTSize

src/process/SpectrumVisualProcessor.cpp:192–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192unsigned int SpectrumVisualProcessor::getFFTSize() {
193
194 //then get the busy_lock
195 std::lock_guard < std::mutex > busy_lock(busy_run);
196
197 if (fftSizeChanged) {
198 return newFFTSize;
199 }
200 return fftSize;
201}
202
203
204void SpectrumVisualProcessor::setHideDC(bool hideDC_in) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected