gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept
GNU General Public License v3.0
22 stars 16 forks source link

Work Inputs / Outputs by name #244

Closed mormj closed 2 years ago

mormj commented 2 years ago

Inside a work function I want to be able to do:

work_input["in"]->n_items

for code clarity, not relying on the order things are listed in the yaml

mormj commented 2 years ago

Fixed with #255