|
vdr 2.6.1
|
#include <section.h>
Public Member Functions | |
| int | getServiceId () const |
| int | getEITscheduleFlag () const |
| int | getEITpresentFollowingFlag () const |
| RunningStatus | getRunningStatus () const |
| int | getFreeCaMode () const |
| virtual int | getLength () |
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 () |
| virtual int | getLength ()=0 |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Public Attributes | |
| DescriptorLoop | serviceDescriptors |
Protected Member Functions | |
| virtual void | Parse () |
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 () |
| virtual void | Parse ()=0 |
Private Attributes | |
| const sdt_descr * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
| int SI::SDT::Service::getEITpresentFollowingFlag | ( | ) | const |
Definition at line 140 of file section.c.
References SI::PAT::s.
| int SI::SDT::Service::getEITscheduleFlag | ( | ) | const |
Definition at line 136 of file section.c.
References SI::PAT::s.
| int SI::SDT::Service::getFreeCaMode | ( | ) | const |
Definition at line 148 of file section.c.
References SI::PAT::s.
|
inlinevirtual |
Implements SI::Object.
Definition at line 134 of file section.h.
References SI::VariableLengthPart::getLength(), and serviceDescriptors.
| RunningStatus SI::SDT::Service::getRunningStatus | ( | ) | const |
Definition at line 144 of file section.c.
References SI::PAT::s.
| int SI::SDT::Service::getServiceId | ( | ) | const |
Definition at line 132 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cSdtFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 152 of file section.c.
References SI::Object::data, HILO, SI::PAT::s, and SI::CharArray::setPointerAndOffset().
| DescriptorLoop SI::SDT::Service::serviceDescriptors |
Definition at line 135 of file section.h.
Referenced by getLength(), and cSdtFilter::Process().