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