GNU Radio's TPMS Package
gr::tpms::fixed_length_frame_sink Class Reference

<+description of block+> More...

#include <fixed_length_frame_sink.h>

Inheritance diagram for gr::tpms::fixed_length_frame_sink:
gr::tpms::fixed_length_frame_sink_impl

Public Types

typedef boost::shared_ptr< fixed_length_frame_sinksptr
 

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::tpms::fixed_length_frame_sink::make ( int  frame_length,
pmt::pmt_t  attributes 
)
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.


The documentation for this class was generated from the following file: