GNU Radio's DECT2 Package
gr::dect2::packet_decoder Class Referenceabstract

<+description of block+> More...

#include <packet_decoder.h>

Inheritance diagram for gr::dect2::packet_decoder:
gr::dect2::packet_decoder_impl

Public Types

typedef std::shared_ptr< packet_decodersptr
 

Public Member Functions

virtual void select_rx_part (uint32_t rx_id)=0
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of dect2::packet_decoder.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dect2::packet_decoder::make ( )
static

Return a shared_ptr to a new instance of dect2::packet_decoder.

To avoid accidental use of raw pointers, dect2::packet_decoder's constructor is in a private implementation class. dect2::packet_decoder::make is the public interface for creating new instances.

◆ select_rx_part()

virtual void gr::dect2::packet_decoder::select_rx_part ( uint32_t rx_id)
pure virtual

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