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

Method getStreamOpts

src/AppConfig.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233ConfigSettings DeviceConfig::getStreamOpts() {
234 return streamOpts;
235}
236
237void DeviceConfig::setStreamOpt(const std::string& key, std::string value) {
238 streamOpts[key] = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected