discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Python flow_graph vs. C++ gr_flowgraph etc


From: Sivan Toledo
Subject: [Discuss-gnuradio] Python flow_graph vs. C++ gr_flowgraph etc
Date: Wed, 21 Nov 2007 19:03:43 -0500

Hi,

I'm trying to understand the separation between C++ code and Python
code in gnuradio-core.

Applications like the BBN 802.11 examples use the python flow_graph
class, which seems very similar to the C++ gr_flat_flowgraph. The same
seems to hold for their base classes, basic_flow_graph and
gr_flowgraph.

Are the C++ graph classes used at all, and if so, what for (I can
imagine that they might be used are used for Python-free applications,
but I don't think I've seen any)?

Thanks, Sivan Toledo




reply via email to

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