discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Extending a GNU Radio block with use of inheritan


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Extending a GNU Radio block with use of inheritance
Date: Thu, 2 Jun 2016 12:12:16 +0200

Hi,

> but I still don't know how to use inheritance to extend
> existing blocks (something that in a lot of cases would make perfect sense).

You can't.

The whole _impl coding pattern is specifically designed to hide the
internals to outsiders and as such, you just can't extend it from an
outside project.


Cheers,

    Sylvain



reply via email to

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