Hello,
This question is for vscode users of gnuradio. I want to use pylance's
semantic highlighting and autocomplete when instantiating gnuradio blocks
in python, but pylance only seems to work with native python gnuradio
blocks and not for C++ extension-based blocks. From this pylance issue
comme
Hello,
We have a few gnuradio blocks in an OOT module that require double
precision inputs and outputs. To help us test these blocks we created our
own vector sink/source blocks that are direct copies of the gnuradio vector
sink/source but with added support for doubles.
This works well, but I wa