[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value f
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value for PythonTag class |
Date: |
Sun, 26 Apr 2015 22:37:13 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 9581cf9c063df6314d72c0830fd412cd05a3f9b4
Author: Sean Nowlan <address@hidden>
Date: Sun Apr 26 17:35:15 2015 -0400
runtime: fixed default srcid value for PythonTag class
---
gnuradio-runtime/python/gnuradio/gr/tag_utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
b/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
index ab03958..dc36e05 100644
--- a/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
+++ b/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
@@ -8,7 +8,7 @@ class PythonTag(object):
self.offset = None
self.key = None
self.value = None
- self.srcid = pmt.PMT_F
+ self.srcid = False
def tag_to_python(tag):
""" Convert a stream tag to a Python-readable object """
- [Commit-gnuradio] [gnuradio] branch maint updated (e61a5c8 -> 6020965), git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value for PythonTag class,
git <=
- [Commit-gnuradio] [gnuradio] 04/09: blocks: added tag tests to vector source QA code, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 02/09: blocks: vector_source: fixed tag srcid propagation when not using repeat mode, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 03/09: runtime: added default xtor & dtor to tag_t; srcid default is now PMT_F, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 07/09: Fixed garbled Doxygen formatting of channel map, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'mmueller/docs_typo_sinusiod' into maint, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 06/09: qtgui: Fixes problem with half spectrum when set to 2048., git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'nowls/vec_src_fix_tag_srcid' into maint, git, 2015/04/26
- [Commit-gnuradio] [gnuradio] 01/09: Typos: Sinusiods in channel model docs, git, 2015/04/26