usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

How to check RFNOC is already in use

C
cyberphox@gmail.com
Wed, Dec 11, 2024 10:57 AM

Hi

I have a bit of code that finds an OOT module, eg.

auto siggen_blocks = graph->find_blocks<rfnoc:: …

How can I first check that another instance is not already accessing these block?  Calling this function causes a segmentation fault when another instance is already using it. It would be nice to handle this more gracefully.

thank you

M.

Hi I have a bit of code that finds an OOT module, eg. auto siggen_blocks = graph->find_blocks<rfnoc:: … How can I first check that another instance is not already accessing these block? Calling this function causes a segmentation fault when another instance is already using it. It would be nice to handle this more gracefully. thank you M.