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

Decode the received payload with the inverse gray mapping in order to obtain the send message. For more information about the implementation visit gray_decode_impl. More...

#include <gray_decode.h>

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

Public Types

typedef std::shared_ptr< gray_decodesptr
 

Static Public Member Functions

static sptr make (uint8_t sf)
 Return a shared_ptr to a new instance of lora_sdr::gray_decode.
 

Detailed Description

Decode the received payload with the inverse gray mapping in order to obtain the send message. For more information about the implementation visit gray_decode_impl.

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::gray_decode::make ( uint8_t  sf)
static

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

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


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