Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setRigModel
Method
setRigModel
src/AppConfig.cpp:913–915 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
void AppConfig::setRigModel(int rigModel_in) {
914
rigModel.store(rigModel_in);
915
}
916
917
int AppConfig::getRigRate() {
918
return rigRate.load();
Callers
1
OnClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected