aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_msg_to_tag.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grc/misc_utils/gsm_msg_to_tag.xml')
-rw-r--r--grc/misc_utils/gsm_msg_to_tag.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/grc/misc_utils/gsm_msg_to_tag.xml b/grc/misc_utils/gsm_msg_to_tag.xml
new file mode 100644
index 0000000..c0d73c3
--- /dev/null
+++ b/grc/misc_utils/gsm_msg_to_tag.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<block>
+ <name>Message To Tag</name>
+ <key>gsm_msg_to_tag</key>
+ <import>import grgsm</import>
+ <make>grgsm.msg_to_tag()</make>
+
+ <sink>
+ <name>in</name>
+ <type>complex</type>
+ </sink>
+
+ <sink>
+ <name>msg</name>
+ <type>message</type>
+ <optional>1</optional>
+ </sink>
+
+ <source>
+ <name>out</name>
+ <type>complex</type>
+ </source>
+</block>