summaryrefslogtreecommitdiff
path: root/gr-digital/grc/digital_packet_sink.xml
blob: e9231bd059af364bc35ee76a4190f2d1ae868f2c (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
<?xml version="1.0"?>
<!--
###################################################
## Packet Sink
###################################################
 -->
<block>
	<name>Packet Sink</name>
	<key>digital_packet_sink</key>
	<import>from gnuradio import digital</import>
	<make>digital.packet_sink($sync_vector, $target_queue, $threshold)</make>
	<param>
		<name>Sync Vector</name>
		<key>sync_vector</key>
		<type>int_vector</type>
	</param>
	<param>
		<name>Target Message Queue</name>
		<key>target_queue</key>
		<type>raw</type>
	</param>
	<param>
		<name>Threshold</name>
		<key>threshold</key>
		<type>int</type>
	</param>
	<sink>
		<name>in</name>
		<type>float</type>
	</sink>
</block>