diff options
Diffstat (limited to 'host/lib/include/uhdlib')
| -rw-r--r-- | host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp | 6 | 
1 files changed, 6 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 1d9585d35..30c3987e1 100644 --- a/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp +++ b/host/lib/include/uhdlib/usrp/common/ad9361_ctrl.hpp @@ -50,6 +50,12 @@ public:          uhd::spi_iface::sptr spi_iface,          uint32_t slave_num      ); + +    static sptr make_spi( +        ad9361_params::sptr client_settings, +        ad9361_io::sptr spi_io_iface +    ); +      //! Get a list of gain names for RX or TX      static std::vector<std::string> get_gain_names(const std::string &/*which*/)      {  | 
