MCPcopy 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
32long long DeviceConfig::getOffset() {
33 return offset.load();
34}
35
36void DeviceConfig::setSampleRate(long sampleRate_in) {
37 sampleRate.store(sampleRate_in);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected