MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getSnap

Method getSnap

src/AppConfig.cpp:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431long long AppConfig::getSnap() {
432 return snap.load();
433}
434
435void AppConfig::setCenterFreq(long long freqVal) {
436 centerFreq.store(freqVal);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected