discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Code Reuse Question


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Code Reuse Question
Date: Thu, 12 May 2016 13:13:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Yeah, I've been actually scratching my head on whether that is
intentional or not – if we don't have that behaviour, there's no chance
that a leaf in a non-path tree-shaped flow graph can stop the flow
graph, is there?


On 12.05.2016 12:23, Sylvain Munaut wrote:
> Hi,
>
>
>> I thought so, too, at first, but then tested:
>>
>> Null src +-> Head --> Null sink0
>>          \----------> Null sink1
>>
>>
>> stops.
>>
>> I think this is the "am done" message bubbling up from head to src, then
>> src knowing it should be done, then the info "there's no input coming
>> anymore" bubbling down to sink1. Thoughts?
> I'd classify that as a bug.
>
> I don't think that's the intended behavior. (but I tested too and
> that's indeed what happens, even with non-null sink/source)
>
> Cheers,
>
>    Sylvain




reply via email to

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