GNU Radio's BLOCKSTREAM Package
|
<+description of block+> More...
#include <mer_measurement.h>
Public Types | |
typedef boost::shared_ptr < mer_measurement > | sptr |
Public Member Functions | |
virtual float | get_snr ()=0 |
Static Public Member Functions | |
static sptr | make (int N, int M) |
Return a shared_ptr to a new instance of blocksat::mer_measurement. More... | |
<+description of block+>
typedef boost::shared_ptr<mer_measurement> gr::blocksat::mer_measurement::sptr |
|
pure virtual |
Implemented in gr::blocksat::mer_measurement_impl.
|
static |
Return a shared_ptr to a new instance of blocksat::mer_measurement.
To avoid accidental use of raw pointers, blocksat::mer_measurement's constructor is in a private implementation class. blocksat::mer_measurement::make is the public interface for creating new instances.