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 
19 
20 } // namespace uhd
Definition: endianness.hpp:16
endianness_t
Definition: endianness.hpp:18
@ ENDIANNESS_LITTLE
Definition: endianness.hpp:18
@ ENDIANNESS_BIG
Definition: endianness.hpp:18