vdr
2.2.0
|
#include <section.h>
Classes | |
class | Association |
Public Member Functions | |
PAT (const unsigned char *data, bool doCopy=true) | |
PAT () | |
int | getTransportStreamId () 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< Association > | associationLoop |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const pat * | 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::PAT::getTransportStreamId | ( | ) | const |
Definition at line 26 of file section.c.
Referenced by cPatPmtParser::ParsePat().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 20 of file section.c.
References associationLoop, SI::Object::data, SI::Section::getLength(), s, and SI::CharArray::setPointerAndOffset().
StructureLoop<Association> SI::PAT::associationLoop |
Definition at line 39 of file section.h.
Referenced by Parse(), cPatPmtParser::ParsePat(), and cPatFilter::Process().
|
private |
Definition at line 43 of file section.h.
Referenced by SI::AIT::Application::getApplicationId(), SI::PremiereCIT::getContentId(), SI::AIT::Application::getControlCode(), SI::EIT::Event::getDuration(), SI::PremiereCIT::getDuration(), SI::EIT::Event::getDurationHour(), SI::EIT::Event::getDurationMinute(), SI::EIT::Event::getDurationSecond(), SI::SDT::Service::getEITpresentFollowingFlag(), SI::SDT::Service::getEITscheduleFlag(), SI::EIT::Event::getEventId(), SI::RST::RunningInfo::getEventId(), SI::SDT::Service::getFreeCaMode(), SI::EIT::Event::getFreeCaMode(), SI::EIT::getLastTableId(), SI::EIT::Event::getMJD(), SI::NIT::getNetworkId(), SI::NIT::TransportStream::getOriginalNetworkId(), SI::SDT::getOriginalNetworkId(), SI::EIT::getOriginalNetworkId(), SI::RST::RunningInfo::getOriginalNetworkId(), SI::PMT::getPCRPid(), SI::PAT::Association::getPid(), SI::PMT::Stream::getPid(), SI::SDT::Service::getRunningStatus(), SI::EIT::Event::getRunningStatus(), SI::RST::RunningInfo::getRunningStatus(), SI::EIT::getSegmentLastSectionNumber(), SI::PAT::Association::getServiceId(), SI::PMT::getServiceId(), SI::SDT::Service::getServiceId(), SI::EIT::getServiceId(), SI::RST::RunningInfo::getServiceId(), SI::EIT::Event::getStartTime(), SI::EIT::Event::getStartTimeHour(), SI::EIT::Event::getStartTimeMinute(), SI::EIT::Event::getStartTimeSecond(), SI::PMT::Stream::getStreamType(), SI::TDT::getTime(), SI::TOT::getTime(), getTransportStreamId(), SI::NIT::TransportStream::getTransportStreamId(), SI::SDT::getTransportStreamId(), SI::EIT::getTransportStreamId(), SI::RST::RunningInfo::getTransportStreamId(), SI::PAT::Association::Parse(), Parse(), SI::PMT::Stream::Parse(), SI::PMT::Parse(), SI::TSDT::Parse(), SI::NIT::TransportStream::Parse(), SI::NIT::Parse(), SI::SDT::Service::Parse(), SI::SDT::Parse(), SI::EIT::Event::Parse(), SI::EIT::Parse(), SI::TDT::Parse(), SI::TOT::Parse(), SI::RST::RunningInfo::Parse(), SI::RST::Parse(), SI::AIT::Application::Parse(), and SI::PremiereCIT::Parse().