| 106 | } |
| 107 | |
| 108 | long SpectrumVisualProcessor::getBandwidth() { |
| 109 | |
| 110 | std::lock_guard < std::mutex > busy_lock(busy_run); |
| 111 | |
| 112 | return bandwidth; |
| 113 | } |
| 114 | |
| 115 | void SpectrumVisualProcessor::setPeakHold(bool peakHold_in) { |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected