aboutsummaryrefslogtreecommitdiffstats
path: root/grc/transmitter/gsm_txtime_bursts_tagger.xml
blob: 4e42886f811aa272b52d1d9336dd6c612c4dfdf0 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<block>
  <name>txtime_bursts_tagger</name>
  <key>gsm_txtime_bursts_tagger</key>
  <import>import grgsm</import>
  <make>grgsm.txtime_bursts_tagger($init_fn, $init_time, $time_hint, $timing_advance, $delay_correction)</make>
  <callback>set_fn_time_reference($init_fn, $init_time)</callback>
  <callback>set_time_hint($time_hint)</callback>
  <callback>set_timing_advance($timing_advance)</callback>
  <callback>set_delay_correction($delay_correction)</callback>

  <param>
    <name>init_fn</name>
    <key>init_fn</key>
    <value>None</value>
    <type>raw</type>
    <hide>part</hide>
  </param>

  <param>
    <name>init_time</name>
    <key>init_time</key>
    <value>0</value>
    <type>float</type>
    <hide>part</hide>
  </param>

  <param>
    <name>time_hint</name>
    <key>time_hint</key>
    <value>0</value>
    <type>float</type>
    <hide>part</hide>
  </param>

  <param>
    <name>timing_advance</name>
    <key>timing_advance</key>
    <value>0</value>
    <type>float</type>
    <hide>part</hide>
  </param>

  <param>
    <name>delay_correction</name>
    <key>delay_correction</key>
    <value>0</value>
    <type>float</type>
    <hide>part</hide>
  </param>

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

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

  <source>
    <name>bursts</name>
    <type>message</type>
    <optional>1</optional>
  </source>
</block>