psTime Struct Reference
[Astronomy]

#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 67 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

psS64 psTime::sec

Seconds since epoch, Jan 1, 1970.

Definition at line 69 of file psTime.h.

psU32 psTime::nsec

Nanoseconds since last second.

Definition at line 70 of file psTime.h.

bool psTime::leapsecond

if time falls on UTC leapsecond

Definition at line 71 of file psTime.h.

psTimeType psTime::type

Type of time.

Definition at line 72 of file psTime.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:59 2007 for pslib by  doxygen 1.5.1