casa
$Rev:20696$
|
#include <UTCCorrection.h>
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 |
Definition at line 32 of file UTCCorrection.h.
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.
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.
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 |
double asdm::UTCCorrection::getTAIMinusUTC | ( | ) | const [inline] |
Definition at line 61 of file UTCCorrection.h.
References taiMinusUTC.
double asdm::UTCCorrection::jd [private] |
Definition at line 47 of file UTCCorrection.h.
Referenced by getJD(), and UTCCorrection().
double asdm::UTCCorrection::taiMinusUTC [private] |
Definition at line 48 of file UTCCorrection.h.
Referenced by getTAIMinusUTC(), and UTCCorrection().