|
vdr 2.6.4
|
#include <section.h>
Public Member Functions | |
| int | getServiceId () const |
| int | getPid () const |
| bool | isNITPid () const |
| virtual int | getLength () |
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 () |
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 pat_prog * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
|
inlinevirtual |
Implements SI::Object.
| int SI::PAT::Association::getPid | ( | ) | const |
Definition at line 34 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cPatPmtParser::ParsePat(), and cPatFilter::Process().
| int SI::PAT::Association::getServiceId | ( | ) | const |
Definition at line 30 of file section.c.
Referenced by isNITPid(), cPatPmtParser::ParsePat(), and cPatFilter::Process().
|
inline |
Definition at line 31 of file section.h.
References getServiceId().
Referenced by cPatPmtParser::ParsePat(), and cPatFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 38 of file section.c.
References SI::Object::data, SI::CharArray::getData(), and SI::PAT::s.
|
private |
Definition at line 36 of file section.h.
Referenced by getServiceId().