vdr 2.7.4
|
#include <section.h>
Classes | |
class | Event |
Public Member Functions | |
EIT (const unsigned char *data, bool doCopy=true) | |
EIT () | |
int | getServiceId () const |
int | getTransportStreamId () const |
int | getOriginalNetworkId () const |
int | getSegmentLastSectionNumber () const |
int | getLastTableId () const |
bool | isPresentFollowing () const |
bool | isActualTS () const |
![]() | |
NumberedSection (const unsigned char *data, bool doCopy=true) | |
NumberedSection () | |
int | getTableIdExtension () const |
bool | getCurrentNextIndicator () const |
int | getVersionNumber () const |
int | getSectionNumber () const |
int | getLastSectionNumber () const |
bool | moreThanOneSection () const |
![]() | |
CRCSection (const unsigned char *data, bool doCopy=true) | |
CRCSection () | |
bool | isCRCValid () |
bool | CheckCRCAndParse () |
![]() | |
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 () |
Public Attributes | |
StructureLoop< Event > | eventLoop |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const eit * | s |
Additional Inherited Members | |
![]() | |
static int | getTableIdExtension (const unsigned char *d) |
![]() | |
static int | getLength (const unsigned char *d) |
static TableId | getTableId (const unsigned char *d) |
![]() | |
CharArray | data |
|
inline |
Definition at line 152 of file section.h.
References SI::Object::data, and SI::NumberedSection::NumberedSection().
Referenced by cEIT::cEIT().
int SI::EIT::getLastTableId | ( | ) | const |
int SI::EIT::getOriginalNetworkId | ( | ) | const |
int SI::EIT::getSegmentLastSectionNumber | ( | ) | const |
int SI::EIT::getServiceId | ( | ) | const |
int SI::EIT::getTransportStreamId | ( | ) | const |
bool SI::EIT::isActualTS | ( | ) | const |
Definition at line 184 of file section.c.
References SI::Section::getTableId(), SI::TableIdEIT_presentFollowing, SI::TableIdEIT_schedule_first, and SI::TableIdEIT_schedule_last.
bool SI::EIT::isPresentFollowing | ( | ) | const |
Definition at line 180 of file section.c.
References SI::Section::getTableId(), SI::TableIdEIT_presentFollowing, and SI::TableIdEIT_presentFollowing_other.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 190 of file section.c.
References SI::Object::data, eventLoop, SI::Section::getLength(), and s.
StructureLoop<Event> SI::EIT::eventLoop |
Definition at line 182 of file section.h.
Referenced by cEIT::cEIT(), and Parse().
|
private |
Definition at line 191 of file section.h.
Referenced by getLastTableId(), getOriginalNetworkId(), getSegmentLastSectionNumber(), getServiceId(), getTransportStreamId(), and Parse().