11 #ifndef INCLUDED_SATELLITES_CRC_APPEND_H 12 #define INCLUDED_SATELLITES_CRC_APPEND_H 14 #include <gnuradio/block.h> 20 namespace satellites {
35 typedef boost::shared_ptr<crc_append>
sptr;
51 static sptr make(
unsigned num_bits,
53 uint64_t initial_value,
56 bool result_reflected,
58 unsigned skip_header_bytes = 0);
Calculates and appends a CRC to a PDU.
Definition: crc_append.h:32
boost::shared_ptr< crc_append > sptr
Definition: crc_append.h:35
Definition: ax100_decode.h:17
#define SATELLITES_API
Definition: api.h:31