Main Page   Compound List   File List   Compound Members   File Members   Related Pages  

gale_time Struct Reference

An absolute or relative time value, with sufficient range and precision. More...

#include <types.h>

List of all members.

Public Attributes

s32 sec_high
 High four bytes of the number of seconds since the epoch (zero for all times Unix can actually represent with time_t).

u32 sec_low
 Low four bytes of the number of seconds since the epoch.

u32 frac_high
 High four bytes of the fractional part of the second (a value of '1' indicates 1/(2^32) of a second).

u32 frac_low
 Low four bytes of the fractional part of the second (a value of '1' indicates 1/(2^64) of a second).


Detailed Description

An absolute or relative time value, with sufficient range and precision.

The time is represented by the number of seconds since the Unix epoch (January 1, 1970, UTC).


The documentation for this struct was generated from the following file:
Generated at Sun Sep 7 13:55:27 2003 for Gale by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000