USRP Hardware Driver and USRP Manual  Version: 3.15.0.0-2+b1
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 #ifndef INCLUDED_UHD_TYPES_DIRECTION_HPP
9 #define INCLUDED_UHD_TYPES_DIRECTION_HPP
10 
11 namespace uhd {
12 
20 };
21 
22 } // namespace uhd
23 
24 #endif /* INCLUDED_UHD_TYPES_DIRECTION_HPP */
uhd::DX_DIRECTION
Duplex.
Definition: direction.hpp:19
uhd::RX_DIRECTION
Receive.
Definition: direction.hpp:15
uhd
Definition: build_info.hpp:13
uhd::TX_DIRECTION
Transmit.
Definition: direction.hpp:17
uhd::direction_t
direction_t
Definition: direction.hpp:13