11 #ifndef INCLUDED_SATELLITES_CRC_CHECK_H 12 #define INCLUDED_SATELLITES_CRC_CHECK_H 14 #include <gnuradio/block.h> 20 namespace satellites {
36 typedef boost::shared_ptr<crc_check>
sptr;
54 static sptr make(
unsigned num_bits,
56 uint64_t initial_value,
59 bool result_reflected,
61 bool discard_crc =
false,
62 unsigned skip_header_bytes = 0);
Definition: ax100_decode.h:17
boost::shared_ptr< crc_check > sptr
Definition: crc_check.h:36
Check the CRC at the end of a PDU.
Definition: crc_check.h:33
#define SATELLITES_API
Definition: api.h:31