discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Scheduler Issues with Branch Prediction


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Scheduler Issues with Branch Prediction
Date: Wed, 17 Jul 2013 11:42:29 -0700

On Wed, Jul 17, 2013 at 11:36 AM, Ron Sadlier <address@hidden> wrote:
> What parent class are you deriving your "Terminal Sink" block from?
> Normally, you don't call consume_each() in anything but a block derived
> from gr::block directly. Otherwise, the other parent classes take care
> of this for you, based on the return value of work().

I am deriving from gr_block and overriding general_work. Does the
return value look correct in this case? I understand what the value
means in a typical block, but what does it mean specifically on a sink
block?

Can you just post the header and implementation files?

--
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
reply via email to

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