GNU Radio's LORA_SDR Package
|
Verifies if the included crc is correct or not for more information about the implementation visit crc_verify_impl. More...
#include <crc_verif.h>
Public Types | |
typedef std::shared_ptr< crc_verif > | sptr |
Static Public Member Functions | |
static sptr | make (bool exit) |
Return a shared_ptr to a new instance of lora_sdr::crc_verif. | |
Verifies if the included crc is correct or not for more information about the implementation visit crc_verify_impl.
typedef std::shared_ptr<crc_verif> gr::lora_sdr::crc_verif::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::crc_verif.
To avoid accidental use of raw pointers, lora_sdr::crc_verif's constructor is in a private implementation class. lora_sdr::crc_verif::make is the public interface for creating new instances.