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

<+description of block+> More...

#include <encode_rs.h>

Inheritance diagram for gr::satellites::encode_rs:
gr::satellites::encode_rs_impl

Public Types

typedef std::shared_ptr< encode_rssptr
 

Static Public Member Functions

static sptr make (bool dual_basis, int interleave=1)
 Return a shared_ptr to a new instance of satellites::encode_rs.
 
static sptr make (int symsize, int gfpoly, int fcr, int prim, int nroots, int interleave=1)
 Return a shared_ptr to a new instance of satellites::encode_rs.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<encode_rs> gr::satellites::encode_rs::sptr

Member Function Documentation

◆ make() [1/2]

static sptr gr::satellites::encode_rs::make ( bool dual_basis,
int interleave = 1 )
static

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

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

◆ make() [2/2]

static sptr gr::satellites::encode_rs::make ( int symsize,
int gfpoly,
int fcr,
int prim,
int nroots,
int interleave = 1 )
static

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

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

References fcr, nroots, and prim.


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