summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_pdu_set.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/grc/blocks_pdu_set.xml')
-rw-r--r--gr-blocks/grc/blocks_pdu_set.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/gr-blocks/grc/blocks_pdu_set.xml b/gr-blocks/grc/blocks_pdu_set.xml
deleted file mode 100644
index b7a9030622..0000000000
--- a/gr-blocks/grc/blocks_pdu_set.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-<!--
-###################################################
-## PDU Set
-###################################################
- -->
-<block>
- <name>PDU Set</name>
- <key>blocks_pdu_set</key>
- <import>from gnuradio import blocks</import>
- <import>import pmt</import>
- <make>blocks.pdu_set($k, $v)</make>
- <callback>set_key($k)</callback>
- <callback>set_val($v)</callback>
- <param>
- <name>Key</name>
- <key>k</key>
- <value>pmt.intern("key")</value>
- <type>raw</type>
- </param>
- <param>
- <name>Value</name>
- <key>v</key>
- <value>pmt.intern("value")</value>
- <type>raw</type>
- </param>
- <sink>
- <name>pdus</name>
- <type>message</type>
- <optional>1</optional>
- </sink>
- <source>
- <name>pdus</name>
- <type>message</type>
- <optional>1</optional>
- </source>
-</block>