|
vdr 2.6.1
|
#include <si.h>
Public Member Functions | |
| 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 () |
| virtual int | getLength ()=0 |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Static Public Member Functions | |
| static int | getLength (const unsigned char *d) |
| static TableId | getTableId (const unsigned char *d) |
Additional Inherited Members | |
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 |
| SI::Section::Section | ( | const unsigned char * | data, |
| bool | doCopy = true |
||
| ) |
Definition at line 41 of file si.c.
References SI::Object::data, getLength(), and SI::Object::setData().
|
virtual |
Implements SI::Object.
Definition at line 49 of file si.c.
References SI::Object::data, SI::CharArray::getData(), and getLength().
Referenced by getLength(), SI::CRCSection::isCRCValid(), SI::PAT::Parse(), SI::CAT::Parse(), SI::PMT::Parse(), SI::TSDT::Parse(), SI::SDT::Parse(), SI::EIT::Parse(), SI::TOT::Parse(), SI::RST::Parse(), and Section().
|
static |
| TableId SI::Section::getTableId | ( | ) | const |
Definition at line 45 of file si.c.
References SI::Object::data, SI::CharArray::getData(), and getTableId().
Referenced by getTableId(), SI::EIT::isActualTS(), and SI::EIT::isPresentFollowing().
|
static |