21#ifndef INCLUDED_MESA_SOURCESELECTOR_H
22#define INCLUDED_MESA_SOURCESELECTOR_H
24#include <gnuradio/sync_block.h>
37 typedef std::shared_ptr<SourceSelector>
sptr;
47 static sptr make(
float holdTime,
int numInputs,
int defaultInput,
#define MESA_API
Definition api.h:31
<+description of block+>
Definition SourceSelector.h:35
std::shared_ptr< SourceSelector > sptr
Definition SourceSelector.h:37
static sptr make(float holdTime, int numInputs, int defaultInput, int inputBlockSize)
Return a shared_ptr to a new instance of mesa::SourceSelector.
Definition AutoDopplerCorrect.h:28
Definition AutoDopplerCorrect.h:27