USRP Hardware Driver and USRP Manual  Version: 3.13.0.HEAD-0-g0ddc19e5
UHD and USRP Manual
tune_result.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2010 Ettus Research LLC
3 // Copyright 2018 Ettus Research, a National Instruments Company
4 //
5 // SPDX-License-Identifier: GPL-3.0-or-later
6 //
7 
8 #ifndef INCLUDED_UHD_TYPES_TUNE_RESULT_HPP
9 #define INCLUDED_UHD_TYPES_TUNE_RESULT_HPP
10 
11 #include <uhd/config.hpp>
12 #include <string>
13 
14 namespace uhd{
15 
28 
40 
47 
60 
68 
73  std::string to_pp_string(void) const;
74  };
75 
76 } //namespace uhd
77 
78 #endif /* INCLUDED_UHD_TYPES_TUNE_RESULT_HPP */
double target_dsp_freq
Definition: tune_result.hpp:59
Definition: tune_result.hpp:19
double actual_rf_freq
Definition: tune_result.hpp:46
Definition: build_info.hpp:14
double actual_dsp_freq
Definition: tune_result.hpp:67
double target_rf_freq
Definition: tune_result.hpp:39
#define UHD_API
Definition: config.h:63
double clipped_rf_freq
Definition: tune_result.hpp:27