Re: [Discuss-gnuradio] Accessing gr_uhd_usrp_source/sink methods

2014-03-23 Thread Martin Braun
On 03/21/2014 03:17 PM, Ruecan wrote: > By the way I am working with GR 3.6.5, > The precise question is as following, If I am instantiating a usrp_sink and > usrp_source from inside my python script and I want at some point in time > modify one of its proprieties from inside my C++ custom block,

Re: [Discuss-gnuradio] Accessing gr_uhd_usrp_source/sink methods

2014-03-21 Thread Ruecan
By the way I am working with GR 3.6.5, The precise question is as following, If I am instantiating a usrp_sink and usrp_source from inside my python script and I want at some point in time modify one of its proprieties from inside my C++ custom block, would that make sense and work ? Or I must in

[Discuss-gnuradio] Accessing gr_uhd_usrp_source/sink methods

2014-03-21 Thread Ruecan
Hello GR, Is there a possibility I can have a pointer into my C++ coding to access let's say gr_uhd_usrp_source or _sink methods and call them from inside my class. How can I do that ? Regards, Ruecan -- View this message in context: http://gnuradio.4.n7.nabble.com/Accessing-gr-uhd-usrp-so