|
vdr
1.7.27
|
#include <si.h>
Public Member Functions | |
| CRCSection (const unsigned char *data, bool doCopy=true) | |
| CRCSection () | |
| bool | isCRCValid () |
| bool | CheckCRCAndParse () |
| CRCSection (const unsigned char *data, bool doCopy=true) | |
| CRCSection () | |
| bool | isCRCValid () |
| bool | CheckCRCAndParse () |
Definition at line 245 of file include/libsi/si.h.
| SI::CRCSection::CRCSection | ( | const unsigned char * | data, |
| bool | doCopy = true |
||
| ) | [inline] |
Definition at line 248 of file include/libsi/si.h.
| SI::CRCSection::CRCSection | ( | ) | [inline] |
Definition at line 249 of file include/libsi/si.h.
| SI::CRCSection::CRCSection | ( | const unsigned char * | data, |
| bool | doCopy = true |
||
| ) | [inline] |
Definition at line 248 of file libsi/si.h.
| SI::CRCSection::CRCSection | ( | ) | [inline] |
Definition at line 249 of file libsi/si.h.
| 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(), cSdtFilter::Process(), cPatFilter::Process(), and cNitFilter::Process().
| bool SI::CRCSection::CheckCRCAndParse | ( | ) |
| bool SI::CRCSection::isCRCValid | ( | ) |
| bool SI::CRCSection::isCRCValid | ( | ) |
Definition at line 61 of file si.c.
References SI::Object::data, SI::CharArray::getData(), SI::Section::getLength(), and SI::Object::isValid().
Referenced by CheckCRCAndParse().
1.8.0