|
GNU Radio's MESA Package
|
<+description of block+> More...
#include <SourceSelector.h>
Public Types | |
| typedef boost::shared_ptr< SourceSelector > | sptr |
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... | |
<+description of block+>
| typedef boost::shared_ptr<SourceSelector> gr::mesa::SourceSelector::sptr |
|
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.