From a63682f981c3d4b828b5454a7d4849d181b9c8b3 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 19 Feb 2020 12:38:30 -0800 Subject: uhd: Add reference power level API to multi_usrp and radio_control This adds the following API calls: - multi_usrp::has_{rx,tx}_power_reference() - multi_usrp::set_{rx,tx}_power_reference() - multi_usrp::get_{rx,tx}_power_reference() - radio_control::has_{rx,tx}_power_reference() - radio_control::set_{rx,tx}_power_reference() - radio_control::get_{rx,tx}_power_reference() It also adds a manual page explaining the philosophy of the API. Note that this does not actually add this feature to any device implementation. Calling the new API calls will thus result in `uhd::not_implemented_error` exceptions being thrown. This commit is to lock down the API and ABI. --- host/docs/devices.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'host/docs/devices.dox') diff --git a/host/docs/devices.dox b/host/docs/devices.dox index 5deb39f3c..dbe860382 100644 --- a/host/docs/devices.dox +++ b/host/docs/devices.dox @@ -14,6 +14,7 @@ \li \subpage page_dpdk \li \subpage page_configfiles \li \subpage page_compat +\li \subpage page_power ## USRP N-Series Devices -- cgit v1.2.3