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

#include <add_crc_impl.h>

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

Public Member Functions

 add_crc_impl (bool has_crc)
 
 ~add_crc_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)
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ add_crc_impl()

gr::lora_sdr::add_crc_impl::add_crc_impl ( bool  has_crc)

◆ ~add_crc_impl()

gr::lora_sdr::add_crc_impl::~add_crc_impl ( )

Member Function Documentation

◆ forecast()

void gr::lora_sdr::add_crc_impl::forecast ( int  noutput_items,
gr_vector_int &  ninput_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 
)

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