aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2017-12-05 16:00:44 -0800
committerMartin Braun <martin.braun@ettus.com>2017-12-07 13:32:26 -0800
commit298a13ac3d9f9e785bf031e85060569541ca4b6f (patch)
treedf4115484fe12b2bf2a91c8b24e13d5ff4cf5641 /host/include
parentede5696d575342031c97527cf758314551f3207b (diff)
downloaduhd-298a13ac3d9f9e785bf031e85060569541ca4b6f.tar.gz
uhd-298a13ac3d9f9e785bf031e85060569541ca4b6f.tar.bz2
uhd-298a13ac3d9f9e785bf031e85060569541ca4b6f.zip
UBX: Add support for UBX-TDD
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/dboard_manager.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/dboard_manager.hpp b/host/include/uhd/usrp/dboard_manager.hpp
index 46716eab9..c98617753 100644
--- a/host/include/uhd/usrp/dboard_manager.hpp
+++ b/host/include/uhd/usrp/dboard_manager.hpp
@@ -120,6 +120,25 @@ public:
/*!
* Make a new dboard manager.
+ * \param rx_dboard_id the id of the rx dboard
+ * \param tx_dboard_id the id of the tx dboard
+ * \param gdboard_id the id of the grand-dboard
+ * \param iface the custom dboard interface
+ * \param subtree the subtree to load with props
+ * \param defer_db_init initialising the daughterboards (DEPRECATED)
+ * \return an sptr to the new dboard manager
+ */
+ static sptr make(
+ dboard_id_t rx_dboard_id,
+ dboard_id_t tx_dboard_id,
+ dboard_id_t gdboard_id,
+ dboard_iface::sptr iface,
+ property_tree::sptr subtree,
+ bool defer_db_init = false
+ );
+
+ /*!
+ * Make a new dboard manager.
* \param rx_eeprom the RX EEPROM data
* \param tx_eeprom the TX EEPROM data
* \param gdb_eeprom the grand-dboard EEPROM data