|
vdr 2.7.9
|
#include <section.h>
Public Member Functions | |
| virtual int | getLength () override |
| long | getOrganisationId () const |
| int | getApplicationId () const |
| int | getControlCode () 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 () |
Public Attributes | |
| MHP_DescriptorLoop | applicationDescriptors |
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 () |
Protected Attributes | |
| const ait_app * | s |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
| int SI::AIT::Application::getApplicationId | ( | ) | const |
| int SI::AIT::Application::getControlCode | ( | ) | const |
|
inlineoverridevirtual |
| long SI::AIT::Application::getOrganisationId | ( | ) | const |
Definition at line 326 of file section.c.
References SI::Object::data.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 338 of file section.c.
References applicationDescriptors, SI::Object::data, HILO, and s.
| MHP_DescriptorLoop SI::AIT::Application::applicationDescriptors |
Definition at line 249 of file section.h.
Referenced by getLength(), and Parse().
|
protected |
Definition at line 252 of file section.h.
Referenced by getApplicationId(), getControlCode(), and Parse().