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
GrAtscRSDecoder Class Reference

Pass ATSC data Reed-Solomon decoder( atsc_mpeg_packet_rs_encoded –> atsc_mpeg_rs_no_sync) More...

#include <gnuradio/atsc/GrAtscRSDecoder.h>

Public Member Functions

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

Protected Attributes

atsci_reed_solomon rs_decoder
 

Detailed Description

Pass ATSC data Reed-Solomon decoder( atsc_mpeg_packet_rs_encoded –> atsc_mpeg_rs_no_sync)

Constructor & Destructor Documentation

GrAtscRSDecoder::GrAtscRSDecoder ( )
GrAtscRSDecoder::~GrAtscRSDecoder ( )

Member Function Documentation

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

Member Data Documentation

atsci_reed_solomon GrAtscRSDecoder::rs_decoder
protected

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