General Purpose Geodetic Library
|
#include <SgIoAgv.h>
Public Member Functions | |
SgAgvFileSection () | |
SgAgvFileSection (int idx) | |
~SgAgvFileSection () | |
QString | className () const |
void | fillDataStructures (const SgVlbiSession *session, SgAgvDriver *drv) |
int | exportData (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 338 of file SgIoAgv.h.
References SgAgvSection::prefix_.
|
inline |
Definition at line 341 of file SgIoAgv.h.
Referenced by fillDataStructures().
int SgAgvFileSection::exportData | ( | QTextStream & | ts, |
SgAgvDriver * | drv | ||
) |
Definition at line 622 of file SgIoAgv.cpp.
References SgAgvSection::idx_, and SgAgvSection::prefix_.
Referenced by SgAgvChunk::exportData().
void SgAgvFileSection::fillDataStructures | ( | const SgVlbiSession * | session, |
SgAgvDriver * | drv | ||
) |
Definition at line 595 of file SgIoAgv.cpp.
References className(), SgLogger::DBG, SgVlbiSession::getInputDriver(), SgLogger::IO_TXT, SgIoDriver::listOfInputFiles(), logger, SgLogger::write(), and SgLogger::WRN.
Referenced by SgAgvChunk::fillDataStructures().