DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
ESA

EECFI::StationFile Class Reference

Class for reading Station files. More...

Inheritance diagram for EECFI::StationFile:
EECFI::EEFile EECFI::CfiClass

List of all members.

Public Member Functions

 StationFile ()
 Empty constructor.
 StationFile (const string fileNam)
 Constructor with file name.
 ~StationFile ()
 Destructor.
void read () throw (CfiError)
 Read the whole file data block.
void read (const string stationIdentity) throw (CfiError)
 Read one station.
void readIds (vector< string > &stationIds) throw (CfiError)
 Read the list of station names.

Public Attributes

vector< StationRecstationList
 Stations records.

Detailed Description

Class for reading Station files.


Constructor & Destructor Documentation

EECFI::StationFile::StationFile (  ) 

Empty constructor.

References EECFI::EEFile::fileType.

EECFI::StationFile::StationFile ( const string  fileNam  ) 

Constructor with file name.

EECFI::StationFile::~StationFile (  ) 

Destructor.

References EECFI::EEFile::fixedHeader.


Member Function Documentation

void EECFI::StationFile::read ( const string  stationIdentity  )  throw (CfiError)

Read one station.

Parameters:
stationIdentity Identity of the station to read.
void EECFI::StationFile::readIds ( vector< string > &  stationIds  )  throw (CfiError)

Read the list of station names.

Parameters:
stationIds [OUTPUT]: is an output vector with the name of the stations in the file.

Member Data Documentation

Stations records.

Referenced by read().


Generated on Thu Jul 19 2012 15:36:34 for by doxygen 1.7.1