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

Method getBandwidth

src/process/SpectrumVisualProcessor.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108long SpectrumVisualProcessor::getBandwidth() {
109
110 std::lock_guard < std::mutex > busy_lock(busy_run);
111
112 return bandwidth;
113}
114
115void SpectrumVisualProcessor::setPeakHold(bool peakHold_in) {
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected