Go to the documentation of this file.
18 #ifndef INCLUDED_UHD_TYPES_TUNE_REQUEST_HPP
19 #define INCLUDED_UHD_TYPES_TUNE_REQUEST_HPP
50 tune_request_t(
double target_freq,
double lo_off);
55 POLICY_NONE = int(
'N'),
57 POLICY_AUTO = int(
'A'),
59 POLICY_MANUAL = int(
'M')