USRP Hardware Driver and USRP Manual  Version: 3.11.0.HEAD-0-gdca39145
UHD and USRP Manual
direction.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2014-2015 Ettus Research LLC
3 //
4 // SPDX-License-Identifier: GPL-3.0
5 //
6 
7 #ifndef INCLUDED_UHD_TYPES_DIRECTION_HPP
8 #define INCLUDED_UHD_TYPES_DIRECTION_HPP
9 
10 namespace uhd {
11 
12  enum direction_t {
19  };
20 
21 } //namespace uhd
22 
23 #endif /* INCLUDED_UHD_TYPES_DIRECTION_HPP */
Transmit.
Definition: direction.hpp:16
Definition: build_info.hpp:14
Duplex.
Definition: direction.hpp:18
direction_t
Definition: direction.hpp:12
Receive.
Definition: direction.hpp:14