Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
945
bool AppConfig::getRigFollowMode() {
946
return rigFollowMode.load();
947
}
948
949
void AppConfig::setRigCenterLock(bool cLock) {
950
rigCenterLock.store(cLock);
Callers
2
initRig
Method · 0.80
makeRigMenu
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected