|
vdr
2.2.0
|
#include <filter.h>
Public Member Functions | |
| cSectionSyncer (void) | |
| void | Reset (void) |
| bool | Sync (uchar Version, int Number, int LastNumber) |
Private Attributes | |
| int | lastVersion |
| bool | synced |
| void cSectionSyncer::Reset | ( | void | ) |
Definition at line 20 of file filter.c.
References lastVersion, and synced.
Referenced by cSectionSyncer(), cSdtFilter::SetStatus(), and cNitFilter::SetStatus().
| bool cSectionSyncer::Sync | ( | uchar | Version, |
| int | Number, | ||
| int | LastNumber | ||
| ) |
Definition at line 26 of file filter.c.
References lastVersion, and synced.
Referenced by cSdtFilter::Process(), and cNitFilter::Process().
|
private |
|
private |
1.8.11