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

contains 832 3 bit symbols. The low 3 bits in the byte hold the symbol. More...

#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
 
unsigned char data [ATSC_DATA_SEGMENT_LENGTH]
 
unsigned char _pad_ [NPAD]
 

Static Public Attributes

static const int NPAD = 188
 

Detailed Description

contains 832 3 bit symbols. The low 3 bits in the byte hold the symbol.

Member Function Documentation

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

References data.

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

References data.

Member Data Documentation

unsigned char atsc_data_segment::_pad_[NPAD]
const int atsc_data_segment::NPAD = 188
static
plinfo atsc_data_segment::pli

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