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

Encode the header of the data package if implicit header mode (denoted by m_impl_head) is turned on For more information about the implementation visit header_impl. More...

#include <header.h>

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

Public Types

typedef std::shared_ptr< headersptr
 

Static Public Member Functions

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

Detailed Description

Encode the header of the data package if implicit header mode (denoted by m_impl_head) is turned on For more information about the implementation visit header_impl.

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<header> gr::lora_sdr::header::sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::header::make ( bool  impl_head,
bool  has_crc,
uint8_t  cr 
)
static

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

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


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