From 2bf6ac511e024be5bf015e19704dba5ad023c637 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 9 Oct 2014 14:19:16 +0200 Subject: uhd: Removed deprecated functions from multi_usrp --- host/include/uhd/usrp/multi_usrp.hpp | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'host') diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 6560ad8b9..6fd22ff23 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -546,15 +546,6 @@ public: */ virtual std::vector get_rx_antennas(size_t chan = 0) = 0; - /*! - * Get the locked status of the LO on the frontend. - * \param chan the channel index 0 to N-1 - * \return true for locked - */ - UHD_DEPRECATED bool get_rx_lo_locked(size_t chan = 0){ - return this->get_rx_sensor("lo_locked", chan).to_bool(); - } - /*! * Set the RX bandwidth on the frontend. * \param bandwidth the bandwidth in Hz @@ -576,16 +567,6 @@ public: */ virtual meta_range_t get_rx_bandwidth_range(size_t chan = 0) = 0; - /*! - * Read the RSSI value on the RX frontend. - * \param chan the channel index 0 to N-1 - * \return the rssi in dB - * \throw exception if RSSI readback not supported - */ - UHD_DEPRECATED double read_rssi(size_t chan = 0){ - return this->get_rx_sensor("rssi", chan).to_real(); - } - /*! * Get the dboard interface object for the RX frontend. * The dboard interface gives access to GPIOs, SPI, I2C, low-speed ADC and DAC. @@ -803,15 +784,6 @@ public: */ virtual std::vector get_tx_antennas(size_t chan = 0) = 0; - /*! - * Get the locked status of the LO on the frontend. - * \param chan the channel index 0 to N-1 - * \return true for locked - */ - UHD_DEPRECATED bool get_tx_lo_locked(size_t chan = 0){ - return this->get_tx_sensor("lo_locked", chan).to_bool(); - } - /*! * Set the TX bandwidth on the frontend. * \param bandwidth the bandwidth in Hz -- cgit v1.2.3