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