diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 13:56:45 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-04 14:10:00 -0400 |
commit | f133e151935aae0f42978b12ae83722a4de88893 (patch) | |
tree | b43e2549aba4f7ca30948acb24a46047aeab3586 /gr-trellis/examples/grc/sccc1.grc | |
parent | 8b1303bbb0bf72569a5149082796f50b6e8f9a5b (diff) |
grc: fixing up new next structure blocks for GRC categories.
docs: also updating Doxygen category for all new/moved blocks.
Diffstat (limited to 'gr-trellis/examples/grc/sccc1.grc')
-rw-r--r-- | gr-trellis/examples/grc/sccc1.grc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-trellis/examples/grc/sccc1.grc b/gr-trellis/examples/grc/sccc1.grc index 332ec6bdd7..4fdf81c811 100644 --- a/gr-trellis/examples/grc/sccc1.grc +++ b/gr-trellis/examples/grc/sccc1.grc @@ -84,10 +84,10 @@ </param> </block> <block> - <key>random_source_x</key> + <key>analog_random_source_x</key> <param> <key>id</key> - <value>random_source_x_0</value> + <value>analog_random_source_x_0</value> </param> <param> <key>_enabled</key> @@ -783,7 +783,7 @@ </param> </block> <connection> - <source_block_id>random_source_x_0</source_block_id> + <source_block_id>analog_random_source_x_0</source_block_id> <sink_block_id>blocks_sub_xx_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> @@ -795,7 +795,7 @@ <sink_key>0</sink_key> </connection> <connection> - <source_block_id>random_source_x_0</source_block_id> + <source_block_id>analog_random_source_x_0</source_block_id> <sink_block_id>trellis_sccc_encoder_xx_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> |