Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getRigControlMode
Method
getRigControlMode
src/AppConfig.cpp:937–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
935
}
936
937
bool AppConfig::getRigControlMode() {
938
return rigControlMode.load();
939
}
940
941
void AppConfig::setRigFollowMode(bool fMode) {
942
rigFollowMode.store(fMode);
Callers
2
initRig
Method · 0.80
makeRigMenu
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected