Re: [Discuss-gnuradio] Flowgraph generates output even when the input exhausts

2009-12-05 Thread Mir M. Ali
There was a problem in my block. I fixed it. I am using gr_block and cosume_each. Thanks for the help On Sat, Dec 5, 2009 at 8:54 AM, Eric Blossom wrote: > On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote: > > Hi, > > I developed a gnuradio block that takes 2 inputs. Input_01 is comi

Re: [Discuss-gnuradio] Flowgraph generates output even when the input exhausts

2009-12-05 Thread Eric Blossom
On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote: > Hi, > I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a > source that repeats and Input_02 is coming from a source that exhausts after > a while. The output should only be generated when there is data on both th

[Discuss-gnuradio] Flowgraph generates output even when the input exhausts

2009-12-03 Thread Mir M. Ali
Hi, I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a source that repeats and Input_02 is coming from a source that exhausts after a while. The output should only be generated when there is data on both the input lines. I see in my flowgraph that even when the data on inpu