vdr 2.7.7
|
#include <descriptor.h>
Classes | |
class | StartTimeEntry |
Public Member Functions | |
virtual int | getLength () override |
int | getMJD () const |
int | getLoopLength () 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 | |
StructureLoop< StartTimeEntry > | startTimeLoop |
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 item_premiere_content_transmission_day * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
CharArray | data |
Definition at line 603 of file descriptor.h.
|
overridevirtual |
int SI::PremiereContentTransmissionDescriptor::StartDayEntry::getLoopLength | ( | ) | const |
int SI::PremiereContentTransmissionDescriptor::StartDayEntry::getMJD | ( | ) | const |
Definition at line 998 of file descriptor.c.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 1010 of file descriptor.c.
References SI::Object::data, getLoopLength(), s, and startTimeLoop.
|
private |
Definition at line 621 of file descriptor.h.
Referenced by getLoopLength(), getMJD(), and Parse().
StructureLoop<StartTimeEntry> SI::PremiereContentTransmissionDescriptor::StartDayEntry::startTimeLoop |
Definition at line 614 of file descriptor.h.
Referenced by Parse().