CommonTime Constants


[NOHEADER]

const double gpstk::CommonTime::eps = 4.*std::numeric_limits<double>::epsilon()
 Default tolerance for time equality, applied to milliseconds.

Variables

const long gpstk::CommonTime::BEGIN_LIMIT_JDAY = 0L
 'julian day' of earliest epoch expressible by CommonTime: 1/1/4713 B.C.
const long gpstk::CommonTime::END_LIMIT_JDAY = 3442448L
 'julian day' of latest epoch expressible by CommonTime: 1/1/4713 A.D.
const CommonTime gpstk::CommonTime::BEGINNING_OF_TIME
 earliest representable CommonTime
const CommonTime gpstk::CommonTime::END_OF_TIME
 latest representable CommonTime


Variable Documentation

const long BEGIN_LIMIT_JDAY = 0L [static, inherited]
 

'julian day' of earliest epoch expressible by CommonTime: 1/1/4713 B.C.

Definition at line 49 of file CommonTime.cpp.

const CommonTime BEGINNING_OF_TIME [static, inherited]
 

earliest representable CommonTime

const long END_LIMIT_JDAY = 3442448L [static, inherited]
 

'julian day' of latest epoch expressible by CommonTime: 1/1/4713 A.D.

Definition at line 52 of file CommonTime.cpp.

const CommonTime END_OF_TIME [static, inherited]
 

latest representable CommonTime

const double eps = 4.*std::numeric_limits<double>::epsilon() [static, inherited]
 

Default tolerance for time equality, applied to milliseconds.

Definition at line 63 of file CommonTime.cpp.


Generated on Mon May 20 03:31:36 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1