summaryrefslogtreecommitdiff
path: root/gr-qtgui/swig/qtgui_time_sink_f.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 float interface to qtgui_time_sink and example program.Tom Rondeau