Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getRigRate
Method
getRigRate
src/AppConfig.cpp:917–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
}
916
917
int AppConfig::getRigRate() {
918
return rigRate.load();
919
}
920
921
void AppConfig::setRigRate(int rigRate_in) {
922
rigRate.store(rigRate_in);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected