gnuradio / newsched

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

Python blocks message port handling #245

Closed mormj closed 2 years ago

mormj commented 2 years ago

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