diff options
author | Ian Buckley <ianb@ionconcepts.com> | 2014-06-16 16:50:08 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-07-18 17:15:41 -0700 |
commit | 42b47cea158d3a767a87ff4da71a00b3243e14f1 (patch) | |
tree | b89e623d092975534a2ac5472049903b6aade0ed /host/lib/usrp/x300/x300_impl.hpp | |
parent | d2be9455d61981e465e3bab748f9a9a500c97925 (diff) | |
download | uhd-42b47cea158d3a767a87ff4da71a00b3243e14f1.tar.gz uhd-42b47cea158d3a767a87ff4da71a00b3243e14f1.tar.bz2 uhd-42b47cea158d3a767a87ff4da71a00b3243e14f1.zip |
X300: Added UHD support for TX FE
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 27f20fbd9..4108afbb0 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -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. * |