Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getSnap
Method
getSnap
src/AppConfig.cpp:431–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
long long AppConfig::getSnap() {
432
return snap.load();
433
}
434
435
void AppConfig::setCenterFreq(long long freqVal) {
436
centerFreq.store(freqVal);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected