From d96ff2270cbaed482b4ef52230979d5de792783a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 23 Mar 2017 15:17:16 -0700 Subject: mpm: Minor modifications to ad937x controls - Made rates a vector instead of set for better compat w/ RPC and UHD - Minor whitespace fixes --- mpm/lib/mykonos/ad937x_ctrl.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mpm/lib/mykonos/ad937x_ctrl.hpp') diff --git a/mpm/lib/mykonos/ad937x_ctrl.hpp b/mpm/lib/mykonos/ad937x_ctrl.hpp index 213a146b4..defb57fa2 100644 --- a/mpm/lib/mykonos/ad937x_ctrl.hpp +++ b/mpm/lib/mykonos/ad937x_ctrl.hpp @@ -36,11 +36,11 @@ class ad937x_ctrl : public boost::noncopyable public: typedef std::shared_ptr sptr; static sptr make(spi_lock::sptr spi_l, uhd::spi_iface::sptr iface); - virtual ~ad937x_ctrl(void) {}; + virtual ~ad937x_ctrl(void) {} static uhd::meta_range_t get_rf_freq_range(void); static uhd::meta_range_t get_bw_filter_range(void); - static std::set get_clock_rates(void); + static std::vector get_clock_rates(void); static uhd::meta_range_t get_gain_range(const std::string &which); virtual uint8_t get_product_id() = 0; @@ -69,4 +69,4 @@ protected: static ad937x_device::chain_t _get_chain_from_antenna(const std::string& antenna); static std::set _get_valid_fir_lengths(const std::string& which); -}; \ No newline at end of file +}; -- cgit v1.2.3