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

#include <header_impl.h>

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

Public Member Functions

 header_impl (bool impl_head, bool has_crc, uint8_t cr)
 
 ~header_impl ()
 
void set_cr (uint8_t cr)
 
uint8_t get_cr ()
 
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)
 
virtual void set_cr (uint8_t cr)=0
 
virtual uint8_t get_cr ()=0
 

Additional Inherited Members

- Public Types inherited from gr::lora_sdr::header
typedef std::shared_ptr< headersptr
 
- Static Public Member Functions inherited from gr::lora_sdr::header
static sptr make (bool impl_head, bool has_crc, uint8_t cr)
 Return a shared_ptr to a new instance of lora_sdr::header.
 

Constructor & Destructor Documentation

◆ header_impl()

gr::lora_sdr::header_impl::header_impl ( bool  impl_head,
bool  has_crc,
uint8_t  cr 
)

◆ ~header_impl()

gr::lora_sdr::header_impl::~header_impl ( )

Member Function Documentation

◆ forecast()

void gr::lora_sdr::header_impl::forecast ( int  noutput_items,
gr_vector_int &  ninput_items_required 
)

◆ general_work()

int gr::lora_sdr::header_impl::general_work ( int  noutput_items,
gr_vector_int &  ninput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)

◆ get_cr()

uint8_t gr::lora_sdr::header_impl::get_cr ( )
virtual

Implements gr::lora_sdr::header.

◆ set_cr()

void gr::lora_sdr::header_impl::set_cr ( uint8_t  cr)
virtual

Implements gr::lora_sdr::header.


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