discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Consume_each


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Consume_each
Date: Mon, 17 Apr 2006 15:09:26 -0700
User-agent: Mutt/1.5.9i

On Mon, Apr 17, 2006 at 11:17:11PM +0200, Matteo Campanella wrote:

> Hello, i have noticed the use of consume_each(n) in some of the
> block sources; for example in the simple correlator it is called
> once with n and once with n plus one - what is exactly its function
> and is it the only consume function? What is the meaning of the
> parameter?
> 
> Thanks
> Mc

See gr_block.h for docs.

It's used by general_work to tell the scheduler how much input it
consumed.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]