 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-4build1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_USRP_FE_CONNECTION_HPP
9 #define INCLUDED_UHD_USRP_FE_CONNECTION_HPP
12 #include <boost/operators.hpp>
15 namespace uhd {
namespace usrp {
43 double if_freq = 0.0);
65 return _sampling_mode;
109 sampling_t _sampling_mode;
sampling_t
Definition: fe_connection.hpp:23
void set_if_freq(double freq)
Definition: fe_connection.hpp:103
bool is_q_inverted() const
Definition: fe_connection.hpp:87
double get_if_freq() const
Definition: fe_connection.hpp:95
bool is_i_inverted() const
Definition: fe_connection.hpp:79
@ QUADRATURE
Definition: fe_connection.hpp:24
#define UHD_API
Definition: config.h:68
bool is_iq_swapped() const
Definition: fe_connection.hpp:71
Definition: build_info.hpp:13
sampling_t get_sampling_mode() const
Definition: fe_connection.hpp:63
Definition: fe_connection.hpp:18
UHD_API bool operator==(const dboard_id_t &lhs, const dboard_id_t &rhs)
fe_connection_t(const std::string &conn_str, double if_freq=0.0)
fe_connection_t(sampling_t sampling_mode, bool iq_swapped, bool i_inverted, bool q_inverted, double if_freq=0.0)