USRP Hardware Driver and USRP Manual
Version: 3.11.0.HEAD-0-ga1b5c4ae
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
#ifndef INCLUDED_UHD_TYPES_ENDIANNESS_HPP
9
#define INCLUDED_UHD_TYPES_ENDIANNESS_HPP
10
11
#include <
uhd/config.hpp
>
12
13
namespace
uhd
{
14
15
enum
endianness_t
{
16
ENDIANNESS_BIG
,
17
ENDIANNESS_LITTLE
18
};
19
20
}
//namespace uhd
21
22
#endif
/* INCLUDED_UHD_TYPES_ENDIANNESS_HPP */
config.hpp
uhd
Definition:
build_info.hpp:14
uhd::endianness_t
endianness_t
Definition:
endianness.hpp:15
uhd::ENDIANNESS_LITTLE
Definition:
endianness.hpp:17
uhd::ENDIANNESS_BIG
Definition:
endianness.hpp:16
include
uhd
types
endianness.hpp
Generated by
1.8.13