#include <hamming_dec_impl.h>
|
| | hamming_dec_impl () |
| | Construct a new hamming dec impl object. More...
|
| |
| | ~hamming_dec_impl () |
| | Destroy the hamming dec impl object. More...
|
| |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| | Main function where the actual computation resides. More...
|
| |
◆ hamming_dec_impl()
| gr::lora_sdr::hamming_dec_impl::hamming_dec_impl |
( |
| ) |
|
Construct a new hamming dec impl object.
◆ ~hamming_dec_impl()
| gr::lora_sdr::hamming_dec_impl::~hamming_dec_impl |
( |
| ) |
|
Destroy the hamming dec impl object.
◆ work()
| int gr::lora_sdr::hamming_dec_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
Main function where the actual computation resides.
- Parameters
-
| noutput_items | : number of output items |
| input_items | : input items (i.e. data from deinterleaver) |
| output_items | : output data |
- Returns
- int
The documentation for this class was generated from the following file: