GNU Radio's LORA_SDR Package
|
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>
Public Types | |
typedef std::shared_ptr< gray_decode > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t sf) |
Return a shared_ptr to a new instance of lora_sdr::gray_decode. | |
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.
typedef std::shared_ptr<gray_decode> gr::lora_sdr::gray_decode::sptr |
|
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.