Re: [Discuss-gnuradio] Setting up OOT module to include/extend another OOT Module class

2018-04-06 Thread Anshul Thakur
I tried modifying the gr-osmosdr source to add the message sink in the source_impl.cc. Turns out, we cannot have message passing in hierarchical blocks as discussed in this post: https://lists.gnu.org/archive/html/discuss-gnuradio/2016-01/msg00291.html and this one:

[Discuss-gnuradio] Setting up OOT module to include/extend another OOT Module class

2018-04-05 Thread Anshul Thakur
I am trying to extend the gr-osmosdr source block with a PMT message sink to send messages to it during runtime (to say, change the sample rate). I intend to develop this as a part of a differnt OOT module. How do I add such dependencies in the CMake list? (I am not very conversant with Cmake)