GNU Radio Manual and C++ API Reference
3.10.9.1
The Free & Open Software Radio Ecosystem
siso_type.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2004,2012 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_TRELLIS_SISO_TYPE_H
12
#define INCLUDED_TRELLIS_SISO_TYPE_H
13
14
namespace
gr
{
15
namespace
trellis {
16
17
typedef
enum
{
TRELLIS_MIN_SUM
= 200,
TRELLIS_SUM_PRODUCT
}
siso_type_t
;
18
19
}
/* namespace trellis */
20
}
/* namespace gr */
21
22
#endif
/* INCLUDED_TRELLIS_SISO_TYPE_H */
gr::trellis::siso_type_t
siso_type_t
Definition:
siso_type.h:17
gr::trellis::TRELLIS_MIN_SUM
@ TRELLIS_MIN_SUM
Definition:
siso_type.h:17
gr::trellis::TRELLIS_SUM_PRODUCT
@ TRELLIS_SUM_PRODUCT
Definition:
siso_type.h:17
gr
GNU Radio logging wrapper.
Definition:
basic_block.h:29
gr-trellis
include
gnuradio
trellis
siso_type.h
Generated by
1.9.1