GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
metric_type.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2004 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_DIGITAL_METRIC_TYPE_H
12#define INCLUDED_DIGITAL_METRIC_TYPE_H
13
14namespace gr {
15namespace digital {
16
17typedef enum {
22
23} /* namespace digital */
24} /* namespace gr */
25
26#endif /* INCLUDED_DIGITAL_METRIC_TYPE_H */
trellis_metric_type_t
Definition: metric_type.h:17
@ TRELLIS_HARD_SYMBOL
Definition: metric_type.h:19
@ TRELLIS_HARD_BIT
Definition: metric_type.h:20
@ TRELLIS_EUCLIDEAN
Definition: metric_type.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29