GNU Radio Manual and C++ API Reference
3.10.9.1
The Free & Open Software Radio Ecosystem
endianness.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2004,2013 Free Software Foundation, Inc.
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_GR_ENDIANNESS_H
12
#define INCLUDED_GR_ENDIANNESS_H
13
14
namespace
gr
{
15
16
typedef
enum
{
GR_MSB_FIRST
,
GR_LSB_FIRST
}
endianness_t
;
17
18
}
/* namespace gr */
19
20
#endif
/* INCLUDED_GR_ENDIANNESS_H */
gr
GNU Radio logging wrapper.
Definition:
basic_block.h:29
gr::endianness_t
endianness_t
Definition:
endianness.h:16
gr::GR_MSB_FIRST
@ GR_MSB_FIRST
Definition:
endianness.h:16
gr::GR_LSB_FIRST
@ GR_LSB_FIRST
Definition:
endianness.h:16
gnuradio-runtime
include
gnuradio
endianness.h
Generated by
1.9.1