vdr
2.2.0
|
#include <si.h>
Public Member Functions | |
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 () |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
virtual void | Parse ()=0 |
![]() | |
CharArray | data |
|
inline |
bool SI::CRCSection::CheckCRCAndParse | ( | ) |
Definition at line 65 of file si.c.
References SI::Parsable::CheckParse(), and SI::Object::isValid().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePat(), cPatPmtParser::ParsePmt(), cSdtFilter::Process(), cPatFilter::Process(), and cNitFilter::Process().
bool SI::CRCSection::isCRCValid | ( | ) |
Definition at line 61 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Object::getLength(), and SI::CRC32::isValid().