Re-implemented variable sink so that it can pass vector-aligned samples.
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 19 May 2009 23:56:09 +0000 (23:56 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 19 May 2009 23:56:09 +0000 (23:56 +0000)
commitb086f7337f144a48296bdfd9e2a09ad9979e7bdd
tree7c69e7d917c2b49c13c8cb6efc5b4163ca923828
parent4f41891176b8be25a2b6efe2cb888802347112cc
Re-implemented variable sink so that it can pass vector-aligned samples.
Created backend grc blks2 block to sample the stream and set callback.
Renamed variable sink and moved it into the sinks category.
Added example of variable sink reading taps from a stream and setting them to a FIR filter.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11062 221aa14e-8319-0410-a670-987f0aec2ac5
grc/data/platforms/python/block_tree.xml
grc/data/platforms/python/blocks/Makefile.am
grc/data/platforms/python/blocks/blks2_variable_sink_x.xml [new file with mode: 0644]
grc/data/platforms/python/blocks/variable_sink.xml [deleted file]
grc/examples/Makefile.am
grc/examples/simple/var_sink_taps.grc [new file with mode: 0644]
grc/src/grc_gnuradio/blks2/Makefile.am
grc/src/grc_gnuradio/blks2/__init__.py
grc/src/grc_gnuradio/blks2/variable_sink.py [new file with mode: 0644]