diff options
author | eb | 2008-02-08 04:36:24 +0000 |
---|---|---|
committer | eb | 2008-02-08 04:36:24 +0000 |
commit | 05005e3d3fad3c9baee9906714510b5d12e0fa6f (patch) | |
tree | 6f3785d80ac03b213dce984c9eb14be9b4c86571 /gnuradio-examples/python/apps | |
parent | 42ad2adb86981f4488edbe33169683f787b807c3 (diff) | |
download | gnuradio-05005e3d3fad3c9baee9906714510b5d12e0fa6f.tar.gz gnuradio-05005e3d3fad3c9baee9906714510b5d12e0fa6f.tar.bz2 gnuradio-05005e3d3fad3c9baee9906714510b5d12e0fa6f.zip |
Removed gr.flow_graph, gr.hier_block and friends. From here on out
all work on the trunk must use gr.top_block and gr.hier_block2.
Merged eb/fg-no-more -r7602:7606 into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7607 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/apps')
-rw-r--r-- | gnuradio-examples/python/apps/hf_radio/README.TXT | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnuradio-examples/python/apps/hf_radio/README.TXT b/gnuradio-examples/python/apps/hf_radio/README.TXT index df8a901e4..7c7edf5e0 100644 --- a/gnuradio-examples/python/apps/hf_radio/README.TXT +++ b/gnuradio-examples/python/apps/hf_radio/README.TXT @@ -1,3 +1,10 @@ +# 2008-02-07 +# +# These files have not yet been update to use the new top_block/hier_block2 +# interfaces. Until someone does that, this files will no longer run. +# + + The files in this directory implement a fairly simple HF radio that works with the basic rx daughter board on the USRP. |