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

Randomize ATSC data (atsc_mpeg_packet –> atsc_mpeg_packet_no_sync) More...

#include <gnuradio/atsc/GrAtscRandomizer.h>

Public Member Functions

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

Protected Attributes

atsci_randomizer rand
 
bool field2
 
int segno
 

Detailed Description

Randomize ATSC data (atsc_mpeg_packet –> atsc_mpeg_packet_no_sync)

Constructor & Destructor Documentation

GrAtscRandomizer::GrAtscRandomizer ( )
GrAtscRandomizer::~GrAtscRandomizer ( )

Member Function Documentation

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

Member Data Documentation

bool GrAtscRandomizer::field2
protected
atsci_randomizer GrAtscRandomizer::rand
protected
int GrAtscRandomizer::segno
protected

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