Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void ScopeVisualProcessor::setSpectrumEnabled(bool spectrumEnable) {
42
spectrumEnabled.store(spectrumEnable);
43
}
44
45
void ScopeVisualProcessor::process() {
46
if (!isOutputEmpty()) {
Callers
1
handleScopeProcessor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected