USRP Hardware Driver and USRP Manual  Version: 3.13.0.HEAD-0-gf114cfa0
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 {
18  };
19 
20 } //namespace uhd
21 
22 #endif /* INCLUDED_UHD_TYPES_ENDIANNESS_HPP */
Definition: build_info.hpp:14
endianness_t
Definition: endianness.hpp:15
Definition: endianness.hpp:17
Definition: endianness.hpp:16