vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getFrequency () const |
int | getBandwidth () const |
int | getPriority () const |
int | getTimeSlicingIndicator () const |
int | getMpeFecIndicator () const |
int | getConstellation () const |
int | getHierarchy () const |
int | getCodeRateHP () const |
int | getCodeRateLP () const |
int | getGuardInterval () const |
int | getTransmissionMode () const |
bool | getOtherFrequency () 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_terrestrial_delivery * | s |
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 237 of file descriptor.h.
int SI::TerrestrialDeliverySystemDescriptor::getBandwidth | ( | ) | const |
Definition at line 485 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getCodeRateHP | ( | ) | const |
Definition at line 497 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getCodeRateLP | ( | ) | const |
Definition at line 501 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getConstellation | ( | ) | const |
Definition at line 489 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getFrequency | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getGuardInterval | ( | ) | const |
Definition at line 505 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getHierarchy | ( | ) | const |
Definition at line 493 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getMpeFecIndicator | ( | ) | const |
Definition at line 481 of file descriptor.c.
bool SI::TerrestrialDeliverySystemDescriptor::getOtherFrequency | ( | ) | const |
Definition at line 513 of file descriptor.c.
int SI::TerrestrialDeliverySystemDescriptor::getPriority | ( | ) | const |
Definition at line 473 of file descriptor.c.
int SI::TerrestrialDeliverySystemDescriptor::getTimeSlicingIndicator | ( | ) | const |
Definition at line 477 of file descriptor.c.
int SI::TerrestrialDeliverySystemDescriptor::getTransmissionMode | ( | ) | const |
Definition at line 509 of file descriptor.c.
Referenced by cNitFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 517 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 254 of file descriptor.h.