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

Method getRigFollowMode

src/AppConfig.cpp:945–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945bool AppConfig::getRigFollowMode() {
946 return rigFollowMode.load();
947}
948
949void AppConfig::setRigCenterLock(bool cLock) {
950 rigCenterLock.store(cLock);

Callers 2

initRigMethod · 0.80
makeRigMenuMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected