GNU Radio 3.6.5 C++ API
|
contains 832 3 bit symbols. The low 3 bits in the byte hold the symbol. More...
#include <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 |
contains 832 3 bit symbols. The low 3 bits in the byte hold the symbol.
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.
unsigned char atsc_data_segment::_pad_[NPAD] |
unsigned char atsc_data_segment::data[ATSC_DATA_SEGMENT_LENGTH] |
Referenced by atsc_soft_data_segment::operator!=(), operator!=(), atsc_soft_data_segment::operator==(), and operator==().
const int atsc_data_segment::NPAD = 188 [static] |