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

This block adds LoRa CRC (Cyclic redundancy check) into the payload if boolean has_crc is True, for more information see add_crc_impl. More...

#include <add_crc.h>

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

Public Types

typedef std::shared_ptr< add_crcsptr
 

Static Public Member Functions

static sptr make (bool has_crc)
 Return a shared_ptr to a new instance of lora_sdr::add_crc.
 

Detailed Description

This block adds LoRa CRC (Cyclic redundancy check) into the payload if boolean has_crc is True, for more information see add_crc_impl.

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::add_crc::make ( bool  has_crc)
static

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

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


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