USRP Hardware Driver and Device Manual
Version: 4.10.0.HEAD-0-g2af4ddb9
UHD and USRP Manual
endianness.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2014 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
/******************************************************************************
11
* Detect host endianness (is done by CMake)
12
*****************************************************************************/
13
14
#define UHD_LITTLE_ENDIAN
15
16
namespace
uhd
{
17
18
enum
endianness_t
{
ENDIANNESS_BIG
,
ENDIANNESS_LITTLE
};
19
20
}
// namespace uhd
uhd
Definition:
endianness.hpp:16
uhd::endianness_t
endianness_t
Definition:
endianness.hpp:18
uhd::ENDIANNESS_LITTLE
@ ENDIANNESS_LITTLE
Definition:
endianness.hpp:18
uhd::ENDIANNESS_BIG
@ ENDIANNESS_BIG
Definition:
endianness.hpp:18
docs
sphinx
build_doxygen
include
uhd
types
endianness.hpp
Generated by
1.9.1