#include <add_crc_impl.h>
|
| add_crc_impl (bool has_crc) |
| Construct a new add crc impl object.
|
|
| ~add_crc_impl () |
| Destroy the add crc impl object.
|
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| Standard gnuradio function for telling the scheduler how many input items are needed.
|
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| stanard gnuradio function that does the actual computations
|
|
◆ add_crc_impl()
gr::lora_sdr::add_crc_impl::add_crc_impl |
( |
bool |
has_crc | ) |
|
Construct a new add crc impl object.
- Parameters
-
has_crc | : boolean if crc is turned on or not |
◆ ~add_crc_impl()
gr::lora_sdr::add_crc_impl::~add_crc_impl |
( |
| ) |
|
Destroy the add crc impl object.
◆ forecast()
void gr::lora_sdr::add_crc_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
Standard gnuradio function for telling the scheduler how many input items are needed.
- Parameters
-
noutput_items | number of input items |
ninput_items_required | minimum items required |
◆ general_work()
int gr::lora_sdr::add_crc_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
stanard gnuradio function that does the actual computations
- Parameters
-
noutput_items | number of output items |
ninput_items | number of input items |
input_items | input items (input data) |
output_items | output items (output data) |
- Returns
- int
The documentation for this class was generated from the following file: