![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <lib/base/eerror.h>#include <lib/dvb/esection.h>#include <lib/dvb/atsc.h>#include <dvbsi++/time_date_section.h>Go to the source code of this file.
Classes | |
| class | TimeTable |
| class | TDT |
| class | STT |
| class | eDVBLocalTimeHandler |
Functions | |
| int | fromBCD (int bcd) |
| int | toBCD (int dec) |
| time_t | parseDVBtime (uint16_t mjd, uint32_t stime_bcd) |
| time_t | parseDVBtime (const uint8_t *data) |
| time_t | parseDVBtime (const uint8_t *data, uint16_t *hash) |
|
inline |
| time_t parseDVBtime | ( | const uint8_t * | data | ) |
| time_t parseDVBtime | ( | const uint8_t * | data, |
| uint16_t * | hash | ||
| ) |
| time_t parseDVBtime | ( | uint16_t | mjd, |
| uint32_t | stime_bcd | ||
| ) |
|
inline |