Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getRigModel
Method
getRigModel
src/AppConfig.cpp:909–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
#if USE_HAMLIB
908
909
int AppConfig::getRigModel() {
910
return rigModel.load();
911
}
912
913
void AppConfig::setRigModel(int rigModel_in) {
914
rigModel.store(rigModel_in);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected