MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getGains

Method getGains

src/AppConfig.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273ConfigGains DeviceConfig::getGains() {
274 return gains;
275}
276
277void DeviceConfig::setGain(const std::string& key, float value) {
278 gains[key] = value;

Callers 1

OnCharMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected