discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] gr_foo_sptr (vs) gr_foo


From: NaceurElOuni
Subject: [Discuss-gnuradio] gr_foo_sptr (vs) gr_foo
Date: Tue, 20 Aug 2013 14:15:45 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]