commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/08: qtgui: remote debug print, remove ch


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/08: qtgui: remote debug print, remove check for start tag, tags assumped to be burst sample relative incoming to plot
Date: Sat, 25 Jun 2016 19:08:00 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 0dafca470824d63d1c25b5979da16ad8593fe80a
Author: Tim O'Shea <address@hidden>
Date:   Wed Jun 22 22:11:49 2016 -0400

    qtgui: remote debug print, remove check for start tag, tags assumped to be 
burst sample relative incoming to plot
---
 gr-qtgui/lib/time_sink_c_impl.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gr-qtgui/lib/time_sink_c_impl.cc b/gr-qtgui/lib/time_sink_c_impl.cc
index 16019ed..209f033 100644
--- a/gr-qtgui/lib/time_sink_c_impl.cc
+++ b/gr-qtgui/lib/time_sink_c_impl.cc
@@ -717,11 +717,10 @@ namespace gr {
 
       // add tag info if it is present in metadata
       if(pmt::is_dict(dict)){
-        if(pmt::dict_has_key(dict, pmt::mp("tags")) && 
pmt::dict_has_key(dict,pmt::mp("start"))){
+        if(pmt::dict_has_key(dict, pmt::mp("tags"))){
             d_tags.clear();
             pmt::pmt_t tags = pmt::dict_ref(dict, pmt::mp("tags"), 
pmt::PMT_NIL);
             int len = pmt::length(tags);
-            pmt::print(tags);
             for(int i=0; i<len; i++){
                 // get tag info from list
                 pmt::pmt_t tup = pmt::vector_ref(tags, i);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]