discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Using GnuRadio API from C++


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Using GnuRadio API from C++
Date: Mon, 3 Oct 2005 18:06:45 -0700
User-agent: Mutt/1.5.6i

On Mon, Oct 03, 2005 at 03:06:10PM -0700, Jonathan Jacky wrote:
> 
> >>We have played around with GnuRadio using the Python bindings and
> >>it seems to do the job we require quite well. However, we would
> >>need to use the GnuRadio data processing directly from C++.
> >>There does not seem to be a C++ API that matches the Python API,
> >>for example there does not appear to be a "flow_graph" class
> >>to connect and run a processing stream.
> >
> >That's correct.  It was *much* easier to implement the flow_graph
> >class as well as much of the other code in Python
> 
> Didn't Gnu Radio 0.9 do much of that work in C++ ?
> Is 0.9 still available as the gnuradio module in CVS?
> 
> I realize 0.9 code would not work with the present C++ code,
> but it might be useful just as an example of how to do it.
> 
> Jon Jacky

That code is still around.  CVS module: gnuradio.  There's also a
tarball on ftp.gnu.org.

0.9 was all in C++.  The internals of the new code base are
substantially different from the 0.9 stuff.  It was rewritten from
scratch.

Eric




reply via email to

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