|
vdr
2.0.2
|
#include <descriptor.h>
Public Member Functions | |
| int | getDay () const |
| int | getMonth () const |
| int | getHour () const |
| int | getMinute () const |
Public Member Functions inherited from SI::Descriptor | |
| virtual int | getLength () |
| DescriptorTag | getDescriptorTag () const |
Protected Member Functions | |
| virtual void | Parse () |
Private Attributes | |
| const descr_pdc * | s |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Descriptor | |
| static int | getLength (const unsigned char *d) |
| static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions inherited from SI::Descriptor | |
| static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 496 of file descriptor.h.
| int SI::PDCDescriptor::getDay | ( | ) | const |
Definition at line 819 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cEIT::cEIT().
| int SI::PDCDescriptor::getHour | ( | ) | const |
Definition at line 827 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cEIT::cEIT().
| int SI::PDCDescriptor::getMinute | ( | ) | const |
Definition at line 831 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cEIT::cEIT().
| int SI::PDCDescriptor::getMonth | ( | ) | const |
Definition at line 823 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cEIT::cEIT().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 814 of file descriptor.c.
References SI::Object::data, SI::ExtendedEventDescriptor::s, and SI::CharArray::setPointerAndOffset().
|
private |
Definition at line 505 of file descriptor.h.
1.8.3.1