GNU Radio's SATELLITES Package
decode_rs_general.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2018 Daniel Estevez <daniel@destevez.net>
4
*
5
* This file is part of gr-satellites
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_SATELLITES_DECODE_RS_GENERAL_H
12
#define INCLUDED_SATELLITES_DECODE_RS_GENERAL_H
13
14
#include <gnuradio/block.h>
15
#include <
satellites/api.h
>
16
17
namespace
gr
{
18
namespace
satellites {
19
20
/*!
21
* \brief <+description of block+>
22
* \ingroup satellites
23
*
24
*/
25
class
SATELLITES_API
decode_rs_general
:
virtual
public
gr::block
26
{
27
public
:
28
typedef
boost::shared_ptr<decode_rs_general>
sptr
;
29
30
/*!
31
* \brief Return a shared_ptr to a new instance of satellites::decode_rs_general.
32
*
33
* To avoid accidental use of raw pointers, satellites::decode_rs_general's
34
* constructor is in a private implementation
35
* class. satellites::decode_rs_general::make is the public interface for
36
* creating new instances.
37
*/
38
static
sptr
make
(
int
gfpoly,
int
fcr
,
int
prim
,
int
nroots
,
bool
verbose);
39
};
40
41
}
// namespace satellites
42
}
// namespace gr
43
44
#endif
/* INCLUDED_SATELLITES_DECODE_RS_GENERAL_H */
nroots
rs nroots
Definition:
init_rs.h:80
fcr
rs fcr
Definition:
init_rs.h:78
gr::satellites::decode_rs_general::make
static sptr make(int gfpoly, int fcr, int prim, int nroots, bool verbose)
Return a shared_ptr to a new instance of satellites::decode_rs_general.
gr::satellites::decode_rs_general
<+description of block+>
Definition:
decode_rs_general.h:26
gr::satellites::decode_rs_general::sptr
boost::shared_ptr< decode_rs_general > sptr
Definition:
decode_rs_general.h:28
prim
rs prim
Definition:
init_rs.h:79
gr
Definition:
ao40_rs_decoder.h:17
SATELLITES_API
#define SATELLITES_API
Definition:
api.h:31
api.h
include
satellites
decode_rs_general.h
Generated by
1.8.18