[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);
- [Commit-gnuradio] [gnuradio] branch master updated (d56f675 -> 3b25661), git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'drmpeg/phy-vlsnr', git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 04/08: Merge branch 'maint', git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 02/08: qtgui: remote debug print, remove check for start tag, tags assumped to be burst sample relative incoming to plot,
git <=
- [Commit-gnuradio] [gnuradio] 05/08: Merge remote-tracking branch 'osh/qtgui_msg_tags', git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 07/08: digital: cleanup and installation of examples, git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 01/08: qtgui: allow plotting of tags on message based plots based on PDU metadata 'tags' field, git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'github/packet3', git, 2016/06/25
- [Commit-gnuradio] [gnuradio] 03/08: gr-dtv: Add DVB-S2X VL-SNR modulation and framing for AMSAT., git, 2016/06/25