blob: a5c8854c0790bf020bbcc9a5a66e09cce34bdc66 [file] [log] [blame]
piotr4089c1a2014-08-06 14:10:56 +02001<?xml version="1.0"?>
2<block>
Piotr K66bb3cd2014-08-13 19:04:57 +02003 <name>GSM clock offset control</name>
piotr4089c1a2014-08-06 14:10:56 +02004 <key>gsm_clock_offset_control</key>
5 <category>GSM</category>
6 <import>import gsm</import>
7 <make>gsm.clock_offset_control($fc, $samp_rate)</make>
8 <callback></callback>
9 <param>
10 <name>fc</name>
11 <key>fc</key>
12 <value>fc</value>
13 <type>float</type>
14 </param>
15
16 <param>
17 <name>samp_rate</name>
18 <key>samp_rate</key>
19 <value>samp_rate</value>
20 <type>float</type>
21 </param>
22
23 <sink>
24 <name>measurements</name>
25 <type>message</type>
26 </sink>
27
28 <source>
29 <name>ppm</name>
30 <type>message</type>
31 <optional>1</optional>
32 </source>
33</block>