DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
ESA

EECFI::IersFile Class Reference

Class for reading Iers bulletin (deprecated, use IersBulletinFile instead). More...

Inheritance diagram for EECFI::IersFile:
EECFI::EEFile EECFI::CfiClass

List of all members.

Public Member Functions

 IersFile ()
 Default constructor.
 IersFile (const std::string &fileNam)
 Constructor with file name.
 IersFile (const IersFile &other)
 ~IersFile () NOEXCEPT
 Destructor.
IersFileoperator= (const IersFile &other)
void read ()
 Read the file.

Public Attributes

std::vector< BulbTabletable1
 First table data in the IERS bulletin.
std::vector< BulbTabletable2
 Second table data in the IERS bulletin.

Detailed Description

Class for reading Iers bulletin (deprecated, use IersBulletinFile instead).


Constructor & Destructor Documentation

EECFI::IersFile::IersFile (  ) 

Default constructor.

EECFI::IersFile::IersFile ( const std::string &  fileNam  )  [explicit]

Constructor with file name.

EECFI::IersFile::IersFile ( const IersFile other  ) 

Copy constructor.

Parameters:
other The IersFile to copy from
EECFI::IersFile::~IersFile (  ) 

Destructor.


Member Function Documentation

IersFile & EECFI::IersFile::operator= ( const IersFile other  ) 

Copy assigment operator.

Parameters:
other The OsfFile to copy/assign from

References table1, and table2.

void EECFI::IersFile::read (  ) 

Member Data Documentation

First table data in the IERS bulletin.

Referenced by operator=(), and read().

Second table data in the IERS bulletin.

Referenced by operator=(), and read().


Generated on Mon Dec 11 2023 13:28:17 for by doxygen 1.7.1