History | View | Annotate | Download (1.7 kB)
gr-qtgui: makes time sink a sync_block (since it is) and uses 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.
gr-qtgui: Adding float interface to qtgui_time_sink and example program.