|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class for storing Iers bulletin A file data. More...
Public Member Functions | |
| IersBulletinAFile () | |
| Default constructor. | |
| IersBulletinAFile (string bulId, vector< IersBulletinArec > &vecPred, PolarMotionFormula &polarFormula, TimeCorrelationFormula &timeFormula) | |
| Constructor with parameters. | |
Public Attributes | |
| string | bulletinId |
| Bulletin id. Example: "28 July 2011 Vol. XXIV No. 030". | |
| vector< IersBulletinArec > | predictionTable |
| Prediction table records. | |
| PolarMotionFormula | polarMotionFormula |
| Polar motion extrapolation formula paramters. | |
| TimeCorrelationFormula | timeCorrelationFormula |
| Time correlation extrapolation formula parameters. | |
Class for storing Iers bulletin A file data.
| EECFI::IersBulletinAFile::IersBulletinAFile | ( | ) | [inline] |
Default constructor.
| EECFI::IersBulletinAFile::IersBulletinAFile | ( | string | bulId, | |
| vector< IersBulletinArec > & | vecPred, | |||
| PolarMotionFormula & | polarFormula, | |||
| TimeCorrelationFormula & | timeFormula | |||
| ) | [inline] |
Constructor with parameters.
Bulletin id. Example: "28 July 2011 Vol. XXIV No. 030".
Polar motion extrapolation formula paramters.
Prediction table records.
Time correlation extrapolation formula parameters.
1.7.1