GNU Radio 3.7.1 C++ API
|
sink that checks if its input stream consists of a lfsr_32k sequence. More...
#include <check_lfsr_32k_s.h>
Public Types | |
typedef boost::shared_ptr < check_lfsr_32k_s > | sptr |
Public Member Functions | |
virtual long | ntotal () const =0 |
virtual long | nright () const =0 |
virtual long | runlength () const =0 |
Static Public Member Functions | |
static sptr | make () |
sink that checks if its input stream consists of a lfsr_32k sequence.
This sink is typically used along with gr::blocks::lfsr_32k_source_s to test the USRP using its digital loopback mode.
static sptr gr::blocks::check_lfsr_32k_s::make | ( | ) | [static] |
virtual long gr::blocks::check_lfsr_32k_s::nright | ( | ) | const [pure virtual] |
virtual long gr::blocks::check_lfsr_32k_s::ntotal | ( | ) | const [pure virtual] |
virtual long gr::blocks::check_lfsr_32k_s::runlength | ( | ) | const [pure virtual] |