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