gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python blocks message port handling

mormj opened this issue · comments

commented

Is not handled at all right now.

Inside the scheduler, the callback method at the top level c++ block will get hit. Need to tie this into the pybind11 handler by the same name. Fortunately this is autogenerated code, so we can insert the method name to pass onto pybind11