|
vdr 2.6.4
|
#include <si.h>
Public Member Functions | |
| CRCSection (const unsigned char *data, bool doCopy=true) | |
| CRCSection () | |
| bool | isCRCValid () |
| bool | CheckCRCAndParse () |
Public Member Functions inherited from SI::Section | |
| Section (const unsigned char *data, bool doCopy=true) | |
| Section () | |
| TableId | getTableId () const |
| virtual int | getLength () |
Public Member Functions inherited from SI::Object | |
| Object () | |
| Object (CharArray &d) | |
| void | setData (const unsigned char *data, int size, bool doCopy=true) |
| CharArray | getData () |
| bool | isValid () |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Section | |
| static int | getLength (const unsigned char *d) |
| static TableId | getTableId (const unsigned char *d) |
Protected Member Functions inherited from SI::Object | |
| void | setData (CharArray &d) |
| bool | checkSize (int offset) |
Protected Member Functions inherited from SI::Parsable | |
| Parsable () | |
| virtual | ~Parsable () |
| virtual void | Parse ()=0 |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
|
inline |
| bool SI::CRCSection::CheckCRCAndParse | ( | ) |
Definition at line 65 of file si.c.
References SI::Parsable::CheckParse(), isCRCValid(), and SI::Object::isValid().
Referenced by cEIT::cEIT(), cPatPmtParser::ParsePat(), cPatPmtParser::ParsePmt(), cNitFilter::Process(), cPatFilter::Process(), and cSdtFilter::Process().
| bool SI::CRCSection::isCRCValid | ( | ) |
Definition at line 61 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Section::getLength(), and SI::CRC32::isValid().
Referenced by CheckCRCAndParse().