MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / notifyUpdateModemProperties

Method notifyUpdateModemProperties

src/AppFrame.cpp:2716–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

removeDemodulatorMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected