|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Class for reading Iers bulletin (deprecated, use IersBulletinFile instead). More...
Public Member Functions | |
| IersFile () | |
| Empty constructor. | |
| IersFile (string fileNam) | |
| Constructor with file name. | |
| ~IersFile () | |
| Destructor. | |
| void | read () throw (CfiError) |
| Read the file. | |
Public Attributes | |
| vector< BulbTable > | table1 |
| First table data in the IERS bulletin. | |
| vector< BulbTable > | table2 |
| Second table data in the IERS bulletin. | |
Class for reading Iers bulletin (deprecated, use IersBulletinFile instead).
| EECFI::IersFile::IersFile | ( | ) |
Empty constructor.
| EECFI::IersFile::IersFile | ( | string | fileNam | ) |
Constructor with file name.
| EECFI::IersFile::~IersFile | ( | ) |
Destructor.
References EECFI::EEFile::fixedHeader.
| void EECFI::IersFile::read | ( | ) | throw (CfiError) |
Read the file.
References EECFI::EEFile::fileName, table1, table2, and EECFI::CfiClass::throwWarn.
| vector<BulbTable> EECFI::IersFile::table1 |
First table data in the IERS bulletin.
Referenced by read().
| vector<BulbTable> EECFI::IersFile::table2 |
Second table data in the IERS bulletin.
Referenced by read().
1.7.1