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

#include <gray_enc_impl.h>

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

Public Member Functions

 gray_enc_impl ()
 Construct a new gray enc impl object.
 
 ~gray_enc_impl ()
 Destroy the gray enc 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 happens.
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ gray_enc_impl()

gr::lora_sdr::gray_enc_impl::gray_enc_impl ( )

Construct a new gray enc impl object.

◆ ~gray_enc_impl()

gr::lora_sdr::gray_enc_impl::~gray_enc_impl ( )

Destroy the gray enc impl object.

Member Function Documentation

◆ work()

int gr::lora_sdr::gray_enc_impl::work ( int  noutput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)

Main function where the actual computation happens.

Parameters
noutput_items: number of input items
input_items: input item (i.e. output data from the interleaving stage)
output_items: output data
Returns
int

The documentation for this class was generated from the following file: