Public Member Functions | |
void | SetMinMaxChan (int chan) |
Update Min/Max channel. | |
void | SetMinMaxDate (double date) |
Update Min/Max date. | |
void | SetChanPos (int pos) |
Update mEndChanPos. | |
TvHeader () | |
Constructor. | |
Public Attributes | |
short | mMagic |
First two bytes == 0xFABE, indicates a gabbie file. | |
short | mFileType |
01 = TV listing database. | |
int | mVersion |
Data version. | |
int | mTotalSize |
Total size of the file in bytes; used by mmap. | |
double | mMinDate |
Earliest date in this listing. | |
double | mMaxDate |
Latest date in this listing. | |
int | mMinChannel |
Lowest channel number in this listing. | |
int | mMaxChannel |
Highest channel number in this listing. | |
int | mEndChanPos |
Position of the last channel. | |
int | mCalPos |
Position (file offset) of start of calendar index. | |
int | mIndexPos |
Position (file offset) of start of (name) index. |
|
Constructor.
|
|
Update mEndChanPos.
|
|
Update Min/Max channel.
|
|
Update Min/Max date.
|
|
Position (file offset) of start of calendar index.
|
|
Position of the last channel.
|
|
01 = TV listing database.
|
|
Position (file offset) of start of (name) index.
|
|
First two bytes == 0xFABE, indicates a gabbie file.
|
|
Highest channel number in this listing.
|
|
Latest date in this listing.
|
|
Lowest channel number in this listing.
|
|
Earliest date in this listing.
|
|
Total size of the file in bytes; used by mmap.
|
|
Data version.
|