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: Ron Sadlier
Subject: Re: [Discuss-gnuradio] Scheduler Issues with Branch Prediction
Date: Wed, 17 Jul 2013 14:36:23 -0400

> 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?



reply via email to

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