discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: File Source in Hierarchical Block


From: Kevin Reid
Subject: Re: File Source in Hierarchical Block
Date: Thu, 20 Aug 2020 17:01:11 -0700

On Thu, Aug 20, 2020 at 2:21 PM Marcus Müller <mueller@kit.edu> wrote:
Only blocks connected to the global top block get run; your no inputs/no
outputs hier block doesn't get connected to the global top block, and
thus, neither do the "contained" blocks.

GNU Radio supports hierarchical blocks with no inputs or outputs, and has a 1-argument connect() method specifically for connecting them to a containing hier or top block. It is just that GRC neglects to generate code to call connect() for this case. I reported the bug as #2950 and there is a fix that has not been merged, #3007.

reply via email to

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