time.cc File Reference

Conversion between time_t and cenmin_t and back. More...

#include "time.h"
#include "endian.h"
#include "debug.h"

Include dependency graph for time.cc:

Go to the source code of this file.


Namespaces

namespace  Barry
 Project namespace, containing all related functions and classes.

Functions

const TimeZone * Barry::GetTimeZoneTable ()
 Returns a pointer to an array of TimeZone structs.
const TimeZone * Barry::GetTimeZone (unsigned short Code)
 Searches the internal timezone code table for the given Code and returns a pointer to a TimeZone struct found.
unsigned short Barry::GetTimeZoneCode (signed short HourOffset, signed short MinOffset)
 Searches the internal timezone table for the first matching Code.
time_t Barry::DayToDate (unsigned short Day)
 This routine takes the day of the year and returns a time_t adjusted from the first of the year.
time_t Barry::Message2Time (uint16_t r_date, uint16_t r_time)
 Localize the funky math used to convert a Blackberry message timestamp into a time_t.


Detailed Description

Conversion between time_t and cenmin_t and back.

time_t is the POSIX time, seconds from Jan 1, 1970 min1900_t is the minutes from Jan 1, 1900

Definition in file time.cc.


Generated on Mon Jan 12 10:52:02 2009 for Barry by  doxygen 1.5.7.1