vdr
2.2.0
|
#include <section.h>
Public Member Functions | |
TDT (const unsigned char *data, bool doCopy=true) | |
TDT () | |
time_t | getTime () const |
![]() | |
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 () |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const tdt * | s |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
![]() | |
CharArray | data |
|
inline |
|
inline |
Definition at line 197 of file section.h.
References SI::DVBTime::getTime(), and SI::PAT::Association::Parse().
Referenced by cEitFilter::Process().
time_t SI::TDT::getTime | ( | ) | const |
Definition at line 254 of file section.c.
References SI::DVBTime::getTime(), and SI::PAT::s.
Referenced by cTDT::cTDT().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 258 of file section.c.
References SI::Object::data, SI::CharArray::getData(), and SI::PAT::s.