GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <whitening.h>
Public Types | |
typedef std::shared_ptr< whitening > | sptr |
Static Public Member Functions | |
static sptr | make (bool is_hex, bool use_length_tag, char separator=',', std::string length_tag_name="") |
Return a shared_ptr to a new instance of lora_sdr::whitening. | |
<+description of block+>
typedef std::shared_ptr<whitening> gr::lora_sdr::whitening::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::whitening.
To avoid accidental use of raw pointers, lora_sdr::whitening's constructor is in a private implementation class. lora_sdr::whitening::make is the public interface for creating new instances.