USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
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
#pragma once
9
10
#include <
uhd/config.hpp
>
11
#include <string>
12
13
namespace
uhd
{
14
18
struct
UHD_API
tune_result_t
19
{
27
double
clipped_rf_freq
;
28
39
double
target_rf_freq
;
40
46
double
actual_rf_freq
;
47
59
double
target_dsp_freq
;
60
67
double
actual_dsp_freq
;
68
73
std::string to_pp_string(
void
)
const
;
74
};
75
76
}
// namespace uhd
config.hpp
uhd::tune_result_t::clipped_rf_freq
double clipped_rf_freq
Definition:
tune_result.hpp:27
uhd::tune_result_t::actual_rf_freq
double actual_rf_freq
Definition:
tune_result.hpp:46
UHD_API
#define UHD_API
Definition:
config.h:87
uhd::tune_result_t::actual_dsp_freq
double actual_dsp_freq
Definition:
tune_result.hpp:67
uhd::tune_result_t::target_rf_freq
double target_rf_freq
Definition:
tune_result.hpp:39
uhd
Definition:
build_info.hpp:12
uhd::tune_result_t::target_dsp_freq
double target_dsp_freq
Definition:
tune_result.hpp:59
uhd::tune_result_t
Definition:
tune_result.hpp:18
include
uhd
types
tune_result.hpp
Generated by
1.8.17