Re: QT GUI Label error in v 3.10.1.1

2022-11-23 Thread Jeff Long
This looks like something that was fixed quite a while ago in https://github.com/gnuradio/gnuradio/pull/3301 Tested on a recent GR, and this doesn't happen. Could you post the generated code? On Tue, Nov 22, 2022 at 10:23 PM Jose Ruvalcaba wrote: > Hello, > > I've been noticing an issue poppi

Re: Help with understanding message pair to var

2022-11-23 Thread Jeff Long
You've probably already found https://wiki.gnuradio.org/index.php/Message_Pair_to_Var For example, if samp_rate is the target variable, you end up with something like self.p2v = blocks.msg_pair_to_var(self.set_samp_rate) which will then call def set_samp_rate(self, samp_rate): sel

Help is needed to connect the RFNoc block to the gnuradio blocks.

2022-11-23 Thread Lakshmi Poola
Hello, RFNoc block is built, and the FPGA image is flashed without errors. But, when I use the same RFNoc blocks in any designs and try to connect them with the gnuradio blocks, I am getting the connection error. Then, I tried to run example designs from the gr-ettus folder and faced the same pro

Help with understanding message pair to var

2022-11-23 Thread Nik Ansell
Hello All, I am writing a block that decodes metadata from an incoming stream and I would like the decoded metadata to be available to other downstream blocks. The best way to do this (I think) is to use the message passing functionality, My ultimate aim is to receive multiple metadata values via