vdr
2.4.1
|
#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 |
||
) |
|
virtual |
Implements SI::Object.
Definition at line 59 of file si.c.
Referenced by SI::PAT::Association::getPid(), and SI::TDT::Parse().
|
static |