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