General Purpose Geodetic Library
|
#include <SgIoAgv.h>
Public Member Functions | |
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) |
Protected Member Functions | |
bool | parseSectionLengthString (const QString &str, int &num2read) |
Protected Attributes | |
SgMJD | startEpoch_ |
QString | prefix_ |
int | idx_ |
|
inline |
|
inline |
Definition at line 309 of file SgIoAgv.h.
Referenced by importData(), and parseSectionLengthString().
|
inline |
Definition at line 313 of file SgIoAgv.h.
Referenced by SgAgvChunk::exportData().
void SgAgvSection::fillDataStructures | ( | const SgVlbiSession * | session, |
SgAgvDriver * | drv | ||
) |
Definition at line 481 of file SgIoAgv.cpp.
Referenced by SgAgvChunk::fillDataStructures().
int SgAgvSection::importData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 493 of file SgIoAgv.cpp.
References className(), SgMJD::currentMJD(), SgLogger::DBG, SgLogger::ERR, SgLogger::IO_TXT, logger, parseSectionLengthString(), prefix_, startEpoch_, SgLogger::write(), and SgLogger::WRN.
Referenced by SgAgvPreaSection::importData(), SgAgvTocsSection::importData(), SgAgvDataSection::importData(), and SgAgvChunk::importData().
|
protected |
Definition at line 550 of file SgIoAgv.cpp.
References className(), SgLogger::DBG, SgLogger::ERR, idx_, SgLogger::IO_TXT, logger, prefix_, SgLogger::write(), and SgLogger::WRN.
Referenced by importData(), and SgAgvTextSection::importData().
|
protected |
Definition at line 320 of file SgIoAgv.h.
Referenced by SgAgvSection(), exportData(), SgAgvFileSection::exportData(), SgAgvPreaSection::exportData(), SgAgvTextSection::exportData(), SgAgvTocsSection::exportData(), SgAgvDataSection::exportData(), SgAgvTextSection::importData(), SgAgvTocsSection::importData(), SgAgvDataSection::importData(), and parseSectionLengthString().
|
protected |
Definition at line 319 of file SgIoAgv.h.
Referenced by SgAgvDataSection::SgAgvDataSection(), SgAgvFileSection::SgAgvFileSection(), SgAgvPreaSection::SgAgvPreaSection(), SgAgvTextSection::SgAgvTextSection(), SgAgvTocsSection::SgAgvTocsSection(), exportData(), SgAgvFileSection::exportData(), SgAgvPreaSection::exportData(), SgAgvTextSection::exportData(), SgAgvTocsSection::exportData(), SgAgvDataSection::exportData(), importData(), SgAgvTextSection::importData(), SgAgvTextSection::parseChapterInitString(), and parseSectionLengthString().
|
protected |
Definition at line 318 of file SgIoAgv.h.
Referenced by SgAgvTextSection::exportData(), SgAgvTocsSection::exportData(), SgAgvDataSection::exportData(), importData(), SgAgvPreaSection::importData(), SgAgvTextSection::importData(), SgAgvTocsSection::importData(), and SgAgvDataSection::importData().