]> git.gag.com Git - debian/gnuradio/blobdiff - grc/grc_gnuradio/README
Imported Upstream version 3.2.2
[debian/gnuradio] / grc / grc_gnuradio / README
diff --git a/grc/grc_gnuradio/README b/grc/grc_gnuradio/README
new file mode 100644 (file)
index 0000000..5a89da5
--- /dev/null
@@ -0,0 +1,14 @@
+This is the grc_gnuradio module.
+It contains supplemental python modules that grc uses at runtime.
+The supplemental modules are meant to mimic modules in gnuradio.
+These will be phased-out as new functionaility is merged into gnuradio.
+
+The blk2s module wraps many blocks in blks2 and gives them streaming outputs.
+Will be phased-out by new message passing implementations.
+Other blks2 blocks will hopefully make their way into blks2impl.
+
+The usrp module contains the simple and dual usrp wrappers.
+Will be phased-out by generic usrp and/or new usrp api.
+
+The wxgui module contains a top_block + wxgui frame.
+Will be phased-out by gui.py in wxgui and a new top block template.