diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 23:52:51 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 23:52:51 -0400 |
commit | 294a6fd3b811703329eb15ed91d848c65cc6700e (patch) | |
tree | b422709c45c6bd8a67255d1c55f0cc34604e5bfc /gr-noaa | |
parent | 5a3f0062fa438875b68191363d4ff78ccd07d0c9 (diff) |
blocks: removing file_sink/source file_descriptor_sink/source form core and moved all refs to gr-blocks.
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/examples/file_rx_hrpt.grc | 8 | ||||
-rw-r--r-- | gr-noaa/examples/hrpt_decode.grc | 2 | ||||
-rw-r--r-- | gr-noaa/examples/hrpt_demod.grc | 8 | ||||
-rw-r--r-- | gr-noaa/examples/usrp_rx_hrpt.grc | 2 | ||||
-rw-r--r-- | gr-noaa/examples/usrp_rx_hrpt_nogui.grc | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/gr-noaa/examples/file_rx_hrpt.grc b/gr-noaa/examples/file_rx_hrpt.grc index 0b490269b4..3a7caaed71 100644 --- a/gr-noaa/examples/file_rx_hrpt.grc +++ b/gr-noaa/examples/file_rx_hrpt.grc @@ -318,7 +318,7 @@ </param> </block> <block> - <key>gr_file_sink</key> + <key>blocks_file_sink</key> <param> <key>id</key> <value>frame_sink</value> @@ -469,10 +469,10 @@ </param> </block> <block> - <key>gr_file_source</key> + <key>blocks_file_source</key> <param> <key>id</key> - <value>gr_file_source_0</value> + <value>blocks_file_source_0</value> </param> <param> <key>_enabled</key> @@ -883,7 +883,7 @@ <sink_key>0</sink_key> </connection> <connection> - <source_block_id>gr_file_source_0</source_block_id> + <source_block_id>blocks_file_source_0</source_block_id> <sink_block_id>throttle</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> diff --git a/gr-noaa/examples/hrpt_decode.grc b/gr-noaa/examples/hrpt_decode.grc index 39fe195d15..2fb57746e8 100644 --- a/gr-noaa/examples/hrpt_decode.grc +++ b/gr-noaa/examples/hrpt_decode.grc @@ -323,7 +323,7 @@ </param> </block> <block> - <key>gr_file_source</key> + <key>blocks_file_source</key> <param> <key>id</key> <value>file_source</value> diff --git a/gr-noaa/examples/hrpt_demod.grc b/gr-noaa/examples/hrpt_demod.grc index feb352d9d2..1400f5ed1f 100644 --- a/gr-noaa/examples/hrpt_demod.grc +++ b/gr-noaa/examples/hrpt_demod.grc @@ -196,7 +196,7 @@ </param> </block> <block> - <key>gr_file_source</key> + <key>blocks_file_source</key> <param> <key>id</key> <value>file_source</value> @@ -521,10 +521,10 @@ </param> </block> <block> - <key>gr_file_sink</key> + <key>blocks_file_sink</key> <param> <key>id</key> - <value>gr_file_sink_0</value> + <value>blocks_file_sink_0</value> </param> <param> <key>_enabled</key> @@ -720,7 +720,7 @@ </connection> <connection> <source_block_id>noaa_hrpt_deframer_0</source_block_id> - <sink_block_id>gr_file_sink_0</sink_block_id> + <sink_block_id>blocks_file_sink_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> diff --git a/gr-noaa/examples/usrp_rx_hrpt.grc b/gr-noaa/examples/usrp_rx_hrpt.grc index 2cf2a7fe0c..1f61a8880f 100644 --- a/gr-noaa/examples/usrp_rx_hrpt.grc +++ b/gr-noaa/examples/usrp_rx_hrpt.grc @@ -1872,7 +1872,7 @@ </param> </block> <block> - <key>gr_file_sink</key> + <key>blocks_file_sink</key> <param> <key>id</key> <value>frame_sink</value> diff --git a/gr-noaa/examples/usrp_rx_hrpt_nogui.grc b/gr-noaa/examples/usrp_rx_hrpt_nogui.grc index cfaa8c6310..3594ca035f 100644 --- a/gr-noaa/examples/usrp_rx_hrpt_nogui.grc +++ b/gr-noaa/examples/usrp_rx_hrpt_nogui.grc @@ -1250,7 +1250,7 @@ </param> </block> <block> - <key>gr_file_sink</key> + <key>blocks_file_sink</key> <param> <key>id</key> <value>frame_sink</value> |