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