daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
777 stars 161 forks source link

Add modified Selector block #512

Closed daniestevez closed 1 year ago

daniestevez commented 1 year ago

This adds a modified version of the in-tree Selector block which consumes and dumps all the items available in the inactive inputs. This is needed to use the Selector block as a switch to bypass a block or chain of blocks, as indicated in

https://github.com/gnuradio/gnuradio/issues/6792