General Purpose Geodetic Library
|
#include <SgIoAgv.h>
Public Member Functions | |
SgAgvPreaSection () | |
SgAgvPreaSection (int idx) | |
~SgAgvPreaSection () | |
QString | className () const |
void | fillDataStructures (const SgVlbiSession *session, SgAgvDriver *drv) |
int | exportData (QTextStream &ts, SgAgvDriver *drv) |
int | importData (QTextStream &ts, SgAgvDriver *drv) |
![]() | |
SgAgvSection () | |
SgAgvSection (const QString prefix, int idx) | |
~SgAgvSection () | |
QString | className () const |
void | fillDataStructures (const SgVlbiSession *session, SgAgvDriver *drv) |
int | exportData (QTextStream &ts, SgAgvDriver *) |
int | importData (QTextStream &ts, SgAgvDriver *drv) |
Additional Inherited Members | |
![]() | |
bool | parseSectionLengthString (const QString &str, int &num2read) |
![]() | |
SgMJD | startEpoch_ |
QString | prefix_ |
int | idx_ |
|
inline |
Definition at line 366 of file SgIoAgv.h.
References SgAgvSection::prefix_.
|
inline |
Definition at line 369 of file SgIoAgv.h.
Referenced by fillDataStructures(), and importData().
int SgAgvPreaSection::exportData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 697 of file SgIoAgv.cpp.
References SgAgvSection::idx_, and SgAgvSection::prefix_.
Referenced by SgAgvChunk::exportData().
void SgAgvPreaSection::fillDataStructures | ( | const SgVlbiSession * | session, |
SgAgvDriver * | drv | ||
) |
Definition at line 645 of file SgIoAgv.cpp.
References className(), SgMJD::currentMJD(), SgLogger::DBG, SgMJD::F_DDMonYYYY, SgMJD::F_SOLVE_SPLFL, SgIdentities::getAcAbbrevName(), SgIoDriver::getCurrentDriverVersion(), SgIoDriver::getCurrentIdentities(), SgVlbiSession::getInputDriver(), SgVersion::getReleaseEpoch(), SgIdentities::getUserEmailAddress(), SgIdentities::getUserName(), SgLogger::IO_TXT, libraryVersion, logger, SgVersion::name(), SgMJD::toString(), SgLogger::write(), and SgLogger::WRN.
Referenced by SgAgvChunk::fillDataStructures().
int SgAgvPreaSection::importData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 713 of file SgIoAgv.cpp.
References ACS_GVH, ACS_GVH_DBH, ACS_GVH_PIMA, ACS_GVH_VDB, ACS_NATIVE, className(), SgMJD::currentMJD(), SgLogger::DBG, SgMJD::F_DDMonYYYY, SgMJD::F_SOLVE_SPLFL, SgMJD::F_YYYYMMDD, SgMJD::fromString(), SgIoDriver::getInputIdentities(), SgVersion::getSoftwareName(), SgAgvSection::importData(), SgLogger::IO_TXT, libraryVersion, logger, SgVersion::parseString(), SgIdentities::setAcAbbrevName(), SgVersion::setCodeName(), SgIoDriver::setDateOfCreation(), SgIdentities::setDriverVersion(), SgAgvDriver::setExpectedStyle(), SgVersion::setMajorNumber(), SgVersion::setMinorNumber(), SgVersion::setReleaseEpoch(), SgVersion::setSoftwareName(), SgIdentities::setUserEmailAddress(), SgIdentities::setUserName(), SgAgvSection::startEpoch_, tZero, SgLogger::write(), and SgLogger::WRN.
Referenced by SgAgvChunk::importData().