Hi all,
Is it possible to access public member variables and fuctions from other blocks
within the flowgraph at run time?
in C++
In my case I have a custom C++ block and need to access a value from an
external library block.
thank you,
Mike
Hi all,
I have a GRC flow-graph that includes a custom c++ OOT block.
It worked a while ago, but now when I come to revisit it I found errors:
When I run my flow graph in GRC, I got this
module libcanberra-gtk-module.so cannot be loaded.
which I fixed with:
sudo apt install libcanberra-gtk-module
lain intimidating.
4/
Thanks I will check out other custom blocks.
5/
Yes, hopefully someone can help!
Thanks again,
Mike
From: Kyeong Su Shin
Sent: 25 November 2019 13:44
To: Michael Bassi ; Discuss Gnuradio
Subject: Re: Custom OOT Block Running on USRP + Gene
Hi guys,
Firstly, I feel obliged to explain that I'm a young engineer relatively new to
Linux, SDR, GNU radio and USRP, and currently overwhelmed with the task
assigned to me! Many thanks in advance to any help provided. First time posting
to the
I have written a custom OOT block for GNU Radio
Hi all,
I have created my first custom OOT block in c++
It works when my block takes no inputs.
However, after changing my block signature to allow one input variable (called
samp_rate), I am getting the following error in GRC:
self.custom_blocks_readfilesource_cpp_0 =
custom_blocks.readfilesou