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

Method getScaleFactor

src/process/SpectrumVisualProcessor.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645
646
647float SpectrumVisualProcessor::getScaleFactor() {
648 std::lock_guard < std::mutex > busy_lock(busy_run);
649 return scaleFactor;
650}
651

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected