vdr 2.7.6
|
#include <section.h>
Public Member Functions | |
int | getTransportStreamId () const |
int | getOriginalNetworkId () const |
int | getServiceId () const |
int | getEventId () const |
RunningStatus | getRunningStatus () const |
virtual int | getLength () override |
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 () |
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 rst_info * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
CharArray | data |
int SI::RST::RunningInfo::getEventId | ( | ) | const |
|
inlineoverridevirtual |
Implements SI::Object.
int SI::RST::RunningInfo::getOriginalNetworkId | ( | ) | const |
RunningStatus SI::RST::RunningInfo::getRunningStatus | ( | ) | const |
int SI::RST::RunningInfo::getServiceId | ( | ) | const |
int SI::RST::RunningInfo::getTransportStreamId | ( | ) | const |
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 303 of file section.c.
References SI::Object::data, and s.
|
private |
Definition at line 232 of file section.h.
Referenced by getEventId(), getOriginalNetworkId(), getRunningStatus(), getServiceId(), getTransportStreamId(), and Parse().