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

Method setRecordingPath

src/AppConfig.cpp:508–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508void AppConfig::setRecordingPath(std::string recPath) {
509 recordingPath = recPath;
510}
511
512std::string AppConfig::getRecordingPath() {
513 return recordingPath;

Callers 1

actionOnMenuRecordingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected