Re: [Discuss-gnuradio] gr_foo_sptr (vs) gr_foo

2013-08-20 Thread Tom Rondeau
On Tue, Aug 20, 2013 at 5:15 PM, NaceurElOuni wrote: > 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 t

[Discuss-gnuradio] gr_foo_sptr (vs) gr_foo

2013-08-20 Thread NaceurElOuni
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_s