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