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')
Definition: device_addr.hpp:39
#define UHD_API
Definition: config.h:68
Definition: build_info.hpp:13
Definition: tune_request.hpp:26
double target_freq
Definition: tune_request.hpp:59
policy_t dsp_freq_policy
Definition: tune_request.hpp:77
tune_request_t(double target_freq=0)
policy_t
Policy options for tunable elements in the RF chain.
Definition: tune_request.hpp:46
double dsp_freq
Definition: tune_request.hpp:92
double rf_freq
Definition: tune_request.hpp:71
policy_t rf_freq_policy
Definition: tune_request.hpp:65
device_addr_t args
Definition: tune_request.hpp:104
tune_request_t(double target_freq, double lo_off)