eitd/SIutils.cpp: add parseDVBtime function

Origin commit data
------------------
Commit: 87037520de
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-08 (Wed, 08 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-08 18:20:28 +04:00
parent e5faac1bf2
commit 43c3932630
2 changed files with 35 additions and 0 deletions

View File

@@ -44,7 +44,10 @@
// Alles neu macht der Mai.
//
//
#include <stdint.h>
time_t changeUTCtoCtime(const unsigned char *buffer, int local_time=1);
time_t parseDVBtime(uint16_t mjd, uint32_t bcd);
// returns the descriptor type as readable text
const char *decode_descr (unsigned char tag_value);