USRP Hardware Driver and USRP Manual Version: 4.6.0.0
UHD and USRP Manual
 
Loading...
Searching...
No Matches
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
13namespace uhd {
14
19{
28
40
47
60
68
73 std::string to_pp_string(void) const;
74};
75
76} // namespace uhd
#define UHD_API
Definition config.h:87
Definition build_info.hpp:12
Definition tune_result.hpp:19
double target_dsp_freq
Definition tune_result.hpp:59
double clipped_rf_freq
Definition tune_result.hpp:27
double target_rf_freq
Definition tune_result.hpp:39
double actual_dsp_freq
Definition tune_result.hpp:67
std::string to_pp_string(void) const
double actual_rf_freq
Definition tune_result.hpp:46