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

Method getCenterFrequency

src/process/SpectrumVisualProcessor.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94long long SpectrumVisualProcessor::getCenterFrequency() {
95
96 std::lock_guard < std::mutex > busy_lock(busy_run);
97
98 return centerFreq;
99}
100
101void SpectrumVisualProcessor::setBandwidth(long bandwidth_in) {
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected