This encoder implements the AX100 mode 5 framing and coding scheme.
More...
#include <ax100_mode5_encoder.h>
|
static encoder::encoder_sptr | make (const std::vector< uint8_t > &preamble, const std::vector< uint8_t > &sync, crc::crc_t crc, bool enable_rs) |
|
This encoder implements the AX100 mode 5 framing and coding scheme.
◆ ax100_mode5_encoder()
gr::satnogs::ax100_mode5_encoder::ax100_mode5_encoder |
( |
const std::vector< uint8_t > & |
preamble, |
|
|
const std::vector< uint8_t > & |
sync, |
|
|
crc::crc_t |
crc, |
|
|
bool |
enable_rs |
|
) |
| |
◆ ~ax100_mode5_encoder()
gr::satnogs::ax100_mode5_encoder::~ax100_mode5_encoder |
( |
| ) |
|
◆ encode()
pmt::pmt_t gr::satnogs::ax100_mode5_encoder::encode |
( |
pmt::pmt_t |
msg | ) |
|
|
virtual |
◆ make()
static encoder::encoder_sptr gr::satnogs::ax100_mode5_encoder::make |
( |
const std::vector< uint8_t > & |
preamble, |
|
|
const std::vector< uint8_t > & |
sync, |
|
|
crc::crc_t |
crc, |
|
|
bool |
enable_rs |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: