#include <GrAtscFieldSyncDemux.h>
Inheritance diagram for GrAtscFieldSyncDemux:
Public Member Functions | |
GrAtscFieldSyncDemux () | |
virtual | ~GrAtscFieldSyncDemux () |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | forecast (VrSampleRange output, VrSampleRange inputs[]) |
map output range to required input ranges | |
virtual 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 | |
bool | d_locked |
bool | d_in_field2 |
int | d_segment_number |
VrSampleIndex | d_next_input |
VrSampleIndex | d_lost_index |
This class accepts 1 stream of floats (data), and 1 stream of tags (syminfo). It outputs one stream of atsc_soft_data_segment packets
|
|
|
|
|
map output range to required input ranges
Reimplemented from VrDecimatingSigProc< float, atsc_soft_data_segment >. |
|
default name for a module (override with actual name)
Reimplemented from VrSigProc. |
|
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. |
|
|
|
|
|
|
|
|
|
|