diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-01 16:01:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-01 16:01:08 -0700 |
commit | e390bcd9a69e13add9ffe3da430ba8ce19e88819 (patch) | |
tree | 5b0d9709ad22ee87c8672df45eb864ed305c734a /gr-uhd/lib/uhd_simple_source.h | |
parent | a87552815119742d98561f9b53ab0da5513514bb (diff) |
Use simple usrp from uhd.
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_simple_source.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 50b1c95183..c498c5715c 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -24,7 +24,7 @@ #define INCLUDED_UHD_SIMPLE_SOURCE_H #include <gr_sync_block.h> -#include <uhd/simple_device.hpp> +#include <uhd/usrp/simple_usrp.hpp> class uhd_simple_source; @@ -48,7 +48,7 @@ public: ); protected: - uhd::simple_device::sptr _dev; + uhd::usrp::simple_usrp::sptr _dev; const uhd::io_type_t _type; bool _is_streaming; void set_streaming(bool enb); |