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

Method setSpectrumEnabled

src/process/ScopeVisualProcessor.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void ScopeVisualProcessor::setSpectrumEnabled(bool spectrumEnable) {
42 spectrumEnabled.store(spectrumEnable);
43}
44
45void ScopeVisualProcessor::process() {
46 if (!isOutputEmpty()) {

Callers 1

handleScopeProcessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected