Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GrAtscTrellisEncoder Class Reference

ATSC 12-way interleaved trellis encoder (atsc_mpeg_packet_rs_encoded --> atsc_data_segment). More...

#include <GrAtscTrellisEncoder.h>

Inheritance diagram for GrAtscTrellisEncoder:

VrHistoryProc< atsc_mpeg_packet_rs_encoded, atsc_data_segment > VrSigProc List of all members.

Public Member Functions

 GrAtscTrellisEncoder ()
 ~GrAtscTrellisEncoder ()
const char * name ()
 default name for a module (override with actual name)
int work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[])
 Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].

Protected Attributes

atsc_trellis_encoder encoder
int last_start

Detailed Description

ATSC 12-way interleaved trellis encoder (atsc_mpeg_packet_rs_encoded --> atsc_data_segment).


Constructor & Destructor Documentation

GrAtscTrellisEncoder::GrAtscTrellisEncoder  ) 
 

GrAtscTrellisEncoder::~GrAtscTrellisEncoder  ) 
 


Member Function Documentation

const char* GrAtscTrellisEncoder::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSigProc.

int GrAtscTrellisEncoder::work VrSampleRange  output,
void *  o[],
VrSampleRange  inputs[],
void *  i[]
[virtual]
 

Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#].

Pointers start at corresponding VrSampleIndex in the range params. output.size is a multiple of outputSize. Returns the number of outputs (<= output.size) that it was able to compute with the given input ranges. If this value is < output.size, forecast() will need to be called again.

Implements VrSigProc.


Member Data Documentation

atsc_trellis_encoder GrAtscTrellisEncoder::encoder [protected]
 

int GrAtscTrellisEncoder::last_start [protected]
 


The documentation for this class was generated from the following files:
Generated on Tue Mar 15 23:46:37 2005 for GNU Radio by  doxygen 1.4.0