General Purpose Geodetic Library
|
#include <SgEccDat.h>
Public Member Functions | |
SgEccDat (QString="./") | |
~SgEccDat () | |
const QString & | getPath2File () const |
const QString & | getFileName () const |
void | setPath2File (const QString &) |
void | setFileName (const QString &) |
void | importEccFile () |
SgEccRec * | lookupRecord (const QString &, const SgMJD &) |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
QString | path2File_ |
QString | fileName_ |
QMap< QString, SgEccSite * > | siteByName_ |
Definition at line 45 of file SgEccDat.h.
|
inline |
A constructor. Creates a default object.
Definition at line 111 of file SgEccDat.h.
SgEccDat::~SgEccDat | ( | ) |
A destructor. Frees allocated memory.
Definition at line 50 of file SgEccDat.cpp.
References siteByName_.
|
static |
Returns name of the class (for debug output).
Definition at line 42 of file SgEccDat.cpp.
Referenced by importEccFile(), and lookupRecord().
|
inline |
Definition at line 134 of file SgEccDat.h.
References fileName_.
|
inline |
Definition at line 126 of file SgEccDat.h.
References path2File_.
void SgEccDat::importEccFile | ( | ) |
Definition at line 61 of file SgEccDat.cpp.
References className(), fileName_, SgEccRec::getSiteName(), SgLogger::INF, SgEccSite::insertRecord(), SgLogger::IO_TXT, logger, SgEccRec::parseString(), path2File_, siteByName_, SgLogger::write(), and SgLogger::WRN.
Referenced by SgVlbiSession::selfCheck().
Definition at line 119 of file SgEccDat.cpp.
References className(), SgEccSite::findRecord(), SgLogger::IO_TXT, logger, siteByName_, SgLogger::write(), and SgLogger::WRN.
Referenced by SgVlbiSession::selfCheck().
|
inline |
Definition at line 150 of file SgEccDat.h.
References fileName_.
Referenced by SgVlbiSession::selfCheck().
|
inline |
Definition at line 142 of file SgEccDat.h.
References path2File_.
Referenced by SgVlbiSession::selfCheck().
|
private |
Definition at line 92 of file SgEccDat.h.
Referenced by getFileName(), importEccFile(), and setFileName().
|
private |
Definition at line 91 of file SgEccDat.h.
Referenced by getPath2File(), importEccFile(), and setPath2File().
|
private |
Definition at line 93 of file SgEccDat.h.
Referenced by ~SgEccDat(), importEccFile(), and lookupRecord().