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

Method getDesiredInputSize

src/process/SpectrumVisualProcessor.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134int SpectrumVisualProcessor::getDesiredInputSize() {
135 std::lock_guard < std::mutex > busy_lock(busy_run);
136
137 return desiredInputSize;
138}
139
140void SpectrumVisualProcessor::setup(unsigned int fftSize_in) {
141

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected