Monday, September 13, 2021

Re: can a hier_block2 have a work function?

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).

No comments:

Post a Comment