Statistics
| Branch: | Tag: | Revision:

root / gr-qtgui / lib / qtgui_time_sink_f.h @ c0580462

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
5ce630cb 06/13/2011 04:35 pm Tom Rondeau

Merge branch 'master' into 8psk

Conflicts:
gr-qtgui/lib/qtgui_time_sink_c.cc
gr-trellis/src/lib/Makefile.am
gr-trellis/src/lib/calc_metric.h
gr-trellis/src/lib/trellis.i
gr-trellis/src/lib/trellis_constellation_metrics_cf.i
gr-trellis/src/lib/trellis_metric_type.h...

bbf11bb3 06/08/2011 02:55 am Josh Blum

qtgui: removed all traces of highResTimeFunctions.h

1418dccc 06/08/2011 02:27 am Josh Blum

qtgui: partially switch to gruel high res timer

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.

70333844 04/25/2011 02:33 am Josh Blum

qtgui: added GR_QTGUI_API declaration to qtgui library classes and functions

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

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