diff options
author | Eric Blossom | 2010-11-21 19:11:33 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-21 19:11:33 -0800 |
commit | 6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f (patch) | |
tree | b671e7ca06ae10397a84001b92709b86870b7da3 /gr-uhd/lib/uhd_mimo_source.h | |
parent | d4ed4d96470c91bcb7fb45da5e07641b24331cba (diff) | |
parent | ff62557a42b6ce89a711f9d0603c0fe52a891ed8 (diff) | |
download | gnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.tar.gz gnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.tar.bz2 gnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.zip |
Merge branch 'works' into broken
* works:
Make Guile bindings work with --with-gnuradio-core et al.
Update TODO
Add guile SIGINT handler to gr:wait.
Minor tweaks: comments, static
Add guile shim to gr_top_block::wait that exits guile mode before blocking.
Enable more tests
Enable a couple more tests
Remove 868 useless warnings about "is deprecated".
gr_msg_queue now working correctly from within guile.
Disable items that require swig directors when building guile bindings.
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_mimo_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_mimo_source.h b/gr-uhd/lib/uhd_mimo_source.h index dc2927598..36735ae7e 100644 --- a/gr-uhd/lib/uhd_mimo_source.h +++ b/gr-uhd/lib/uhd_mimo_source.h @@ -37,7 +37,7 @@ boost::shared_ptr<uhd_mimo_source> uhd_make_mimo_source( /*********************************************************************** * DEPRECATED **********************************************************************/ -class UHD_DEPRECATED uhd_mimo_source : public gr_sync_block{ +class /*UHD_DEPRECATED*/ uhd_mimo_source : public gr_sync_block{ public: /*! |