Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setRigRate
Method
setRigRate
src/AppConfig.cpp:921–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
921
void AppConfig::setRigRate(int rigRate_in) {
922
rigRate.store(rigRate_in);
923
}
924
925
std::string AppConfig::getRigPort() {
926
return rigPort;
Callers
1
OnClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected