 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_CCSDS_ENCODER_H
12 #define INCLUDED_FEC_CCSDS_ENCODER_H
96 double rate()
override = 0;
@ CC_STREAMING
Definition: cc_common.h:17
bool set_frame_size(unsigned int frame_size) override=0
std::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:37
CCSDS Encoding class for convolutional encoding with rate 1/2, K=7, and polynomials [109,...
Definition: ccsds_encoder.h:69
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
static generic_encoder::sptr make(int frame_size, int start_state=0, cc_mode_t mode=CC_STREAMING)
enum _cc_mode_t cc_mode_t
GNU Radio logging wrapper.
Definition: basic_block.h:29
Definition: generic_encoder.h:23