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

Decode the header of the data spackage. For more information about the implementation visit header_decoder_impl. More...

#include <header_decoder.h>

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

Public Types

typedef std::shared_ptr< header_decodersptr
 

Static Public Member Functions

static sptr make (bool impl_head, uint8_t cr, uint32_t pay_len, bool has_crc)
 Return a shared_ptr to a new instance of lora_sdr::header_decoder.
 

Detailed Description

Decode the header of the data spackage. For more information about the implementation visit header_decoder_impl.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::header_decoder::make ( bool  impl_head,
uint8_t  cr,
uint32_t  pay_len,
bool  has_crc 
)
static

Return a shared_ptr to a new instance of lora_sdr::header_decoder.

To avoid accidental use of raw pointers, lora_sdr::header_decoder's constructor is in a private implementation class. lora_sdr::header_decoder::make is the public interface for creating new instances.


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