summaryrefslogtreecommitdiff
path: root/gr-blocks/grc/blocks_block_tree.xml
blob: 37cd2fc4da40fc2b7e97f09c0162cdd296d00fec (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
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>

<!--
 Copyright 2012 Free Software Foundation, Inc.
 
 This file is part of GNU Radio
 
 GNU Radio is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Radio is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Radio; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 51 Franklin Street,
 Boston, MA 02110-1301, USA.
-->

<!--
###################################################
##Block Tree for gr-blocks.
###################################################
 -->
<cat>
 	<name></name> <!-- Blank for Root Name -->
	<cat>
		<name>Math Operations (New) </name>
		<block>blocks_add_xx</block>
		<block>blocks_add_const_vxx</block>
		<block>blocks_divide_xx</block>
		<block>blocks_multiply_xx</block>
		<block>blocks_multiply_const_vxx</block>
		<block>blocks_multiply_conjugate_cc</block>
		<block>blocks_sub_xx</block>
		<block>blocks_conjugate_cc</block>
		<block>blocks_integrate_xx</block>
		<block>blocks_nlog10_ff</block>
	</cat>
	<cat>
		<name>Boolean Operations (New) </name>
		<block>blocks_and_xx.xml</block>
		<block>blocks_and_const_xx.xml</block>
		<block>blocks_not_xx.xml</block>
		<block>blocks_or_xx.xml</block>
		<block>blocks_xor_xx.xml</block>
	</cat>
	<cat>
	        <name>Stream Type Conversions (New) </name>
		<block>blocks_char_to_float</block>
		<block>blocks_char_to_short</block>
		<block>blocks_complex_to_interleaved_short</block>
		<block>blocks_complex_to_float</block>
		<block>blocks_complex_to_imag</block>
		<block>blocks_complex_to_real</block>
		<block>blocks_complex_to_mag</block>
		<block>blocks_complex_to_mag_squared</block>
		<block>blocks_complex_to_arg</block>
		<block>blocks_float_to_char</block>
		<block>blocks_float_to_complex</block>
		<block>blocks_float_to_int</block>
		<block>blocks_float_to_short</block>
		<block>blocks_float_to_uchar</block>
		<block>blocks_int_to_float</block>
		<block>blocks_interleaved_short_to_complex</block>
		<block>blocks_short_to_char</block>
		<block>blocks_short_to_float</block>
		<block>blocks_uchar_to_float</block>
	</cat>
	<cat>
	        <name>Stream Operations (New) </name>
		<block>blocks_deinterleave.xml</block>
		<block>blocks_interleave.xml</block>
		<block>blocks_keep_one_in_n.xml</block>
	</cat>
</cat>