GNU Radio 3.4.2 C++ API
atsc_data_segment Class Reference

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

#include <atsc_types.h>

List of all members.

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

const int atsc_data_segment::NPAD = 188 [static]

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