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/multi_usrp/README | |
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/multi_usrp/README')
-rw-r--r-- | gnuradio-examples/python/multi_usrp/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnuradio-examples/python/multi_usrp/README b/gnuradio-examples/python/multi_usrp/README index 982f02d98..057239104 100644 --- a/gnuradio-examples/python/multi_usrp/README +++ b/gnuradio-examples/python/multi_usrp/README @@ -1,3 +1,9 @@ +# +# N.B., these files have not been converted to top_block/hier_block2 because +# those of doing the conversion don't have the setup to test this. +# As a result, these programs will no longer run until updated. +# + Quick start multi-usrp: Unpack, build and install usrp, gnuradio-core and gr-usrp |