AX.100 frame encoder definition.
More...
#include <ax100_encoder.h>
|
static encoder::encoder_sptr | mode5_make (const std::vector< uint8_t > &preamble, const std::vector< uint8_t > &sync, crc::crc_t crc, bool enable_rs) |
|
static encoder::encoder_sptr | mode6_make (size_t preamble_len, size_t postamble_len, whitening::whitening_sptr scrambler, bool scramble, bool nrzi, crc::crc_t crc) |
|
AX.100 frame encoder definition.
◆ mode5_make()
static encoder::encoder_sptr gr::satnogs::ax100_encoder::mode5_make |
( |
const std::vector< uint8_t > & |
preamble, |
|
|
const std::vector< uint8_t > & |
sync, |
|
|
crc::crc_t |
crc, |
|
|
bool |
enable_rs |
|
) |
| |
|
static |
◆ mode6_make()
static encoder::encoder_sptr gr::satnogs::ax100_encoder::mode6_make |
( |
size_t |
preamble_len, |
|
|
size_t |
postamble_len, |
|
|
whitening::whitening_sptr |
scrambler, |
|
|
bool |
scramble, |
|
|
bool |
nrzi, |
|
|
crc::crc_t |
crc |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: