aboutsummaryrefslogtreecommitdiffstats
path: root/grc/gsm_controlled_const_source_f.xml
blob: f51ef6953a61a227fa7792ead55dcda9c0d71a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<block>
  <name>Controlled const source</name>
  <key>gsm_controlled_const_source_f</key>
  <category>GSM</category>
  <import>import gsm</import>
  <make>gsm.controlled_const_source_f($constant)</make>
  <callback>set_constant($constant)</callback>
  
  <param>
    <name>constant</name>
    <key>constant</key>
    <value>0</value>
    <type>float</type>
  </param>

  <sink>
    <name>constant_msg</name>
    <type>message</type>
    <optional>1</optional>
  </sink>

  <source>
    <name>out</name>
    <type>float</type>
  </source>
</block>