GNU Radio's SATELLITES Package
gr::satellites::nrzi_encode Class Reference

NRZI encode. More...

#include <nrzi_encode.h>

Inheritance diagram for gr::satellites::nrzi_encode:
gr::satellites::nrzi_encode_impl

Public Types

typedef std::shared_ptr< nrzi_encodesptr
 

Static Public Member Functions

static sptr make ()
 Return a shared_ptr to a new instance of satellites::nrzi_encode. More...
 

Detailed Description

NRZI encode.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::satellites::nrzi_encode::make ( )
static

Return a shared_ptr to a new instance of satellites::nrzi_encode.

To avoid accidental use of raw pointers, satellites::nrzi_encode's constructor is in a private implementation class. satellites::nrzi_encode::make is the public interface for creating new instances.


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