RE: Use C++ functions block in python

2021-04-08 Thread COURANT Frederique - Contractor
Best regards. Fred -Message d'origine- De : Discuss-gnuradio De la part de Marcus Müller Envoyé : mercredi 7 avril 2021 17:00 À : discuss-gnuradio@gnu.org Objet : Re: Use C++ functions block in python Dear Fred, assuming you use GNU Radio 3.9: when you look into your OOT's python/

Re: Use C++ functions block in python

2021-04-07 Thread Marcus Müller
Dear Fred, assuming you use GNU Radio 3.9: when you look into your OOT's python/ folder, you'll find a bindings/ subfolder, in which there are C++ files for each of the blocks you wrote. You'll have to add the function you want to call from Python there! GNU Radio ships with bindtool, which help

Use C++ functions block in python

2021-04-07 Thread COURANT Frederique - Contractor
Hi Users, I have create a block name ligneretard and I would like access to my customs register present in my own FPGA. I have develop my functions in ligneretard_block_ctrl_impl.cpp but when I tried to call this functions with my python code generate with gnuradio it doesn't work. I also trie