USRP Hardware Driver and USRP Manual  Version: 4.4.0.HEAD-0-g5fac246b
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 
10 namespace uhd {
11 
19 };
20 
21 } // namespace uhd
uhd::DX_DIRECTION
@ DX_DIRECTION
Duplex.
Definition: direction.hpp:18
uhd::RX_DIRECTION
@ RX_DIRECTION
Receive.
Definition: direction.hpp:14
uhd
Definition: build_info.hpp:12
uhd::TX_DIRECTION
@ TX_DIRECTION
Transmit.
Definition: direction.hpp:16
uhd::direction_t
direction_t
Definition: direction.hpp:12