UHD
003.001.002
|
#include <uhd/config.hpp>
#include <uhd/wax.hpp>
#include <uhd/types/tune_request.hpp>
#include <uhd/types/tune_result.hpp>
Go to the source code of this file.
Namespaces | |
uhd | |
uhd::usrp | |
Functions | |
UHD_API tune_result_t | uhd::usrp::tune_rx_subdev_and_dsp (wax::obj subdev, wax::obj ddc, const tune_request_t &tune_request) |
UHD_API double | uhd::usrp::derive_freq_from_rx_subdev_and_dsp (wax::obj subdev, wax::obj ddc) |
UHD_API tune_result_t | uhd::usrp::tune_tx_subdev_and_dsp (wax::obj subdev, wax::obj duc, const tune_request_t &tune_request) |
UHD_API double | uhd::usrp::derive_freq_from_tx_subdev_and_dsp (wax::obj subdev, wax::obj duc) |