GNU Radio's DECT2 Package
|
<+description of block+> More...
#include <packet_receiver.h>
Public Types | |
typedef std::shared_ptr< packet_receiver > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of dect2::packet_receiver. | |
<+description of block+>
std::shared_ptr<packet_receiver> gr::dect2::packet_receiver::sptr |
|
static |
Return a shared_ptr to a new instance of dect2::packet_receiver.
To avoid accidental use of raw pointers, dect2::packet_receiver's constructor is in a private implementation class. dect2::packet_receiver::make is the public interface for creating new instances.