vdr
2.2.0
|
#include <si.h>
Public Member Functions | |
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 | 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 |
SI::Section::Section | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) |
Definition at line 41 of file si.c.
References SI::Object::getLength(), and SI::Object::setData().
|
inline |
Definition at line 254 of file si.h.
References SI::Object::getLength().
|
virtual |
Implements SI::Object.
Definition at line 49 of file si.c.
References SI::Object::data, SI::CharArray::getData(), and SI::Object::getLength().
Referenced by SI::PAT::Parse(), SI::CAT::Parse(), SI::PMT::Parse(), SI::TSDT::Parse(), SI::SDT::Parse(), SI::EIT::Parse(), SI::TOT::Parse(), and SI::RST::Parse().
|
static |
TableId SI::Section::getTableId | ( | ) | const |
Definition at line 45 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by SI::EIT::isActualTS(), and SI::EIT::isPresentFollowing().
|
static |