|
vdr 2.7.9
|
#include <si.h>
Public Member Functions | |
| DescriptorGroup (bool deleteOnDesctruction=true) | |
| ~DescriptorGroup () | |
| bool | Add (GroupDescriptor *d) |
| void | Delete () |
| int | getLength () |
| GroupDescriptor ** | getDescriptors () |
| bool | isComplete () |
Protected Attributes | |
| int | length |
| GroupDescriptor ** | array |
| bool | deleteOnDesctruction |
| SI::DescriptorGroup::DescriptorGroup | ( | bool | deleteOnDesctruction = true | ) |
Definition at line 181 of file si.c.
References array, deleteOnDesctruction, and length.
| SI::DescriptorGroup::~DescriptorGroup | ( | ) |
Definition at line 187 of file si.c.
References array, Delete(), and deleteOnDesctruction.
| bool SI::DescriptorGroup::Add | ( | GroupDescriptor * | d | ) |
Definition at line 201 of file si.c.
References array, SI::GroupDescriptor::getDescriptorNumber(), SI::GroupDescriptor::getLastDescriptorNumber(), and length.
Referenced by cEIT::cEIT().
| void SI::DescriptorGroup::Delete | ( | ) |
Definition at line 193 of file si.c.
Referenced by ~DescriptorGroup().
|
inline |
|
inline |
| bool SI::DescriptorGroup::isComplete | ( | ) |
|
protected |
Definition at line 492 of file si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getDescriptors(), SI::ExtendedEventDescriptors::getMaximumTextItemizedLength(), SI::ExtendedEventDescriptors::getMaximumTextPlainLength(), SI::ExtendedEventDescriptors::getText(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextPlain(), isComplete(), and ~DescriptorGroup().
|
protected |
Definition at line 493 of file si.h.
Referenced by DescriptorGroup(), and ~DescriptorGroup().
|
protected |
Definition at line 491 of file si.h.
Referenced by Add(), Delete(), DescriptorGroup(), getLength(), SI::ExtendedEventDescriptors::getMaximumTextItemizedLength(), SI::ExtendedEventDescriptors::getMaximumTextPlainLength(), SI::ExtendedEventDescriptors::getText(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextItemized(), SI::ExtendedEventDescriptors::getTextPlain(), and isComplete().