vdr
2.6.9
|
#include <eit.h>
Public Member Functions | |
cEitTables (void) | |
void | SetTableStart (time_t t) |
void | SetTableEnd (time_t t) |
time_t | TableStart (void) |
time_t | TableEnd (void) |
bool | Check (uchar TableId, uchar Version, int SectionNumber) |
bool | Processed (uchar TableId, uchar LastTableId, int SectionNumber, int LastSectionNumber, int SegmentLastSectionNumber=-1) |
bool | Complete (void) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Member Functions | |
int | Index (uchar TableId) |
Private Attributes | |
cSectionSyncerRandom | sectionSyncer [NUM_EIT_TABLES] |
time_t | tableStart |
time_t | tableEnd |
bool | complete |
cEitTables::cEitTables | ( | void | ) |
Definition at line 44 of file eit.c.
References complete, tableEnd, and tableStart.
Definition at line 51 of file eit.c.
References cSectionSyncer::Check(), cListObject::Index(), and sectionSyncer.
Referenced by cEIT::cEIT().
|
inline |
Returns true if all sections of all tables have been processed.
Definition at line 39 of file eit.h.
References complete.
Referenced by Processed().
bool cEitTables::Processed | ( | uchar | TableId, |
uchar | LastTableId, | ||
int | SectionNumber, | ||
int | LastSectionNumber, | ||
int | SegmentLastSectionNumber = -1 |
||
) |
Returns true if all sections of the table with the given TableId have been processed.
Definition at line 57 of file eit.c.
References complete, Complete(), cListObject::Index(), and sectionSyncer.
Referenced by cEIT::cEIT().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 28 of file eit.h.
Referenced by cEitTables(), Complete(), and Processed().
|
private |
Definition at line 25 of file eit.h.
Referenced by Check(), and Processed().
|
private |
Definition at line 27 of file eit.h.
Referenced by cEitTables(), SetTableEnd(), and TableEnd().
|
private |
Definition at line 26 of file eit.h.
Referenced by cEitTables(), SetTableStart(), and TableStart().