vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getExtendedDataFlag () const |
int | getExtensionDescriptorTag () const |
int | getPlpId () const |
int | getT2SystemId () const |
int | getSisoMiso () const |
int | getBandwidth () const |
int | getGuardInterval () const |
int | getTransmissionMode () const |
int | getOtherFrequencyFlag () const |
int | getTfsFlag () const |
![]() | |
virtual int | getLength () |
DescriptorTag | getDescriptorTag () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_t2_delivery_system * | s |
int | extended_data_flag |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
![]() | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
![]() | |
CharArray | data |
Definition at line 539 of file descriptor.h.
int SI::T2DeliverySystemDescriptor::getBandwidth | ( | ) | const |
Definition at line 905 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::T2DeliverySystemDescriptor::getExtendedDataFlag | ( | ) | const |
Definition at line 885 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::T2DeliverySystemDescriptor::getExtensionDescriptorTag | ( | ) | const |
Definition at line 889 of file descriptor.c.
int SI::T2DeliverySystemDescriptor::getGuardInterval | ( | ) | const |
Definition at line 909 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::T2DeliverySystemDescriptor::getOtherFrequencyFlag | ( | ) | const |
Definition at line 917 of file descriptor.c.
int SI::T2DeliverySystemDescriptor::getPlpId | ( | ) | const |
Definition at line 893 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::T2DeliverySystemDescriptor::getSisoMiso | ( | ) | const |
Definition at line 901 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::T2DeliverySystemDescriptor::getT2SystemId | ( | ) | const |
int SI::T2DeliverySystemDescriptor::getTfsFlag | ( | ) | const |
Definition at line 921 of file descriptor.c.
int SI::T2DeliverySystemDescriptor::getTransmissionMode | ( | ) | const |
Definition at line 913 of file descriptor.c.
Referenced by cNitFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 879 of file descriptor.c.
References SI::Object::data, SI::descr_t2_delivery_system::descriptor_length, and SI::CharArray::setPointerAndOffset().
|
private |
Definition at line 555 of file descriptor.h.
|
private |
Definition at line 554 of file descriptor.h.