MCPcopy 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
24int DeviceConfig::getPPM() {
25 return ppm.load();
26}
27
28void DeviceConfig::setOffset(long long offset_in) {
29 offset.store(offset_in);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected