| 55 | } |
| 56 | |
| 57 | void SpectrumVisualProcessor::setView(bool bView) { |
| 58 | |
| 59 | std::lock_guard < std::mutex > busy_lock(busy_run); |
| 60 | |
| 61 | is_view = bView; |
| 62 | } |
| 63 | |
| 64 | void SpectrumVisualProcessor::setView(bool bView, long long centerFreq_in, long bandwidth_in) { |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected