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-uhd/examples/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-uhd/examples/grc')
-rw-r--r-- | gr-uhd/examples/grc/uhd_dpsk_mod.grc | 6 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_tx_dpsk.grc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gr-uhd/examples/grc/uhd_dpsk_mod.grc b/gr-uhd/examples/grc/uhd_dpsk_mod.grc index 8387890372..1e5bfd5ddb 100644 --- a/gr-uhd/examples/grc/uhd_dpsk_mod.grc +++ b/gr-uhd/examples/grc/uhd_dpsk_mod.grc @@ -242,10 +242,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> @@ -2224,7 +2224,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>digital_dxpsk_mod_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> diff --git a/gr-uhd/examples/grc/uhd_tx_dpsk.grc b/gr-uhd/examples/grc/uhd_tx_dpsk.grc index b5f8e41054..5d57617673 100644 --- a/gr-uhd/examples/grc/uhd_tx_dpsk.grc +++ b/gr-uhd/examples/grc/uhd_tx_dpsk.grc @@ -319,10 +319,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> @@ -1256,7 +1256,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>digital_dxpsk_mod_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> |