USRP Hardware Driver and USRP Manual
Version: 3.11.0.HEAD-0-gdca39145
UHD and USRP Manual
endianness.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2014 Ettus Research LLC
3
//
4
// SPDX-License-Identifier: GPL-3.0
5
//
6
7
#ifndef INCLUDED_UHD_TYPES_ENDIANNESS_HPP
8
#define INCLUDED_UHD_TYPES_ENDIANNESS_HPP
9
10
#include <
uhd/config.hpp
>
11
12
namespace
uhd
{
13
14
enum
endianness_t
{
15
ENDIANNESS_BIG
,
16
ENDIANNESS_LITTLE
17
};
18
19
}
//namespace uhd
20
21
#endif
/* INCLUDED_UHD_TYPES_ENDIANNESS_HPP */
config.hpp
uhd
Definition:
build_info.hpp:14
uhd::endianness_t
endianness_t
Definition:
endianness.hpp:14
uhd::ENDIANNESS_LITTLE
Definition:
endianness.hpp:16
uhd::ENDIANNESS_BIG
Definition:
endianness.hpp:15
include
uhd
types
endianness.hpp
Generated by
1.8.13