vdr
1.7.27
|
#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 |
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 |
Public Attributes | |
StructureLoop< Event > | eventLoop |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Private Attributes | |
const eit * | s |
Definition at line 150 of file include/libsi/section.h.
SI::EIT::EIT | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 152 of file include/libsi/section.h.
SI::EIT::EIT | ( | ) | [inline] |
Definition at line 153 of file include/libsi/section.h.
SI::EIT::EIT | ( | const unsigned char * | data, |
bool | doCopy = true |
||
) | [inline] |
Definition at line 152 of file libsi/section.h.
SI::EIT::EIT | ( | ) | [inline] |
Definition at line 153 of file libsi/section.h.
int SI::EIT::getLastTableId | ( | ) | const |
Definition at line 176 of file section.c.
References SI::PAT::s.
int SI::EIT::getLastTableId | ( | ) | const |
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::getOriginalNetworkId | ( | ) | const |
int SI::EIT::getSegmentLastSectionNumber | ( | ) | const |
Definition at line 172 of file section.c.
References SI::PAT::s.
int SI::EIT::getSegmentLastSectionNumber | ( | ) | const |
int SI::EIT::getServiceId | ( | ) | const |
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().
int SI::EIT::getTransportStreamId | ( | ) | const |
bool SI::EIT::isActualTS | ( | ) | 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 |
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.
void SI::EIT::Parse | ( | ) | [protected, virtual] |
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().
virtual void SI::EIT::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 182 of file include/libsi/section.h.
Referenced by cEIT::cEIT().
const eit * SI::EIT::s [private] |
Definition at line 191 of file include/libsi/section.h.