- added message filter

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@504 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 13:22:00 +00:00
parent 598bff3661
commit 478a12b4a2
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<block>
<name>Jay's Message Filter</name>
<key>jay_message_filter</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.message_filter()</make>
<sink>
<name>in</name>
<type>message</type>
<optional>1</optional>
</sink>
<source>
<name>out</name>
<type>message</type>
<optional>1</optional>
</source>
</block>