commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/07: grc,blocks,fft,filter: assigned cate


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/07: grc,blocks,fft,filter: assigned categories to all blocks without any; further checked all other gr-* of gnuradio; solves issue from see http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.html
Date: Tue, 13 Jan 2015 21:52:40 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 32766f90fdcfd9c610ae93af621264884f51b739
Author: Stephan Ludwig (donludovico) <address@hidden>
Date:   Sat Jan 3 00:24:31 2015 +0100

    grc,blocks,fft,filter: assigned categories to all blocks without any; 
further checked all other gr-* of gnuradio; solves issue from see 
http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.html
---
 gr-blocks/grc/blocks_block_tree.xml | 8 ++++++++
 gr-fft/grc/fft_block_tree.xml       | 4 ++++
 gr-filter/grc/filter_block_tree.xml | 1 +
 grc/blocks/block_tree.xml           | 6 ++++++
 4 files changed, 19 insertions(+)

diff --git a/gr-blocks/grc/blocks_block_tree.xml 
b/gr-blocks/grc/blocks_block_tree.xml
index 53b397b..ea7e3ef 100644
--- a/gr-blocks/grc/blocks_block_tree.xml
+++ b/gr-blocks/grc/blocks_block_tree.xml
@@ -62,6 +62,7 @@
                <block>blocks_message_debug</block>
                 <block>blocks_random_pdu</block>
                 <block>blocks_message_strobe</block>
+                                        
<block>blocks_message_strobe_random</block>
                 <block>blocks_tags_strobe</block>
        </cat>
        <cat>
@@ -102,6 +103,7 @@
                 <block>blocks_transcendental</block>
                 <block>blocks_argmax_xx</block>
                 <block>blocks_max_xx</block>
+                                        <block>blocks_min_xx</block>
        </cat>
         <cat>
                 <name>Measurement Tools</name>
@@ -119,8 +121,11 @@
                <block>blocks_message_sink</block>
                <block>blocks_message_burst_source</block>
                 <block>blocks_message_strobe</block>
+               <block>blocks_message_strobe_random</block>
                <block>blocks_message_debug</block>
                <block>blocks_pdu_filter</block>
+               <block>blocks_pdu_remove</block>
+               <block>blocks_pdu_set</block>
                <block>blocks_pdu_to_tagged_stream</block>
                <block>blocks_tagged_stream_multiply_length</block>
                <block>blocks_tagged_stream_to_pdu</block>
@@ -141,6 +146,7 @@
        <cat>
                <name>Modulators</name>
                 <block>blocks_vco_f</block>
+                                        <block>blocks_vco_c</block>
        </cat>
        <cat>
                <name>Networking Tools</name>
@@ -204,6 +210,7 @@
                <block>blocks_float_to_uchar</block>
                <block>blocks_int_to_float</block>
                <block>blocks_interleaved_short_to_complex</block>
+               <block>blocks_interleaved_char_to_complex</block>
                <block>blocks_short_to_char</block>
                <block>blocks_short_to_float</block>
                <block>blocks_uchar_to_float</block>
@@ -211,5 +218,6 @@
        <cat>
                <name>Waveform Generators</name>
                 <block>blocks_vco_f</block>
+                                        <block>blocks_vco_c</block>
        </cat>
 </cat>
diff --git a/gr-fft/grc/fft_block_tree.xml b/gr-fft/grc/fft_block_tree.xml
index 6e6ed84..d3f7a2d 100644
--- a/gr-fft/grc/fft_block_tree.xml
+++ b/gr-fft/grc/fft_block_tree.xml
@@ -34,4 +34,8 @@
                <block>goertzel_fc</block>
                <block>logpwrfft_x</block>
        </cat>
+       <cat>
+               <name>Control Port</name>
+               <block>fft_ctrlport_probe_psd</block>
+       </cat>
 </cat>
diff --git a/gr-filter/grc/filter_block_tree.xml 
b/gr-filter/grc/filter_block_tree.xml
index e1cca24..a933c2f 100644
--- a/gr-filter/grc/filter_block_tree.xml
+++ b/gr-filter/grc/filter_block_tree.xml
@@ -50,6 +50,7 @@
        <cat>
                <name>Resamplers</name>
                <block>fractional_resampler_xx</block>
+               <block>fractional_interpolator_xx</block>
                <block>pfb_arb_resampler_xxx</block>
                <block>rational_resampler_xxx</block>
                <block>rational_resampler_base_xxx</block>
diff --git a/grc/blocks/block_tree.xml b/grc/blocks/block_tree.xml
index ac172c7..3f966ec 100644
--- a/grc/blocks/block_tree.xml
+++ b/grc/blocks/block_tree.xml
@@ -13,8 +13,14 @@
                <block>virtual_source</block>
                <block>virtual_sink</block>
 
+               <block>bus_sink</block>
+               <block>bus_source</block>
+               <block>bus_structure_sink</block>
+               <block>bus_structure_source</block>
+
                <block>note</block>
                <block>import</block>
+               <block>options</block>
 
                <block>blks2_selector</block>
                <block>blks2_valve</block>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]