| 92 | } |
| 93 | |
| 94 | long long SpectrumVisualProcessor::getCenterFrequency() { |
| 95 | |
| 96 | std::lock_guard < std::mutex > busy_lock(busy_run); |
| 97 | |
| 98 | return centerFreq; |
| 99 | } |
| 100 | |
| 101 | void SpectrumVisualProcessor::setBandwidth(long bandwidth_in) { |
| 102 |
nothing calls this directly
no outgoing calls
no test coverage detected