Re: [Discuss-gnuradio] Stream_Selector (grextras) on Windows

2013-01-12 Thread Josh Blum
On 01/09/2013 06:39 PM, Luong Tan Phong wrote: > My receiver object inherit from gr_hier_block2, and the sourcecode: > > connect(self(), 0, iq_resamp, 0); > connect(iq_resamp, 0, nb, 0); > connect(nb, 0, filter, 0); > connect(filter, 0, sql, 0); > connect(sql, 0, agc, 0); > connect(agc, 0, demod

Re: [Discuss-gnuradio] Stream_Selector (grextras) on Windows

2013-01-09 Thread Josh Blum
On 01/08/2013 09:24 PM, Luong Tan Phong wrote: > Hi list, > > I installed gnuradio (with grextras), uhd libraries on Windows from > sources. My project used stream_selector (C++) class to to dynamically > reconfigure the flow graph at runtime. When I call gr_top_block.stop()/ > wait(), the wait(

[Discuss-gnuradio] Stream_Selector (grextras) on Windows

2013-01-08 Thread Luong Tan Phong
Hi list, I installed gnuradio (with grextras), uhd libraries on Windows from sources. My project used stream_selector (C++) class to to dynamically reconfigure the flow graph at runtime. When I call gr_top_block.stop()/ wait(), the wait() function don't return in a long time and I must to kill my