discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio flowgraph mechanism


From: John Gilmore
Subject: Re: [Discuss-gnuradio] gnuradio flowgraph mechanism
Date: Tue, 14 Feb 2006 03:15:58 -0800

> Firstly, do you think this is the best way to do it? Implement the
> flowgraph in C++ and use that to run the gnu radio
> modules.

As I understand it, the Python flowgraph code basically builds a data
structure that describes the connections.  At the end it gets turned
into a real flowgraph.

I wonder if an easy way would be to provide a way to write out a
Python flowgraph data structure in some convenient internal (or
XMLish) form.  And provide a C++ function that can read that internal
format from a file, and construct the real flowgraph.

        John





reply via email to

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