11#ifndef INCLUDED_SATELLITES_VITERBI_DECODER_H
12#define INCLUDED_SATELLITES_VITERBI_DECODER_H
14#include <gnuradio/block.h>
28 typedef std::shared_ptr<viterbi_decoder>
sptr;
38 static sptr make(
int constraint,
const std::vector<int>& polynomials);
#define SATELLITES_API
Definition api.h:31
Viterbi decoder.
Definition viterbi_decoder.h:26
static sptr make(int constraint, const std::vector< int > &polynomials)
Return a shared_ptr to a new instance of satellites::viterbi_decoder.
std::shared_ptr< viterbi_decoder > sptr
Definition viterbi_decoder.h:28
Definition ax100_decode.h:17