From 298a13ac3d9f9e785bf031e85060569541ca4b6f Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 5 Dec 2017 16:00:44 -0800 Subject: UBX: Add support for UBX-TDD --- host/include/uhd/usrp/dboard_manager.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'host/include') 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 @@ -118,6 +118,25 @@ public: dboard_ctor_t db_container_ctor = NULL ); + /*! + * 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 -- cgit v1.2.3