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