> 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? _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
