vdr
2.2.0
|
#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 |
int SI::EIT::getLastTableId | ( | ) | const |
Definition at line 176 of file section.c.
References SI::PAT::s.
int SI::EIT::getOriginalNetworkId | ( | ) | const |
Definition at line 168 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cEIT::cEIT().
int SI::EIT::getSegmentLastSectionNumber | ( | ) | const |
Definition at line 172 of file section.c.
References SI::PAT::s.
int SI::EIT::getServiceId | ( | ) | const |
Definition at line 160 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cEIT::cEIT().
int SI::EIT::getTransportStreamId | ( | ) | const |
Definition at line 164 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cEIT::cEIT().
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, SI::Section::getLength(), SI::PAT::s, and SI::CharArray::setPointerAndOffset().
StructureLoop<Event> SI::EIT::eventLoop |
Definition at line 182 of file section.h.
Referenced by cEIT::cEIT().