mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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.
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
/*! \page page_devices Devices & Usage Manual
|
|
|
|
## General Usage Manuals
|
|
|
|
\li \subpage page_general "Notes on tuning, overflow/underflow and other miscellaneous topics"
|
|
\li \subpage page_identification
|
|
\li \subpage page_configuration
|
|
\li \subpage page_multiple
|
|
\li \subpage page_images
|
|
\li \subpage page_transport
|
|
\li \subpage page_sync
|
|
\li \subpage page_calibration
|
|
\li \subpage page_mpm
|
|
\li \subpage page_dpdk
|
|
\li \subpage page_configfiles
|
|
\li \subpage page_compat
|
|
\li \subpage page_power
|
|
|
|
## USRP N-Series Devices
|
|
|
|
\li \subpage page_usrp2 "USRP N2x0 Series"
|
|
\li \subpage page_usrp_n3xx "USRP N3xx Series"
|
|
|
|
## USRP B-Series Devices
|
|
|
|
\li \subpage page_usrp_b200
|
|
|
|
## USRP E-Series Devices
|
|
|
|
\li \subpage page_usrp_e3xx
|
|
|
|
## USRP X-Series Devices
|
|
|
|
\li \subpage page_usrp_x3x0
|
|
|
|
## USRP Legacy Series
|
|
|
|
Legacy devices are USRPs that are either no longer supported, or are no longer
|
|
available for purchase. Refer to the individual manual pages for details.
|
|
In general, no new feature development is happening for these devices, but
|
|
unless stated otherwise, they will still work with this version of UHD.
|
|
|
|
\li \subpage page_usrp1
|
|
\li \subpage page_usrp_b100
|
|
\li \subpage page_usrp_e1x0
|
|
\li \ref page_usrp2 "USRP2 Series"
|
|
|
|
## Daughterboards
|
|
|
|
\li \subpage page_dboards
|
|
\li \subpage page_twinrx
|
|
|
|
## OctoClock
|
|
|
|
\li \subpage page_octoclock
|
|
|
|
*/
|
|
// vim:ft=doxygen:
|