GNU Radio's LORA_SDR Package
|
Interleaves the to be sent data, in order to gain more resilience against bit transmission errors For more information about the implementation visit interleaver_impl. More...
#include <interleaver.h>
Public Types | |
typedef std::shared_ptr< interleaver > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t cr, uint8_t sf) |
Return a shared_ptr to a new instance of lora_sdr::interleaver. | |
Interleaves the to be sent data, in order to gain more resilience against bit transmission errors For more information about the implementation visit interleaver_impl.
typedef std::shared_ptr<interleaver> gr::lora_sdr::interleaver::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::interleaver.
To avoid accidental use of raw pointers, lora_sdr::interleaver's constructor is in a private implementation class. lora_sdr::interleaver::make is the public interface for creating new instances.