diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2016-10-25 17:26:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-10-26 17:20:00 -0700 |
commit | 59aaf137b8c86028c0686258837acc7f37eb9461 (patch) | |
tree | 22dbde74e14cfda3f76041089c5f400edf3f1fcb /host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | |
parent | b4d92a97b014b1de26ff658ddeb3f636d8e1ca81 (diff) | |
download | uhd-59aaf137b8c86028c0686258837acc7f37eb9461.tar.gz uhd-59aaf137b8c86028c0686258837acc7f37eb9461.tar.bz2 uhd-59aaf137b8c86028c0686258837acc7f37eb9461.zip |
TwinRX: Use command time to schedule synchronous events
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 }; |