blob: 10ae06fad6d97eef150e3d9fbe4b2119390fdc97 [file] [log] [blame]
piotr4089c1a2014-08-06 14:10:56 +02001<?xml version="1.0"?>
2<block>
3 <name>Controlled const source</name>
4 <key>gsm_controlled_const_source_f</key>
ptrkrysik3be74a72014-12-13 10:11:00 +01005 <import>import grgsm</import>
6 <make>grgsm.controlled_const_source_f($constant)</make>
piotr4089c1a2014-08-06 14:10:56 +02007 <callback>set_constant($constant)</callback>
8
9 <param>
10 <name>constant</name>
11 <key>constant</key>
12 <value>0</value>
13 <type>float</type>
14 </param>
15
16 <sink>
17 <name>constant_msg</name>
18 <type>message</type>
19 <optional>1</optional>
20 </sink>
21
22 <source>
23 <name>out</name>
24 <type>float</type>
25 </source>
26</block>