UHD
003.000.001
|
#include <tune_result.hpp>
Public Member Functions | |
std::string | to_pp_string (void) const |
Public Attributes | |
double | target_inter_freq |
double | actual_inter_freq |
double | target_dsp_freq |
double | actual_dsp_freq |
The tune result struct holds result of a 2-phase tuning: The struct hold the result of tuning the dboard as the target and actual intermediate frequency. The struct hold the result of tuning the DSP as the target and actual digital converter frequency.
std::string uhd::tune_result_t::to_pp_string | ( | void | ) | const |
Create a pretty print string for this tune result struct.
double uhd::tune_result_t::actual_dsp_freq |
double uhd::tune_result_t::actual_inter_freq |
double uhd::tune_result_t::target_dsp_freq |
double uhd::tune_result_t::target_inter_freq |