USRP Hardware Driver and USRP Manual Version: 4.1.0.1
UHD and USRP Manual
direction.hpp
Go to the documentation of this file.
1//
2// Copyright 2014-2015 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
10namespace uhd {
11
19};
20
21} // namespace uhd
Definition: build_info.hpp:12
direction_t
Definition: direction.hpp:12
@ RX_DIRECTION
Receive.
Definition: direction.hpp:14
@ TX_DIRECTION
Transmit.
Definition: direction.hpp:16
@ DX_DIRECTION
Duplex.
Definition: direction.hpp:18