| 99 | } |
| 100 | |
| 101 | void SpectrumVisualProcessor::setBandwidth(long bandwidth_in) { |
| 102 | |
| 103 | std::lock_guard < std::mutex > busy_lock(busy_run); |
| 104 | |
| 105 | bandwidth = bandwidth_in; |
| 106 | } |
| 107 | |
| 108 | long SpectrumVisualProcessor::getBandwidth() { |
| 109 |
nothing calls this directly
no outgoing calls
no test coverage detected