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