diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-10-28 10:04:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-10-28 10:04:49 -0700 |
commit | f9ef7bda990591962a740aa3ab249aee30451ed9 (patch) | |
tree | fedc09bd1aae24c915bd8825292a9d42d583318f /host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | |
parent | 248377a1db9f2761fd984528cde11ab66555ebfb (diff) | |
parent | 0786a04bbe584c60817288e51f4ac530c57a8f38 (diff) | |
download | uhd-f9ef7bda990591962a740aa3ab249aee30451ed9.tar.gz uhd-f9ef7bda990591962a740aa3ab249aee30451ed9.tar.bz2 uhd-f9ef7bda990591962a740aa3ab249aee30451ed9.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/x300/x300_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp index 65d4443eb..5b9d47841 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp @@ -161,6 +161,8 @@ private: void set_rx_fe_corrections(const uhd::fs_path &db_path, const uhd::fs_path &rx_fe_corr_path, const double lo_freq); void set_tx_fe_corrections(const uhd::fs_path &db_path, const uhd::fs_path &tx_fe_corr_path, const double lo_freq); + time_spec_t set_fe_cmd_time(const time_spec_t &time, const size_t chan); + private: // members enum radio_connection_t { PRIMARY, SECONDARY }; |