diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-07-31 15:25:22 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-07-31 15:25:22 +0200 |
commit | 4999b5df50d4e859bc3c95c2cbe0efc58df5c42a (patch) | |
tree | cc80a46c215a2af8285a3b6353417c1135adbbcb /host/lib/usrp/x300/x300_impl.hpp | |
parent | cc6414ebcfa637cac5a66872c20848c30f2ee987 (diff) | |
parent | fb47c829c2006ff42d5fc5e167060c801c463325 (diff) | |
download | uhd-4999b5df50d4e859bc3c95c2cbe0efc58df5c42a.tar.gz uhd-4999b5df50d4e859bc3c95c2cbe0efc58df5c42a.tar.bz2 uhd-4999b5df50d4e859bc3c95c2cbe0efc58df5c42a.zip |
Merge branch 'maint'
Conflicts:
host/utils/usrp_burn_mb_eeprom.cpp
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 27f20fbd9..578e96383 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -211,7 +211,7 @@ private: //perifs in each radio radio_perifs_t radio_perifs[2]; //!< This is hardcoded s.t. radio_perifs[0] points to slot A and [1] to B uhd::usrp::dboard_eeprom_t db_eeproms[8]; - //! Return the index of a radio component, given a slot name. This means DSPs, radio_perifs + //! Return the index of a radio component, given a slot name. This means DSPs, radio_perifs size_t get_radio_index(const std::string &slot_name) { UHD_ASSERT_THROW(slot_name == "A" or slot_name == "B"); return slot_name == "A" ? 0 : 1; @@ -321,6 +321,8 @@ private: uhd::dict<std::string, uhd::usrp::dboard_iface::sptr> _dboard_ifaces; void set_rx_fe_corrections(const uhd::fs_path &mb_path, const std::string &fe_name, const double lo_freq); + void set_tx_fe_corrections(const uhd::fs_path &mb_path, const std::string &fe_name, const double lo_freq); + /*! Update the IQ MUX settings for the radio peripheral according to given subdev spec. * |