gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work Inputs / Outputs by name

mormj opened this issue · comments

commented

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

commented

Fixed with #255