vdr  2.4.1
Functions
SI::DVBTime Namespace Reference

Functions

time_t getTime (unsigned char date_hi, unsigned char date_lo, unsigned char timehr, unsigned char timemi, unsigned char timese)
 
time_t getDuration (unsigned char timehr, unsigned char timemi, unsigned char timese)
 
unsigned char bcdToDec (unsigned char b)
 

Function Documentation

◆ bcdToDec()

unsigned char SI::DVBTime::bcdToDec ( unsigned char  b)
inline

Definition at line 143 of file util.h.

◆ getDuration()

time_t SI::DVBTime::getDuration ( unsigned char  timehr,
unsigned char  timemi,
unsigned char  timese 
)

Definition at line 223 of file util.c.

Referenced by SI::EIT::Parse(), and SI::PremiereCIT::Parse().

◆ getTime()

time_t SI::DVBTime::getTime ( unsigned char  date_hi,
unsigned char  date_lo,
unsigned char  timehr,
unsigned char  timemi,
unsigned char  timese 
)

Definition at line 200 of file util.c.

Referenced by SI::TDT::getTime().