vdr 2.7.7
|
#include <descriptor.h>
Public Member Functions | |
virtual int | getLength () override |
int | getCountryId () const |
int | getLocalTimeOffsetPolarity () const |
int | getLocalTimeOffset () const |
time_t | getTimeOfChange () const |
int | getNextTimeOffset () 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 | |
char | countryCode [4] |
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 local_time_offset_entry * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
CharArray | data |
Definition at line 441 of file descriptor.h.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getCountryId | ( | ) | const |
Definition at line 729 of file descriptor.c.
References s.
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 444 of file descriptor.h.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getLocalTimeOffset | ( | ) | const |
Definition at line 737 of file descriptor.c.
References s.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getLocalTimeOffsetPolarity | ( | ) | const |
Definition at line 733 of file descriptor.c.
References s.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getNextTimeOffset | ( | ) | const |
Definition at line 745 of file descriptor.c.
References s.
time_t SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getTimeOfChange | ( | ) | const |
Definition at line 741 of file descriptor.c.
References SI::DVBTime::getTime(), and s.
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 749 of file descriptor.c.
References countryCode, SI::Object::data, and s.
char SI::LocalTimeOffsetDescriptor::LocalTimeOffset::countryCode[4] |
Definition at line 443 of file descriptor.h.
Referenced by Parse().
|
private |
Definition at line 453 of file descriptor.h.
Referenced by getCountryId(), getLocalTimeOffset(), getLocalTimeOffsetPolarity(), getNextTimeOffset(), getTimeOfChange(), and Parse().