|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class for storing Iers bulletin B file data. More...
Public Member Functions | |
| IersBulletinBFile () | |
| Default constructor. | |
| IersBulletinBFile (string bulId, vector< IersBulletinBrec > &vecFinal, vector< IersBulletinBrec > &vecPrel) | |
| Constructor with parameters. | |
Public Attributes | |
| string | bulletinId |
| Bulletin id. Example: "28 July 2011 Vol. XXIV No. 030". | |
| vector< IersBulletinBrec > | finalTable |
| Final table records. | |
| vector< IersBulletinBrec > | preliminaryTable |
| Preliminary table records. | |
Class for storing Iers bulletin B file data.
| EECFI::IersBulletinBFile::IersBulletinBFile | ( | ) | [inline] |
Default constructor.
| EECFI::IersBulletinBFile::IersBulletinBFile | ( | string | bulId, | |
| vector< IersBulletinBrec > & | vecFinal, | |||
| vector< IersBulletinBrec > & | vecPrel | |||
| ) | [inline] |
Constructor with parameters.
Bulletin id. Example: "28 July 2011 Vol. XXIV No. 030".
Final table records.
Preliminary table records.
1.7.1