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