aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-03-13 14:39:09 -0700
committermichael-west <michael.west@ettus.com>2015-04-16 11:29:17 -0700
commit24c370781e7ea2e627ce36d3b102a686eaedcf1b (patch)
tree746e750b5e632408cd2da101e24f6cb6b8442bbd /host/lib/usrp/b200/b200_impl.hpp
parentdf6bf0e77d42f2281fbe07296766924c3c066962 (diff)
downloaduhd-24c370781e7ea2e627ce36d3b102a686eaedcf1b.tar.gz
uhd-24c370781e7ea2e627ce36d3b102a686eaedcf1b.tar.bz2
uhd-24c370781e7ea2e627ce36d3b102a686eaedcf1b.zip
b2x0: Cleaned up device lookup (moved all constants to one place)
Conflicts: host/lib/usrp/b200/b200_iface.hpp host/lib/usrp/b200/b200_impl.cpp
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r--host/lib/usrp/b200/b200_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp
index fd94d36ab..b580ff260 100644
--- a/host/lib/usrp/b200/b200_impl.hpp
+++ b/host/lib/usrp/b200/b200_impl.hpp
@@ -101,6 +101,8 @@ public:
void check_streamer_args(const uhd::stream_args_t &args, double tick_rate, const char* direction = NULL);
private:
+ b200_type_t _b200_type;
+
//controllers
b200_iface::sptr _iface;
radio_ctrl_core_3000::sptr _local_ctrl;