casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
asdm::UTCCorrection Class Reference

#include <UTCCorrection.h>

Inheritance diagram for asdm::UTCCorrection:
asdm::Interval asdm::Interval

List of all members.

Public Member Functions

 UTCCorrection (double jd, double taiMinusUTC)
 The UTCCorrestion class is used in the table of corrections to obtain UTC time from TAI time.
double getJD () const
double getTAIMinusUTC () const
 UTCCorrection (double jd, double taiMinusUTC)
 The UTCCorrestion class is used in the table of corrections to obtain UTC time from TAI time.
double getJD () const
double getTAIMinusUTC () const

Private Attributes

double jd
double taiMinusUTC

Detailed Description

Definition at line 32 of file UTCCorrection.h.


Constructor & Destructor Documentation

asdm::UTCCorrection::UTCCorrection ( double  jd,
double  taiMinusUTC 
) [inline]

The UTCCorrestion class is used in the table of corrections to obtain UTC time from TAI time.

A UTCCorrection instance has the Julian day on which a leap second was added to UTC time and the cumulative number of added leap seconds at that time.

Version:
1.00 Nov 16, 2004
Author:
Allen Farris

Definition at line 52 of file UTCCorrection.h.

References jd, and taiMinusUTC.

asdm::UTCCorrection::UTCCorrection ( double  jd,
double  taiMinusUTC 
)

The UTCCorrestion class is used in the table of corrections to obtain UTC time from TAI time.

A UTCCorrection instance has the Julian day on which a leap second was added to UTC time and the cumulative number of added leap seconds at that time.

Version:
1.00 Nov 16, 2004
Author:
Allen Farris

Member Function Documentation

double asdm::UTCCorrection::getJD ( ) const [inline]

Definition at line 57 of file UTCCorrection.h.

References jd.

double asdm::UTCCorrection::getJD ( ) const
double asdm::UTCCorrection::getTAIMinusUTC ( ) const [inline]

Definition at line 61 of file UTCCorrection.h.

References taiMinusUTC.


Member Data Documentation

double asdm::UTCCorrection::jd [private]

Definition at line 47 of file UTCCorrection.h.

Referenced by getJD(), and UTCCorrection().

Definition at line 48 of file UTCCorrection.h.

Referenced by getTAIMinusUTC(), and UTCCorrection().


The documentation for this class was generated from the following files: