discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: can a hier_block2 have a work function?


From: Jeff Long
Subject: Re: can a hier_block2 have a work function?
Date: Mon, 13 Sep 2021 07:36:50 -0400

hier_block2 is not meant to have a general_work or work function. It derives from basic_block, which does not have those functions defined.

On Mon, Sep 13, 2021 at 7:26 AM Jameson Collins <jameson.collins@gmail.com> wrote:
Is it possible to have a work function in a hier_block2 block?

It seems the answer is yes, in the sense that the code will compile.  However the work function will never be executed.

I get that if it did execute that there'd be some ambiguity about where in the chain it is (i.e. is the first, or last thing executed in the signal processing chain).


reply via email to

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