GNU Radio's LORA_SDR Package
|
Simple block that can count and output the number of Bit Error's (BE) ,for more information about the implementation visit err_measures_impl. More...
#include <err_measures.h>
Public Types | |
typedef std::shared_ptr< err_measures > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of lora_sdr::err_measures. | |
Simple block that can count and output the number of Bit Error's (BE) ,for more information about the implementation visit err_measures_impl.
typedef std::shared_ptr<err_measures> gr::lora_sdr::err_measures::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::err_measures.
To avoid accidental use of raw pointers, lora_sdr::err_measures's constructor is in a private implementation class. lora_sdr::err_measures::make is the public interface for creating new instances.