access other blocks within the flowgraph

2022-01-11 Thread Michael Bassi
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

RuntimeError:stof

2019-12-04 Thread Michael Bassi
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

Re: Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-24 Thread Michael Bassi
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

Custom OOT Block Running on USRP + General GNU Radio Questions.

2019-11-24 Thread Michael Bassi
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

GNU Radio Companion Error for Custom OOT cpp block

2019-11-24 Thread Michael Bassi
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