Statistics
| Branch: | Tag: | Revision:

root / gr-qtgui / swig / qtgui_time_sink_f.i @ f7185e34

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
97fd10af 05/09/2011 11:13 am Tom Rondeau

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.

f11a2019 04/24/2011 06:45 am Tom Rondeau

gr-qtgui: Adding float interface to qtgui_time_sink and example program.