vdr
2.4.1
|
#include <descriptor.h>
Public Member Functions | |
virtual int | getLength () |
int | getCountryId () const |
int | getLocalTimeOffsetPolarity () const |
int | getLocalTimeOffset () const |
time_t | getTimeOfChange () const |
int | getNextTimeOffset () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
char | countryCode [4] |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const local_time_offset_entry * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 450 of file descriptor.h.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getCountryId | ( | ) | const |
Definition at line 730 of file descriptor.c.
|
inlinevirtual |
Implements SI::Object.
Definition at line 453 of file descriptor.h.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getLocalTimeOffset | ( | ) | const |
Definition at line 738 of file descriptor.c.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getLocalTimeOffsetPolarity | ( | ) | const |
Definition at line 734 of file descriptor.c.
int SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getNextTimeOffset | ( | ) | const |
Definition at line 746 of file descriptor.c.
time_t SI::LocalTimeOffsetDescriptor::LocalTimeOffset::getTimeOfChange | ( | ) | const |
Definition at line 742 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 750 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), SI::Descriptor::getLength(), SI::LinkageTypeMobileHandover, and SI::CharArray::setPointerAndOffset().
char SI::LocalTimeOffsetDescriptor::LocalTimeOffset::countryCode[4] |
Definition at line 452 of file descriptor.h.
|
private |
Definition at line 462 of file descriptor.h.