vdr
2.2.0
|
#include <si.h>
Public Member Functions | |
NumberedSection (const unsigned char *data, bool doCopy=true) | |
NumberedSection () | |
int | getTableIdExtension () const |
bool | getCurrentNextIndicator () const |
int | getVersionNumber () const |
int | getSectionNumber () const |
int | getLastSectionNumber () const |
bool | moreThanOneSection () const |
![]() | |
CRCSection (const unsigned char *data, bool doCopy=true) | |
CRCSection () | |
bool | isCRCValid () |
bool | CheckCRCAndParse () |
![]() | |
Section (const unsigned char *data, bool doCopy=true) | |
Section () | |
TableId | getTableId () const |
virtual int | getLength () |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Static Public Member Functions | |
static int | getTableIdExtension (const unsigned char *d) |
![]() | |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
Additional Inherited Members | |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
virtual void | Parse ()=0 |
![]() | |
CharArray | data |
|
inline |
bool SI::NumberedSection::getCurrentNextIndicator | ( | ) | const |
Definition at line 80 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by cPatPmtParser::ParsePat(), and cPatPmtParser::ParsePmt().
int SI::NumberedSection::getLastSectionNumber | ( | ) | const |
Definition at line 92 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by cPatPmtParser::ParsePat(), cPatPmtParser::ParsePmt(), cSdtFilter::Process(), and cNitFilter::Process().
int SI::NumberedSection::getSectionNumber | ( | ) | const |
Definition at line 88 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePat(), cPatPmtParser::ParsePmt(), cSdtFilter::Process(), and cNitFilter::Process().
int SI::NumberedSection::getTableIdExtension | ( | ) | const |
Definition at line 72 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by cPatFilter::Process().
|
static |
int SI::NumberedSection::getVersionNumber | ( | ) | const |
Definition at line 84 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePat(), cPatPmtParser::ParsePmt(), cSdtFilter::Process(), cPatFilter::Process(), and cNitFilter::Process().