USRP Hardware Driver and USRP Manual  Version: 3.13.0.HEAD-0-gf114cfa0
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 
13  enum direction_t {
20  };
21 
22 } //namespace uhd
23 
24 #endif /* INCLUDED_UHD_TYPES_DIRECTION_HPP */
Transmit.
Definition: direction.hpp:17
Definition: build_info.hpp:14
Duplex.
Definition: direction.hpp:19
direction_t
Definition: direction.hpp:13
Receive.
Definition: direction.hpp:15