GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GrAtscRSEncoder Class Reference

Encode using Reed Solomon ATSC data (atsc_mpeg_packet_no_sync –> atsc_mpeg_packet_rs_encoded) More...

#include <gnuradio/atsc/GrAtscRSEncoder.h>

Public Member Functions

 GrAtscRSEncoder ()
 
 ~GrAtscRSEncoder ()
 
const char * name ()
 
int work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[])
 

Protected Attributes

atsci_reed_solomon rs_encoder
 

Detailed Description

Encode using Reed Solomon ATSC data (atsc_mpeg_packet_no_sync –> atsc_mpeg_packet_rs_encoded)

Constructor & Destructor Documentation

GrAtscRSEncoder::GrAtscRSEncoder ( )
GrAtscRSEncoder::~GrAtscRSEncoder ( )

Member Function Documentation

const char* GrAtscRSEncoder::name ( )
inline
int GrAtscRSEncoder::work ( VrSampleRange  output,
void o[],
VrSampleRange  inputs[],
void i[] 
)

Member Data Documentation

atsci_reed_solomon GrAtscRSEncoder::rs_encoder
protected

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