Revision 6606af99
ID: 6606af991b15174cbdbaca738669a21461b0fbe6
Fixes the replotting update. It's now based on a QTimer so it's in the event buffer as opposed to a best effort based on a hand-made timer. The interval between GUI updates is settable through the qtsink_X objects with set_update_time(newtime). This update makes the plotting much more stable. It also fixes the time scale of the waterfall plot to actually mean the right thing.
Files
- added
- modified
- copied
- renamed
- deleted
- gr-qtgui
- src
- lib
- ConstellationDisplayPlot.cc (diff)
- ConstellationDisplayPlot.h (diff)
- FrequencyDisplayPlot.cc (diff)
- FrequencyDisplayPlot.h (diff)
- SpectrumGUIClass.cc (diff)
- SpectrumGUIClass.h (diff)
- TimeDomainDisplayPlot.cc (diff)
- TimeDomainDisplayPlot.h (diff)
- WaterfallDisplayPlot.cc (diff)
- WaterfallDisplayPlot.h (diff)
- qtgui_sink_c.cc (diff)
- qtgui_sink_c.h (diff)
- qtgui_sink_f.cc (diff)
- qtgui_sink_f.h (diff)
- spectrumUpdateEvents.cc (diff)
- spectrumUpdateEvents.h (diff)
- spectrumdisplayform.cc (diff)
- spectrumdisplayform.h (diff)