Added gr.copy(itemsize) block
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Fri, 9 Oct 2009 03:53:16 +0000 (20:53 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Fri, 9 Oct 2009 03:53:16 +0000 (20:53 -0700)
commit075cdb9903a47bec0695e996e44e017a7d3720e7
tree9da371866f9caf55530f8525d166b04544914b83
parentdfa5e0a5bccb6b3539c1230281b5bec60196f8a2
Added gr.copy(itemsize) block

set_enabled(bool) will either copy from input to output (True)
or drop the input on the floor (False).
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/lib/general/gr_copy.cc [new file with mode: 0644]
gnuradio-core/src/lib/general/gr_copy.h [new file with mode: 0644]
gnuradio-core/src/lib/general/gr_copy.i [new file with mode: 0644]
gnuradio-core/src/python/gnuradio/gr/Makefile.am
gnuradio-core/src/python/gnuradio/gr/qa_copy.py [new file with mode: 0755]