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

Method FFTDataDistributor

src/process/FFTDataDistributor.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#define HEARTBEAT_CHECK_PERIOD_MICROS (50 * 1000)
10
11FFTDataDistributor::FFTDataDistributor() : outputBuffers("FFTDataDistributorBuffers"), fftSize(DEFAULT_FFT_SIZE), linesPerSecond(DEFAULT_WATERFALL_LPS), lineRateAccum(0.0) {
12
13}
14
15void FFTDataDistributor::setFFTSize(unsigned int size) {
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected