 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_TYPES_TUNE_REQUEST_HPP
9 #define INCLUDED_UHD_TYPES_TUNE_REQUEST_HPP
48 POLICY_NONE = int(
'N'),
50 POLICY_AUTO = int(
'A'),
52 POLICY_MANUAL = int(
'M')
device_addr_t args
Definition: tune_request.hpp:104
double rf_freq
Definition: tune_request.hpp:71
double dsp_freq
Definition: tune_request.hpp:92
#define UHD_API
Definition: config.h:68
Definition: device_addr.hpp:38
Definition: build_info.hpp:13
double target_freq
Definition: tune_request.hpp:59
Definition: tune_request.hpp:25
policy_t dsp_freq_policy
Definition: tune_request.hpp:77
policy_t rf_freq_policy
Definition: tune_request.hpp:65
policy_t
Policy options for tunable elements in the RF chain.
Definition: tune_request.hpp:46