diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 12:23:05 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 12:23:05 -0500 |
commit | a770feec38cd8a188a4c4c88f34d513155b4b539 (patch) | |
tree | ac5a0263daf24c8a78868a307df68a30c9890b0b /gr-wxgui/python/numbersink2.py | |
parent | a08afb0b0166cab961982f174a5cf672393b5198 (diff) |
blocks: removing blocks moved into gr-blocks:
message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
Diffstat (limited to 'gr-wxgui/python/numbersink2.py')
-rw-r--r-- | gr-wxgui/python/numbersink2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/python/numbersink2.py b/gr-wxgui/python/numbersink2.py index 395bddbd61..62a096e112 100644 --- a/gr-wxgui/python/numbersink2.py +++ b/gr-wxgui/python/numbersink2.py @@ -82,7 +82,7 @@ class _number_sink_base(gr.hier_block2, common.wxgui_hb): add = blocks.add_const_cc(ref_level) avg = filter.single_pole_iir_filter_cc(1.0) msgq = gr.msg_queue(2) - sink = gr.message_sink(self._item_size, msgq, True) + sink = blocks.message_sink(self._item_size, msgq, True) #controller self.controller = pubsub() self.controller.subscribe(SAMPLE_RATE_KEY, sd.set_sample_rate) |