USRP Hardware Driver and USRP Manual
Version: 4.6.0.0
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
12
enum
direction_t
{
14
RX_DIRECTION
,
16
TX_DIRECTION
,
18
DX_DIRECTION
19
};
20
21
}
// namespace uhd
uhd::TX_DIRECTION
Transmit.
Definition:
direction.hpp:16
uhd
Definition:
build_info.hpp:12
uhd::DX_DIRECTION
Duplex.
Definition:
direction.hpp:18
uhd::direction_t
direction_t
Definition:
direction.hpp:12
uhd::RX_DIRECTION
Receive.
Definition:
direction.hpp:14
include
uhd
types
direction.hpp
Generated by
1.8.13