MCPcopy 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
909int AppConfig::getRigModel() {
910 return rigModel.load();
911}
912
913void AppConfig::setRigModel(int rigModel_in) {
914 rigModel.store(rigModel_in);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected