Re: [Discuss-gnuradio] Passing Blocks to C++

2012-01-12 Thread Josh Blum
On 01/12/2012 08:50 PM, Joshua Stahl wrote: > Hello, > I have created a block in c++ which needs to retune after a certain number > of samples have passed through. To accomplish this I am passing a > uhd_usrp_sink block to my block from python and then I am attempting to > retune after a certain

[Discuss-gnuradio] Passing Blocks to C++

2012-01-12 Thread Joshua Stahl
Hello, I have created a block in c++ which needs to retune after a certain number of samples have passed through. To accomplish this I am passing a uhd_usrp_sink block to my block from python and then I am attempting to retune after a certain number of samples. The block compiles correctly and it