diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-18 12:18:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-18 12:18:13 -0700 |
commit | 4ac5545625d3d6df9881695f764c9c94049edb7b (patch) | |
tree | 2d09ccd00c383497e1468ecdb042558aac921b39 /gr-uhd/lib/uhd_simple_source.h | |
parent | 5e9908fbec19ce9309c12ea61c0303e6666e981a (diff) |
uhd: added multi usrp skeleton and added deprecation note to other headers
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index b95c0cfd9d..4e79afa21e 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -33,6 +33,9 @@ boost::shared_ptr<uhd_simple_source> uhd_make_simple_source( const uhd::io_type_t::tid_t &type ); +/*********************************************************************** + * DEPRECATED + **********************************************************************/ class uhd_simple_source : public gr_sync_block{ public: |