[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/08: runtime: add accessors for in_sig an
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/08: runtime: add accessors for in_sig and out_sig in python blocks |
Date: |
Wed, 11 Nov 2015 23:08:07 +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 91b66420516948019a6f0b8fe34630d2e119da96
Author: Sebastian Koslowski <address@hidden>
Date: Mon Jul 20 22:21:47 2015 +0200
runtime: add accessors for in_sig and out_sig in python blocks
---
gnuradio-runtime/python/gnuradio/gr/gateway.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnuradio-runtime/python/gnuradio/gr/gateway.py
b/gnuradio-runtime/python/gnuradio/gr/gateway.py
index 2a27b8a..2e46bca 100644
--- a/gnuradio-runtime/python/gnuradio/gr/gateway.py
+++ b/gnuradio-runtime/python/gnuradio/gr/gateway.py
@@ -201,6 +201,13 @@ class gateway_block(object):
# Save handler object in class so it's not garbage collected
self.__msg_handlers[which_port] = handler
+ def in_sig(self):
+ return self.__in_sig
+
+ def out_sig(self):
+ return self.__out_sig
+
+
########################################################################
# Wrappers for the user to inherit from
########################################################################
- [Commit-gnuradio] [gnuradio] branch master updated (6a88efb -> a18e480), git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 01/08: runtime: add accessors for in_sig and out_sig in python blocks,
git <=
- [Commit-gnuradio] [gnuradio] 04/08: grc: open and update params from external editor, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 02/08: grc: mark param type multiline as protected, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 05/08: grc: update PropsDialog on external param change, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 03/08: grc: add embedded python block definition and support in GRC, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 06/08: grc: fix output file encoding, git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/11/11
- [Commit-gnuradio] [gnuradio] 07/08: Merge branch 'maint', git, 2015/11/11