GNU Radio Manual and C++ API Reference  3.7.13.4
The Free & Open Software Radio Ecosystem
atsc_soft_data_segment Class Reference

#include <gnuradio/atsc/types.h>

Public Member Functions

bool operator== (const atsc_data_segment &other) const
 
bool operator!= (const atsc_data_segment &other) const
 

Public Attributes

plinfo pli
 
float data [ATSC_DATA_SEGMENT_LENGTH]
 
unsigned char _pad_ [NPAD]
 

Static Public Attributes

static const int NPAD = 764
 

Detailed Description

Contains 832 bipolar floating point symbols. Nominal values are +/- {1, 3, 5, 7}. This data type represents the input to the viterbi decoder.

Member Function Documentation

bool atsc_soft_data_segment::operator!= ( const atsc_data_segment other) const
inline
bool atsc_soft_data_segment::operator== ( const atsc_data_segment other) const
inline

Member Data Documentation

unsigned char atsc_soft_data_segment::_pad_[NPAD]
float atsc_soft_data_segment::data[ATSC_DATA_SEGMENT_LENGTH]
const int atsc_soft_data_segment::NPAD = 764
static
plinfo atsc_soft_data_segment::pli

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