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

Method setDBOffset

src/AppConfig.cpp:460–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void AppConfig::setDBOffset(int offset) {
461 this->dbOffset.store(offset);
462}
463
464int AppConfig::getDBOffset() {
465 return dbOffset.load();

Callers 1

actionOnMenuDBOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected