diff options
author | Trung N Tran <trung.tran@ettus.com> | 2018-06-25 14:06:18 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-29 14:20:44 -0700 |
commit | ba5722f6133f9051a999cbba3ba13a4ee56f63c8 (patch) | |
tree | ab0995ce02e0b298882dae2408fc7fbf7808b8be /host/lib/include/uhdlib/usrp | |
parent | f5119fb5f0103dfb4bd9871915c44dd855a08b91 (diff) | |
download | uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.tar.gz uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.tar.bz2 uhd-ba5722f6133f9051a999cbba3ba13a4ee56f63c8.zip |
e300: merge files from rfnoc-devel
This disables the ability to do "network mode" on the E310.
Diffstat (limited to 'host/lib/include/uhdlib/usrp')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp index 07906fef2..451dae2f7 100644 --- a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp +++ b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp @@ -50,10 +50,6 @@ public: uhd::spi_iface::sptr spi_iface, uint32_t slave_num ); - - virtual void set_timed_spi(uhd::spi_iface::sptr spi_iface, uint32_t slave_num) = 0; - virtual void set_safe_spi(uhd::spi_iface::sptr spi_iface, uint32_t slave_num) = 0; - //! Get a list of gain names for RX or TX static std::vector<std::string> get_gain_names(const std::string &/*which*/) { @@ -109,9 +105,6 @@ 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; |