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

<+description of block+> More...

#include <header.h>

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

Public Types

typedef std::shared_ptr< headersptr
 

Public Member Functions

virtual void set_cr (uint8_t cr)=0
 
virtual uint8_t get_cr ()=0
 

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

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ get_cr()

virtual uint8_t gr::lora_sdr::header::get_cr ( )
pure virtual

Implemented in gr::lora_sdr::header_impl.

◆ 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.

◆ set_cr()

virtual void gr::lora_sdr::header::set_cr ( uint8_t  cr)
pure virtual

Implemented in gr::lora_sdr::header_impl.


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