diff options
author | Tom Rondeau | 2012-12-11 22:48:03 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-12-11 22:58:21 -0500 |
commit | 95968f9e32cf8ea7b8f632f431f91adf49a353a7 (patch) | |
tree | 9311b3af77c6f09ef93a900a647aa3ae8eaf17f0 /gr-blocks/grc/blocks_file_source.xml | |
parent | ee53cca50e3f39ddc1d44669c3ea9f0d73d32022 (diff) | |
download | gnuradio-95968f9e32cf8ea7b8f632f431f91adf49a353a7.tar.gz gnuradio-95968f9e32cf8ea7b8f632f431f91adf49a353a7.tar.bz2 gnuradio-95968f9e32cf8ea7b8f632f431f91adf49a353a7.zip |
blocks: apply changes to file source in core to one in gr-blocks.
Diffstat (limited to 'gr-blocks/grc/blocks_file_source.xml')
-rw-r--r-- | gr-blocks/grc/blocks_file_source.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_file_source.xml b/gr-blocks/grc/blocks_file_source.xml index 753465bb3..7ac573f2d 100644 --- a/gr-blocks/grc/blocks_file_source.xml +++ b/gr-blocks/grc/blocks_file_source.xml @@ -9,6 +9,7 @@ <key>blocks_file_source</key> <import>from gnuradio import blocks</import> <make>blocks.file_source($type.size*$vlen, $file, $repeat)</make> + <callback>open($file, $repeat)</callback> <param> <name>File</name> <key>file</key> |