From 7ecc767e8fe6248d5e9372da8c7cfb9aacbd790b Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sun, 21 Nov 2010 19:44:47 -0500 Subject: Updating test_file_tags.py to use new file tagger interface (sample rate of 1 means time stamp on files is based solely on the item time). --- gnuradio-examples/python/tags/test_file_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-examples/python') diff --git a/gnuradio-examples/python/tags/test_file_tags.py b/gnuradio-examples/python/tags/test_file_tags.py index a658256c7..4ff4549ef 100755 --- a/gnuradio-examples/python/tags/test_file_tags.py +++ b/gnuradio-examples/python/tags/test_file_tags.py @@ -14,7 +14,7 @@ def main(): ann = gr.annotator_alltoall(1000000, gr.sizeof_short) tagger = gr.burst_tagger(gr.sizeof_short) - fsnk = gr.tagged_file_sink(gr.sizeof_short) + fsnk = gr.tagged_file_sink(gr.sizeof_short, 1) tb = gr.top_block() tb.connect(src, thr, (tagger, 0)) -- cgit