vdr
1.7.27
|
#include <si.h>
Public Member Functions | |
Section (const unsigned char *data, bool doCopy=true) | |
Section () | |
TableId | getTableId () const |
virtual int | getLength () |
Section (const unsigned char *data, bool doCopy=true) | |
Section () | |
TableId | getTableId () const |
virtual int | getLength () |
Static Public Member Functions | |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
Definition at line 233 of file include/libsi/si.h.
SI::Section::Section | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) |
Definition at line 41 of file si.c.
References getLength(), and SI::Object::setData().
SI::Section::Section | ( | ) | [inline] |
Definition at line 237 of file include/libsi/si.h.
SI::Section::Section | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) |
SI::Section::Section | ( | ) | [inline] |
Definition at line 237 of file libsi/si.h.
int SI::Section::getLength | ( | ) | [virtual] |
Implements SI::Object.
Definition at line 49 of file si.c.
References SI::Object::data, and SI::CharArray::getData().
Referenced by 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().
virtual int SI::Section::getLength | ( | ) | [virtual] |
Implements SI::Object.
static int SI::Section::getLength | ( | const unsigned char * | d | ) | [static] |
int SI::Section::getLength | ( | const unsigned char * | d | ) | [static] |
TableId SI::Section::getTableId | ( | ) | const |
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 TableId SI::Section::getTableId | ( | const unsigned char * | d | ) | [static] |
TableId SI::Section::getTableId | ( | const unsigned char * | d | ) | [static] |