USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
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
19
struct
UHD_API
tune_result_t
20
{
28
double
clipped_rf_freq
;
29
40
double
target_rf_freq
;
41
47
double
actual_rf_freq
;
48
60
double
target_dsp_freq
;
61
68
double
actual_dsp_freq
;
69
74
std::string to_pp_string(
void
)
const
;
75
};
76
77
}
// namespace uhd
78
79
#endif
/* INCLUDED_UHD_TYPES_TUNE_RESULT_HPP */
config.hpp
uhd::tune_result_t::clipped_rf_freq
double clipped_rf_freq
Definition:
tune_result.hpp:28
uhd::tune_result_t::actual_rf_freq
double actual_rf_freq
Definition:
tune_result.hpp:47
UHD_API
#define UHD_API
Definition:
config.h:68
uhd::tune_result_t::actual_dsp_freq
double actual_dsp_freq
Definition:
tune_result.hpp:68
uhd::tune_result_t::target_rf_freq
double target_rf_freq
Definition:
tune_result.hpp:40
uhd
Definition:
build_info.hpp:13
uhd::tune_result_t::target_dsp_freq
double target_dsp_freq
Definition:
tune_result.hpp:60
uhd::tune_result_t
Definition:
tune_result.hpp:19
include
uhd
types
tune_result.hpp
Generated by
1.8.16