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

Method setSettings

src/AppConfig.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void DeviceConfig::setSettings(ConfigSettings settings_in) {
250 settings = settings_in;
251}
252
253void DeviceConfig::setSetting(const std::string& key, std::string value) {
254 settings[key] = value;

Callers 1

OnUseSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected