| 2714 | return spectrumCanvas; |
| 2715 | } |
| 2716 | void AppFrame::notifyUpdateModemProperties() { |
| 2717 | |
| 2718 | modemPropertiesUpdated.store(true); |
| 2719 | } |
| 2720 | |
| 2721 | void AppFrame::setMainWaterfallFFTSize(int fftSize) { |
| 2722 | wxGetApp().getSpectrumProcessor()->setFFTSize(fftSize); |
no outgoing calls
no test coverage detected