summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/time_sink_c_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-10-08 15:56:26 -0400
committerTom Rondeau <tom@trondeau.com>2013-10-29 12:23:09 -0400
commitbb91d3f7edbfe39c8296ecb6e104bf2fafe84f3b (patch)
treec3550785150369152926e2a61f05701b6b0c43d5 /gr-qtgui/lib/time_sink_c_impl.cc
parentf3f5a5ae0ae0093277494b2380a77c8eed439035 (diff)
Updated some blocks for the group_delay concept.
filter: FFT and (decim/interp) FIR filters can set through GRC. blocks: delay block's group delay is fixed to the delay value. qtgui: time sinks history is related to the group delay for displaying tags.
Diffstat (limited to 'gr-qtgui/lib/time_sink_c_impl.cc')
-rw-r--r--gr-qtgui/lib/time_sink_c_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/lib/time_sink_c_impl.cc b/gr-qtgui/lib/time_sink_c_impl.cc
index fe6f115b1f..7bde3b657b 100644
--- a/gr-qtgui/lib/time_sink_c_impl.cc
+++ b/gr-qtgui/lib/time_sink_c_impl.cc
@@ -218,6 +218,7 @@ namespace gr {
d_main_gui->setTriggerChannel(d_trigger_channel);
set_history(d_trigger_delay + 2);
+ set_group_delay(d_trigger_delay);
}
void