11#ifndef INCLUDED_SATELLITES_CRC_APPEND_H
12#define INCLUDED_SATELLITES_CRC_APPEND_H
14#include <gnuradio/block.h>
35 typedef std::shared_ptr<crc_append>
sptr;
53 uint64_t initial_value,
56 bool result_reflected,
58 unsigned skip_header_bytes = 0);
#define SATELLITES_API
Definition: api.h:31
Calculates and appends a CRC to a PDU.
Definition: crc_append.h:33
static sptr make(unsigned num_bits, uint64_t poly, uint64_t initial_value, uint64_t final_xor, bool input_reflected, bool result_reflected, bool swap_endianness, unsigned skip_header_bytes=0)
Build the CRC append block.
std::shared_ptr< crc_append > sptr
Definition: crc_append.h:35
Definition: ax100_decode.h:17