vdr 2.7.7
|
#include <section.h>
Public Member Functions | |
int | getServiceId () const |
int | getEITscheduleFlag () const |
int | getEITpresentFollowingFlag () const |
RunningStatus | getRunningStatus () const |
int | getFreeCaMode () const |
virtual int | getLength () override |
Public Member Functions inherited from SI::Object | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
Public Member Functions inherited from SI::Parsable | |
void | CheckParse () |
Public Attributes | |
DescriptorLoop | serviceDescriptors |
Protected Member Functions | |
virtual void | Parse () override |
Protected Member Functions inherited from SI::Object | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
Protected Member Functions inherited from SI::Parsable | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const sdt_descr * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
CharArray | data |
int SI::SDT::Service::getEITpresentFollowingFlag | ( | ) | const |
int SI::SDT::Service::getEITscheduleFlag | ( | ) | const |
int SI::SDT::Service::getFreeCaMode | ( | ) | const |
|
inlineoverridevirtual |
RunningStatus SI::SDT::Service::getRunningStatus | ( | ) | const |
int SI::SDT::Service::getServiceId | ( | ) | const |
Definition at line 132 of file section.c.
Referenced by cSdtFilter::Process().
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 152 of file section.c.
References SI::Object::data, HILO, s, and serviceDescriptors.
|
private |
Definition at line 139 of file section.h.
Referenced by getEITpresentFollowingFlag(), getEITscheduleFlag(), getFreeCaMode(), getRunningStatus(), getServiceId(), and Parse().
DescriptorLoop SI::SDT::Service::serviceDescriptors |
Definition at line 135 of file section.h.
Referenced by getLength(), Parse(), and cSdtFilter::Process().