aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_message_file_source.xml
blob: 7876c77bed128e3af6ed41b4fb727de98ee3d539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<block>
  <name>Message File Source</name>
  <key>gsm_message_file_source</key>
  <import>import grgsm</import>
  <make>grgsm.message_file_source($filename)</make>

  <param>
    <name>Source file</name>
    <key>filename</key>
    <value>/tmp/output.msg</value>
    <type>file_open</type>
  </param>

  <source>
    <name>out</name>
    <type>message</type>
  </source>
  
  <doc>
This block outputs gsm messages stored in a file.
  </doc>
</block>