GNU Radio 3.7.1 C++ API
gr::blocks::check_lfsr_32k_s Class Reference

sink that checks if its input stream consists of a lfsr_32k sequence. More...

#include <check_lfsr_32k_s.h>

Inheritance diagram for gr::blocks::check_lfsr_32k_s:

List of all members.

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 ()

Detailed Description

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.


Member Typedef Documentation


Member Function Documentation

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]

The documentation for this class was generated from the following file: