summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/qtgui_time_sink_c.h
AgeCommit message (Collapse)Author
2011-06-13Merge branch 'master' into 8pskTom Rondeau
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 gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
2011-06-07qtgui: removed all traces of highResTimeFunctions.hJosh Blum
2011-06-07qtgui: partially switch to gruel high res timerJosh Blum
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-24qtgui: added GR_QTGUI_API declaration to qtgui library classes and functionsJosh Blum
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: Passing vectors of data to update plot for stability; also moving ↵Tom Rondeau
responsibility of keeping track of plot updates out to qtgui_sink instead of inside plot qidget.
2011-04-23gr-qtgui: moving towards allowing time plot to have multiple connections.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 time-domain only plotter.Tom Rondeau