General Purpose Geodetic Library
|
#include <SgIoAgv.h>
Public Member Functions | |
SgAgvChunk () | |
SgAgvChunk (int idx) | |
~SgAgvChunk () | |
QString | className () const |
int | getIdx () const |
void | fillDataStructures (const SgVlbiSession *session, SgAgvDriver *drv) |
void | exportData (QTextStream &ts, SgAgvDriver *drv) |
void | importData (QTextStream &ts, SgAgvDriver *drv) |
SgVlbiHistory & | history () |
const SgVlbiHistory & | history () const |
Protected Member Functions | |
bool | parseMagicString (const QString &str) |
bool | parseEndString (const QString &str) |
Protected Attributes | |
int | idx_ |
SgAgvFileSection | sFile_ |
SgAgvPreaSection | sPrea_ |
SgAgvTextSection | sText_ |
SgAgvTocsSection | sTocs_ |
SgAgvDataSection | sData_ |
SgAgvSection | sHeap_ |
QString | sMagicString_ |
QString | inputFmtVersion_ |
SgMJD | inputFmtDate_ |
Static Protected Attributes | |
static const QString | magicPrefix_ |
static const QString | currentFmtVersion_ |
|
inline |
Definition at line 496 of file SgIoAgv.h.
Referenced by importData(), parseEndString(), and parseMagicString().
void SgAgvChunk::exportData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 1700 of file SgIoAgv.cpp.
References SgMJD::currentMJD(), SgAgvSection::exportData(), SgAgvFileSection::exportData(), SgAgvPreaSection::exportData(), SgAgvTextSection::exportData(), SgAgvTocsSection::exportData(), SgAgvDataSection::exportData(), idx_, sData_, sFile_, sHeap_, sMagicString_, sPrea_, sText_, and sTocs_.
void SgAgvChunk::fillDataStructures | ( | const SgVlbiSession * | session, |
SgAgvDriver * | drv | ||
) |
Definition at line 1687 of file SgIoAgv.cpp.
References SgAgvSection::fillDataStructures(), SgAgvFileSection::fillDataStructures(), SgAgvPreaSection::fillDataStructures(), SgAgvTextSection::fillDataStructures(), SgAgvTocsSection::fillDataStructures(), SgAgvDataSection::fillDataStructures(), sData_, sFile_, sHeap_, sPrea_, sText_, and sTocs_.
Referenced by SgAgvDriver::fillDataStructures().
|
inline |
|
inline |
Definition at line 504 of file SgIoAgv.h.
References SgAgvTextSection::history(), and sText_.
|
inline |
Definition at line 505 of file SgIoAgv.h.
References SgAgvTextSection::history(), and sText_.
void SgAgvChunk::importData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 1728 of file SgIoAgv.cpp.
References className(), SgMJD::currentMJD(), SgLogger::DBG, SgLogger::ERR, idx_, SgAgvSection::importData(), SgAgvPreaSection::importData(), SgAgvTextSection::importData(), SgAgvTocsSection::importData(), SgAgvDataSection::importData(), SgLogger::IO_TXT, logger, parseEndString(), parseMagicString(), sData_, sFile_, sHeap_, sPrea_, sText_, sTocs_, and SgLogger::write().
Referenced by SgAgvDriver::importData().
|
protected |
Definition at line 1830 of file SgIoAgv.cpp.
References className(), SgLogger::ERR, SgLogger::IO_TXT, logger, and SgLogger::write().
Referenced by importData().
|
protected |
Definition at line 1781 of file SgIoAgv.cpp.
References className(), SgLogger::DBG, SgLogger::ERR, SgMJD::F_Date, inputFmtDate_, inputFmtVersion_, SgLogger::IO_TXT, logger, magicPrefix_, SgMJD::toString(), and SgLogger::write().
Referenced by importData().
|
staticprotected |
|
protected |
Definition at line 509 of file SgIoAgv.h.
Referenced by SgAgvChunk(), exportData(), getIdx(), and importData().
|
protected |
Definition at line 521 of file SgIoAgv.h.
Referenced by parseMagicString().
|
protected |
Definition at line 520 of file SgIoAgv.h.
Referenced by parseMagicString().
|
staticprotected |
Definition at line 517 of file SgIoAgv.h.
Referenced by parseMagicString().
|
protected |
Definition at line 514 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), and importData().
|
protected |
Definition at line 510 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), and importData().
|
protected |
Definition at line 515 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), and importData().
|
protected |
Definition at line 516 of file SgIoAgv.h.
Referenced by exportData().
|
protected |
Definition at line 511 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), and importData().
|
protected |
Definition at line 512 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), history(), and importData().
|
protected |
Definition at line 513 of file SgIoAgv.h.
Referenced by exportData(), fillDataStructures(), and importData().