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

Method setBandwidth

src/process/SpectrumVisualProcessor.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void SpectrumVisualProcessor::setBandwidth(long bandwidth_in) {
102
103 std::lock_guard < std::mutex > busy_lock(busy_run);
104
105 bandwidth = bandwidth_in;
106}
107
108long SpectrumVisualProcessor::getBandwidth() {
109

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected