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

Method writeSetting

src/modules/modem/Modem.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void Modem::writeSetting(std::string /* setting */, std::string /* value */) {
76 // ...
77}
78
79std::string Modem::readSetting(std::string /* setting */) {
80 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected