GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <gray_demap.h>
Public Types | |
typedef std::shared_ptr< gray_demap > | sptr |
Public Member Functions | |
virtual void | set_sf (uint8_t sf)=0 |
Static Public Member Functions | |
static sptr | make (uint8_t sf) |
Return a shared_ptr to a new instance of lora_sdr::gray_demap. | |
<+description of block+>
typedef std::shared_ptr<gray_demap> gr::lora_sdr::gray_demap::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::gray_demap.
To avoid accidental use of raw pointers, lora_sdr::gray_demap's constructor is in a private implementation class. lora_sdr::gray_demap::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::lora_sdr::gray_demap_impl.