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 {
17  };
18 
19 } //namespace uhd
20 
21 #endif /* INCLUDED_UHD_TYPES_ENDIANNESS_HPP */
Definition: build_info.hpp:14
endianness_t
Definition: endianness.hpp:14
Definition: endianness.hpp:16
Definition: endianness.hpp:15