 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_CC_ENCODER_H
12 #define INCLUDED_FEC_CC_ENCODER_H
132 std::vector<int> polys,
135 bool padded =
false);
144 bool set_frame_size(
unsigned int frame_size)
override = 0;
149 double rate()
override = 0;
@ CC_STREAMING
Definition: cc_common.h:17
Convolutional Code Encoding class.
Definition: cc_encoder.h:84
std::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:37
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
enum _cc_mode_t cc_mode_t
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: generic_encoder.h:22