MCPcopy 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
917int AppConfig::getRigRate() {
918 return rigRate.load();
919}
920
921void AppConfig::setRigRate(int rigRate_in) {
922 rigRate.store(rigRate_in);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected