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