USRP Hardware Driver and USRP Manual  Version: 3.11.0.HEAD-0-gdca39145
UHD and USRP Manual
tune_result.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2010 Ettus Research LLC
3 //
4 // SPDX-License-Identifier: GPL-3.0
5 //
6 
7 #ifndef INCLUDED_UHD_TYPES_TUNE_RESULT_HPP
8 #define INCLUDED_UHD_TYPES_TUNE_RESULT_HPP
9 
10 #include <uhd/config.hpp>
11 #include <string>
12 
13 namespace uhd{
14 
27 
39 
46 
59 
67 
72  std::string to_pp_string(void) const;
73  };
74 
75 } //namespace uhd
76 
77 #endif /* INCLUDED_UHD_TYPES_TUNE_RESULT_HPP */
double target_dsp_freq
Definition: tune_result.hpp:58
Definition: tune_result.hpp:18
double actual_rf_freq
Definition: tune_result.hpp:45
Definition: build_info.hpp:14
double actual_dsp_freq
Definition: tune_result.hpp:66
double target_rf_freq
Definition: tune_result.hpp:38
#define UHD_API
Definition: config.h:62
double clipped_rf_freq
Definition: tune_result.hpp:26