On Wed, Jul 17, 2013 at 11:36 AM, Ron Sadlier <[email protected]> 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
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to