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
committerMartin Braun <martin.braun@ettus.com>2015-04-21 16:48:41 -0700
commitda800edf099db2adcb6b2fd4038cc6d15cdaf57f (patch)
tree118564446aa01ec17dd1a3f4e5cccf34084284b9 /host/lib/usrp/b200/b200_impl.hpp
parent396549ac210df6cebc662213d812a8ce4353f467 (diff)
downloaduhd-da800edf099db2adcb6b2fd4038cc6d15cdaf57f.tar.gz
uhd-da800edf099db2adcb6b2fd4038cc6d15cdaf57f.tar.bz2
uhd-da800edf099db2adcb6b2fd4038cc6d15cdaf57f.zip
b2x0: Cleaned up device lookup (moved all constants to one place)
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 b68293109..0e5e09d4b 100644
--- a/host/lib/usrp/b200/b200_impl.hpp
+++ b/host/lib/usrp/b200/b200_impl.hpp
@@ -107,6 +107,8 @@ public:
void check_streamer_args(const uhd::stream_args_t &args, double tick_rate, const std::string &direction = "");
private:
+ b200_type_t _b200_type;
+
//controllers
b200_iface::sptr _iface;
radio_ctrl_core_3000::sptr _local_ctrl;