vdr 2.7.6
|
#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 |
Public Member Functions inherited from SI::Descriptor | |
virtual int | getLength () override |
DescriptorTag | getDescriptorTag () const |
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 () |
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 descr_terrestrial_delivery * | s |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Descriptor | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions inherited from SI::Descriptor | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Protected Attributes inherited from SI::Object | |
CharArray | data |
Definition at line 237 of file descriptor.h.
int SI::TerrestrialDeliverySystemDescriptor::getBandwidth | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getCodeRateHP | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getCodeRateLP | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getConstellation | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getFrequency | ( | ) | const |
Definition at line 474 of file descriptor.c.
Referenced by cNitFilter::Process().
int SI::TerrestrialDeliverySystemDescriptor::getGuardInterval | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getHierarchy | ( | ) | const |
int SI::TerrestrialDeliverySystemDescriptor::getMpeFecIndicator | ( | ) | const |
Definition at line 486 of file descriptor.c.
References s.
bool SI::TerrestrialDeliverySystemDescriptor::getOtherFrequency | ( | ) | const |
Definition at line 518 of file descriptor.c.
References s.
int SI::TerrestrialDeliverySystemDescriptor::getPriority | ( | ) | const |
Definition at line 478 of file descriptor.c.
References s.
int SI::TerrestrialDeliverySystemDescriptor::getTimeSlicingIndicator | ( | ) | const |
Definition at line 482 of file descriptor.c.
References s.
int SI::TerrestrialDeliverySystemDescriptor::getTransmissionMode | ( | ) | const |
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 522 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 254 of file descriptor.h.
Referenced by getBandwidth(), getCodeRateHP(), getCodeRateLP(), getConstellation(), getFrequency(), getGuardInterval(), getHierarchy(), getMpeFecIndicator(), getOtherFrequency(), getPriority(), getTimeSlicingIndicator(), getTransmissionMode(), and Parse().