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