GNU Radio's LORA_SDR Package
gr::lora_sdr::hamming_dec_impl Class Reference

#include <hamming_dec_impl.h>

Inheritance diagram for gr::lora_sdr::hamming_dec_impl:
[legend]

Public Member Functions

 hamming_dec_impl ()
 Construct a new hamming dec impl object.
 
 ~hamming_dec_impl ()
 Destroy the hamming dec impl object.
 
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.
 

Additional Inherited Members

- Public Types inherited from gr::lora_sdr::hamming_dec
typedef std::shared_ptr< hamming_decsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::hamming_dec
static sptr make ()
 Return a shared_ptr to a new instance of lora_sdr::hamming_dec.
 

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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: