Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
ConfigGains DeviceConfig::getGains() {
274
return gains;
275
}
276
277
void DeviceConfig::setGain(const std::string& key, float value) {
278
gains[key] = value;
Callers
1
OnChar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected