GNU Radio's LORA_SDR Package
gr::lora_sdr::crc_verif Class Reference

<+description of block+> More...

#include <crc_verif.h>

Inheritance diagram for gr::lora_sdr::crc_verif:
[legend]

Public Types

enum  Print_type { NONE , ASCII , HEX }
 
typedef std::shared_ptr< crc_verifsptr
 

Static Public Member Functions

static sptr make (int print_rx_msg, bool output_crc_check)
 Return a shared_ptr to a new instance of lora_sdr::crc_verif.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<crc_verif> gr::lora_sdr::crc_verif::sptr

Member Enumeration Documentation

◆ Print_type

Enumerator
NONE 
ASCII 
HEX 

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::crc_verif::make ( int  print_rx_msg,
bool  output_crc_check 
)
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.


The documentation for this class was generated from the following file: