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

Identify and tag stream ranges that contain significant bursts of energy. More...

#include <burst_detector.h>

Inheritance diagram for gr::tpms::burst_detector:
gr::tpms::burst_detector_impl

Public Types

typedef boost::shared_ptr< burst_detectorsptr
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of tpms::burst_detector. More...
 

Detailed Description

Identify and tag stream ranges that contain significant bursts of energy.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<burst_detector> gr::tpms::burst_detector::sptr

Member Function Documentation

◆ make()

static sptr gr::tpms::burst_detector::make ( )
static

Return a shared_ptr to a new instance of tpms::burst_detector.

To avoid accidental use of raw pointers, tpms::burst_detector's constructor is in a private implementation class. tpms::burst_detector::make is the public interface for creating new instances.


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