Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getOffset
Method
getOffset
src/AppConfig.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
long long DeviceConfig::getOffset() {
33
return offset.load();
34
}
35
36
void DeviceConfig::setSampleRate(long sampleRate_in) {
37
sampleRate.store(sampleRate_in);
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected