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

#include <gnuradio/atsc/types.h>

Public Member Functions

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

Public Attributes

unsigned char data [ATSC_MPEG_DATA_LENGTH+1]
 
unsigned char _pad_ [NPAD]
 

Static Public Attributes

static const int NPAD = 68
 

Member Function Documentation

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

References data.

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

References data.

Member Data Documentation

unsigned char atsc_mpeg_packet::_pad_[NPAD]
unsigned char atsc_mpeg_packet::data[ATSC_MPEG_DATA_LENGTH+1]

Referenced by operator!=(), and operator==().

const int atsc_mpeg_packet::NPAD = 68
static

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