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: Jonathan Jacky
Subject: Re: [Discuss-gnuradio] Using GnuRadio API from C++
Date: Mon, 3 Oct 2005 15:06:10 -0700 (PDT)


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





reply via email to

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