Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psTime Struct Reference
[Time]

#include <psTime.h>


Detailed Description

Definition of psTime.

The psTime struct is used by psLib to represent time values critical to astronomical calculations. This structure represents a time which is equivalent to TAI (International Atomic Time) and is measured in both seconds and microseconds.

Definition at line 64 of file psTime.h.

Data Fields

psS64 sec
 Seconds since epoch, Jan 1, 1970.
psU32 nsec
 Nanoseconds since last second.
bool leapsecond
 if time falls on UTC leapsecond
psTimeType type
 Type of time.


Field Documentation

bool psTime::leapsecond
 

if time falls on UTC leapsecond

Definition at line 68 of file psTime.h.

psU32 psTime::nsec
 

Nanoseconds since last second.

Definition at line 67 of file psTime.h.

psS64 psTime::sec
 

Seconds since epoch, Jan 1, 1970.

Definition at line 66 of file psTime.h.

psTimeType psTime::type
 

Type of time.

Definition at line 69 of file psTime.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:47 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2