aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_wbx_common.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-22 22:09:54 -0700
committerJosh Blum <josh@joshknows.com>2011-06-22 22:09:54 -0700
commit90271a6f6ef43ed6afa617ba74a70fbeb468e8f7 (patch)
tree0d22733d1fba5a502663535f1caad3f1fe1866f1 /host/lib/usrp/dboard/db_wbx_common.hpp
parentcad0b57a94c8dc01cd322435259877dbffc26be8 (diff)
parente8a7fe9e0b31f7d90f2a174744c8601739fed549 (diff)
downloaduhd-90271a6f6ef43ed6afa617ba74a70fbeb468e8f7.tar.gz
uhd-90271a6f6ef43ed6afa617ba74a70fbeb468e8f7.tar.bz2
uhd-90271a6f6ef43ed6afa617ba74a70fbeb468e8f7.zip
Merge branch 'wbx_v3'
Diffstat (limited to 'host/lib/usrp/dboard/db_wbx_common.hpp')
-rw-r--r--host/lib/usrp/dboard/db_wbx_common.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/db_wbx_common.hpp b/host/lib/usrp/dboard/db_wbx_common.hpp
index 07e84a565..5d33ddce9 100644
--- a/host/lib/usrp/dboard/db_wbx_common.hpp
+++ b/host/lib/usrp/dboard/db_wbx_common.hpp
@@ -62,6 +62,12 @@ protected:
*/
virtual bool get_locked(dboard_iface::unit_t unit);
+ /*!
+ * Detect if this a v3 WBX
+ * \return true for locked
+ */
+ virtual bool is_v3(void);
+
private:
uhd::dict<std::string, double> _tx_gains, _rx_gains;
bool _rx_enabled, _tx_enabled;