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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio