daniestevez / gr-satellites

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

maint-3.8: Add modified Selector block #514

Closed daniestevez closed 10 months ago

daniestevez commented 10 months 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