Hello, I did spent time working on GNU radio C++ API, And I was stuck debugging in some point where I need to get the gr_foo to retrieve the values of its members whereas I already instantiated gr_foo_sptr instead. Is there a way to fix this issue.
Example: I already instantiated gr_msg_queue_sptr, gr_message_source_sptr ... and I got ‘gr_msg_queue_sptr’ has no member named ‘empty_p’ ‘gr_message_source_sptr’ has no member named ‘msgq’ Do I have to get rid of sptrs and instantiate gr_msg_queue and gr_message_source instead Or I may get around this. Regards, -- View this message in context: http://gnuradio.4.n7.nabble.com/gr-foo-sptr-vs-gr-foo-tp43252.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio