On Mon, Feb 18, 2013 at 12:22:52AM +0100, Martin Lülf wrote:
> So my question is: Can I make gnuradio to not drop the last bits if
> there are less items left than necessary to create output_multiple
> items but instead present this few items to my block together with
> the information that these a
Hi Martin,
your suggested solution of dynamically resetting multiple_output was
indeed a very good hint. With this I was able to terminate my block
without interrupting from the outside. Thank you!
However a problem that I still have is that the last pieces of data get
dropped if there are n
Hi Martin,
this won't 100% answer your Q's, but perhaps it'll help:
On Thu, Feb 14, 2013 at 02:37:43PM +0100, "Martin Lülf" wrote:
> Dear list,
>
> I have another question regarding stopping the flowgraph. This time it is
> about streaming blocks, no messages involved at all.
>
> My flowgraph
Dear list,
I have another question regarding stopping the flowgraph. This time it is
about streaming blocks, no messages involved at all.
My flowgraph looks like this (block A) --byte--> (block B) --byte--> ...
Block A is a byte source that signals EOF at a certain point, lets assume
after send