|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class to store the data for one entry read from the IERS bulletin A. More...
Public Member Functions | |
| IersBulletinArec () | |
| Default constructor. | |
| IersBulletinArec (double dayUtc, double diffUt1Utc, double diffUt1Tai, PolarMotionParams polarMotion) | |
| Constructor with parameters. | |
Public Attributes | |
| double | day |
| MJD UTC time. | |
| double | ut1Utc |
| Difference between UT1 and UTC. | |
| double | ut1Tai |
| Difference between UT1 and TAI. | |
| PolarMotionParams | polarMotionParams |
| Polar motion parameters. | |
Class to store the data for one entry read from the IERS bulletin A.
| EECFI::IersBulletinArec::IersBulletinArec | ( | ) | [inline] |
Default constructor.
| EECFI::IersBulletinArec::IersBulletinArec | ( | double | dayUtc, | |
| double | diffUt1Utc, | |||
| double | diffUt1Tai, | |||
| PolarMotionParams | polarMotion | |||
| ) | [inline] |
Constructor with parameters.
| double EECFI::IersBulletinArec::day |
MJD UTC time.
Polar motion parameters.
Difference between UT1 and TAI.
Difference between UT1 and UTC.
1.7.1