#include <crc_append_impl.h>
|
| crc_append_impl (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) |
|
| ~crc_append_impl () |
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
void | msg_handler (pmt::pmt_t pmt_msg) |
|
|
typedef std::shared_ptr< crc_append > | sptr |
|
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.
|
|
◆ crc_append_impl()
gr::satellites::crc_append_impl::crc_append_impl |
( |
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 ) |
◆ ~crc_append_impl()
gr::satellites::crc_append_impl::~crc_append_impl |
( |
| ) |
|
◆ forecast()
void gr::satellites::crc_append_impl::forecast |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items_required ) |
◆ general_work()
int gr::satellites::crc_append_impl::general_work |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
◆ msg_handler()
void gr::satellites::crc_append_impl::msg_handler |
( |
pmt::pmt_t | pmt_msg | ) |
|
The documentation for this class was generated from the following file: