GNU Radio's DECT2 Package
|
<+description of block+> More...
#include <packet_decoder.h>
Public Types | |
typedef std::shared_ptr< packet_decoder > | sptr |
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. | |
<+description of block+>
typedef std::shared_ptr<packet_decoder> gr::dect2::packet_decoder::sptr |
|
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.
|
pure virtual |
Implemented in gr::dect2::packet_decoder_impl.