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