diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-06-29 14:28:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-06 12:10:53 -0700 |
commit | 4bbde64c709ebe6298e6b650a0fb8e1ef2f92ae4 (patch) | |
tree | 326f102f1a85de853e26b7e7fbbf3b654342ebaa /host/lib/include | |
parent | ba5722f6133f9051a999cbba3ba13a4ee56f63c8 (diff) | |
download | uhd-4bbde64c709ebe6298e6b650a0fb8e1ef2f92ae4.tar.gz uhd-4bbde64c709ebe6298e6b650a0fb8e1ef2f92ae4.tar.bz2 uhd-4bbde64c709ebe6298e6b650a0fb8e1ef2f92ae4.zip |
fixup! e300: merge files from rfnoc-devel
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp index 451dae2f7..1d9585d35 100644 --- a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp +++ b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp @@ -105,6 +105,9 @@ public: //! set which RX and TX chains/antennas are active virtual void set_active_chains(bool tx1, bool tx2, bool rx1, bool rx2) = 0; + //! set which timing mode is used + virtual void set_timing_mode(const std::string &timing_mode) = 0; + //! tune the given frontend, return the exact value virtual double tune(const std::string &which, const double value) = 0; |