vdr
2.2.0
|
#include <descriptor.h>
Classes | |
class | StartTimeEntry |
Public Member Functions | |
virtual int | getLength () |
int | getMJD () const |
int | getLoopLength () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
StructureLoop< StartTimeEntry > | startTimeLoop |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const item_premiere_content_transmission_day * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 600 of file descriptor.h.
|
virtual |
Implements SI::Object.
Definition at line 992 of file descriptor.c.
int SI::PremiereContentTransmissionDescriptor::StartDayEntry::getLoopLength | ( | ) | const |
Definition at line 988 of file descriptor.c.
int SI::PremiereContentTransmissionDescriptor::StartDayEntry::getMJD | ( | ) | const |
Definition at line 984 of file descriptor.c.
References HILO.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 996 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 618 of file descriptor.h.
StructureLoop<StartTimeEntry> SI::PremiereContentTransmissionDescriptor::StartDayEntry::startTimeLoop |
Definition at line 611 of file descriptor.h.