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

Method setScopeEnabled

src/process/ScopeVisualProcessor.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ScopeVisualProcessor::setScopeEnabled(bool scopeEnable) {
38 scopeEnabled.store(scopeEnable);
39}
40
41void ScopeVisualProcessor::setSpectrumEnabled(bool spectrumEnable) {
42 spectrumEnabled.store(spectrumEnable);

Callers 1

handleScopeProcessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected