discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] C++ gnuradio apps


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] C++ gnuradio apps
Date: Mon, 25 Feb 2008 13:38:57 -0800
User-agent: Mutt/1.5.17 (2007-11-01)

On Fri, Feb 22, 2008 at 09:22:37AM -0800, Dan Halperin wrote:
> Dan Halperin wrote:
> > Suppose I want to build a C++ application to drive GNU Radio, using
> > captured trace data -- so I don't need the USRP.
> 
> Another observation: It looks like right now there's no
> super-header-file like "gr.h" that does the same thing for C++ that
> "import gr" does for Python. This would also be useful :).

It would also create a ton of unneeded coupling, causing the universe
to be recompiled when anything was touched.

In your example the include of gr_runtime_types is unneeded.
Just start by including gr_top_block.h.

Eric




reply via email to

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