|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
File model. More...
Public Member Functions | |
| FileModel () | |
| Empty constructor. | |
| FileModel (vector< string > &fileNames, const string auxiliaryFile, const long timeReference, const double timeZero, const double timeOne) | |
| Constructor with parameters. | |
Public Attributes | |
| vector< string > | files |
| File list. | |
| string | auxFile |
| Auxiliary file. | |
| long | timeRef |
| Time reference. | |
| double | time0 |
| Start time. | |
| double | time1 |
| Stop time. | |
File model.
| EECFI::FileModel::FileModel | ( | ) | [inline] |
Empty constructor.
| EECFI::FileModel::FileModel | ( | vector< string > & | fileNames, | |
| const string | auxiliaryFile, | |||
| const long | timeReference, | |||
| const double | timeZero, | |||
| const double | timeOne | |||
| ) | [inline] |
Constructor with parameters.
| string EECFI::FileModel::auxFile |
Auxiliary file.
Referenced by EECFI::SdfFile::read().
| vector<string> EECFI::FileModel::files |
File list.
Referenced by EECFI::SdfFile::read().
| double EECFI::FileModel::time0 |
Start time.
Referenced by EECFI::SdfFile::read().
| double EECFI::FileModel::time1 |
Stop time.
Referenced by EECFI::SdfFile::read().
Time reference.
Referenced by EECFI::SdfFile::read().
1.7.1