GNU Radio's MESA Package
gr::mesa::SourceSelector Class Reference

<+description of block+> More...

#include <SourceSelector.h>

Inheritance diagram for gr::mesa::SourceSelector:
gr::mesa::SourceSelector_impl

Public Types

typedef boost::shared_ptr< SourceSelectorsptr
 

Static Public Member Functions

static sptr make (float holdTime, int numInputs, int defaultInput, int inputBlockSize)
 Return a shared_ptr to a new instance of mesa::SourceSelector. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<SourceSelector> gr::mesa::SourceSelector::sptr

Member Function Documentation

◆ make()

static sptr gr::mesa::SourceSelector::make ( float  holdTime,
int  numInputs,
int  defaultInput,
int  inputBlockSize 
)
static

Return a shared_ptr to a new instance of mesa::SourceSelector.

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


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