summaryrefslogtreecommitdiff
path: root/gr-qtgui/swig/qtgui_time_sink_c.i
AgeCommit message (Collapse)Author
2011-05-09gr-qtgui: makes time sink a sync_block (since it is) and uses ↵Tom Rondeau
set_output_multiple instead of forecast. The result is that multiple streams maintain constant relationship, which they did not before. This should also prevent us from having to keep so much book-keeping of the indecies, and we will hopefully be able to clean this up soon.
2011-04-24gr-qtgui: adding function and slot to set a time display curve's color.Tom Rondeau
2011-04-24gr-qtgui: provide function and slot for setting the labels of a time curve.Tom Rondeau
2011-04-23gr-qtgui: setting up ability to have multiple connections to the time sink.Tom Rondeau
2011-04-23gr-qtgui: time domain sink now shows and receives updates.Tom Rondeau
2011-04-21gr-qtgui: adding .i file for time domain plot and updating Makefiles.Tom Rondeau