Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getSpectrumAvgSpeed
Method
getSpectrumAvgSpeed
src/AppConfig.cpp:456–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
float AppConfig::getSpectrumAvgSpeed() {
457
return spectrumAvgSpeed.load();
458
}
459
460
void AppConfig::setDBOffset(int offset) {
461
this->dbOffset.store(offset);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected