GNU Radio's LORA_SDR Package
|
Deinterleaves the received payload, for more information about the implementation visit deinterleaver_impl. More...
#include <deinterleaver.h>
Public Types | |
typedef std::shared_ptr< deinterleaver > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t sf) |
Return a shared_ptr to a new instance of lora_sdr::deinterleaver. | |
Deinterleaves the received payload, for more information about the implementation visit deinterleaver_impl.
typedef std::shared_ptr<deinterleaver> gr::lora_sdr::deinterleaver::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::deinterleaver.
To avoid accidental use of raw pointers, lora_sdr::deinterleaver's constructor is in a private implementation class. lora_sdr::deinterleaver::make is the public interface for creating new instances.