GNU Radio's SATNOGS Package
gr::satnogs::ax100_encoder Class Reference

AX.100 frame encoder definition. More...

#include <ax100_encoder.h>

Static Public Member Functions

static encoder::encoder_sptr mode5 (const std::vector< uint8_t > &preamble, const std::vector< uint8_t > &sync, crc::type crc, whitening::sptr scrambler, bool enable_rs)
 
static encoder::encoder_sptr mode6 (size_t preamble_len, size_t postamble_len, whitening::sptr scrambler, bool ax25_scrambling, bool nrzi, crc::type crc)
 

Detailed Description

AX.100 frame encoder definition.

Member Function Documentation

◆ mode5()

static encoder::encoder_sptr gr::satnogs::ax100_encoder::mode5 ( const std::vector< uint8_t > &  preamble,
const std::vector< uint8_t > &  sync,
crc::type  crc,
whitening::sptr  scrambler,
bool  enable_rs 
)
static

◆ mode6()

static encoder::encoder_sptr gr::satnogs::ax100_encoder::mode6 ( size_t  preamble_len,
size_t  postamble_len,
whitening::sptr  scrambler,
bool  ax25_scrambling,
bool  nrzi,
crc::type  crc 
)
static

The documentation for this class was generated from the following file: