11#ifndef INCLUDED_DIGITAL_CRC_APPEND_H 
   12#define INCLUDED_DIGITAL_CRC_APPEND_H 
   35    typedef std::shared_ptr<crc_append> 
sptr;
 
   53                     uint64_t initial_value,
 
   56                     bool result_reflected,
 
   58                     unsigned skip_header_bytes = 0);
 
 
block(void)
Definition gnuradio-runtime/include/gnuradio/block.h:806
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
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29