aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2020-08-06 20:55:35 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2020-08-17 16:22:35 -0500
commitb9f9ca2d0fd43f2a55e4ed5301070585cbb1be3c (patch)
tree9f5d41f396b5721b153b659f115fc1ebf71096e9 /host/lib/include
parent34729381733f22b36d34d8d451b80de5b0e83203 (diff)
downloaduhd-b9f9ca2d0fd43f2a55e4ed5301070585cbb1be3c.tar.gz
uhd-b9f9ca2d0fd43f2a55e4ed5301070585cbb1be3c.tar.bz2
uhd-b9f9ca2d0fd43f2a55e4ed5301070585cbb1be3c.zip
uhd: Add APIs for getting the available power range
The previously added APIs for getting/setting power reference levels was missing an option to read back the currently available power levels (minimum and maximum power levels). This adds getters for TX and RX power ranges to multi_usrp and radio_control. The power API is thus now more similar to the gain API, which always had getters for gain ranges.
Diffstat (limited to 'host/lib/include')
-rw-r--r--host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
index 5ea1e57f0..f60319d32 100644
--- a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
+++ b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
@@ -111,6 +111,8 @@ public:
virtual double get_tx_power_reference(const size_t chan);
virtual std::vector<std::string> get_rx_power_ref_keys(const size_t);
virtual std::vector<std::string> get_tx_power_ref_keys(const size_t);
+ virtual meta_range_t get_rx_power_range(const size_t chan);
+ virtual meta_range_t get_tx_power_range(const size_t chan);
/**************************************************************************
* LO Controls