- added block "message debug "

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@482 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-27 19:27:01 +00:00
parent 1435ef5e0b
commit 7508e1b665
4 changed files with 228 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<block>
<name>Message Debug</name>
<key>jay_message_debug</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.message_debug()</make>
<sink>
<name>control</name>
<type>message</type>
<optional>1</optional>
</sink>
<source>
<name>status</name>
<type>message</type>
<optional>1</optional>
</source>
</block>