discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] clearing gnuradio buffers


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] clearing gnuradio buffers
Date: Wed, 10 May 2006 21:38:44 -0700
User-agent: Mutt/1.5.9i

On Tue, May 09, 2006 at 03:05:46PM -0700, Ges wrote:
> Hi,

>  Is there any way to clear the buffers of the gnuradio blocks in the
>  C++ code - suppose I want to clear the contents (set the buffer
>  indexes) in the buffer of a block what do I do? I didnt see
>  anything in the code? Is it possible to do it?

>  Thanks
>  Ges

I'm not sure what you mean by "clearing the buffers".

The upstream blocks write into the buffers.
The downstream blocks read from the buffers.

There's no "clearing" involved.

Eric




reply via email to

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