26 #include <QtCore/QFile>
27 #include <QtCore/QList>
28 #include <QtCore/QTextStream>
69 "::putDataIntoAgvFile(): the session " +
name_ +
" has been exported in an AGV file \"" +
71 "\"; elapsed time: " + QString(
"").sprintf(
"%.2f", (finisEpoch - startEpoch)*86400000.0) +
" ms");
74 "::putDataIntoAgvFile(): export of the session \"" +
name_ +
75 "\" in AGV format has failed; file: \"" + agvDriver.
fileName() +
76 "\", directory: \"" + agvDriver.
path2File() +
"\"");
97 ": getDataFromAgvFile(): import of AGV file \"" + fileName +
"\" has failed");
110 ": getDataFromAgvFile(): the session " +
getName() +
" has been read from vgosDb data set" +
111 ", elapsed time: " + QString(
"").sprintf(
"%.2f", (finisEpoch - startEpoch)*86400000.0) +
" ms");
const QString & path2File() const
bool importData(const QString &fileName)
void setSession(SgVlbiSession *session)
bool exportData(const QString &path2File, const QString &fileName)
const QString & fileName() const
virtual void write(LogLevel, quint32, const QString &, bool=false)
static SgMJD currentMJD()
const QString & getName() const
@ Attr_FF_CREATED
the session has been imported from correlator;//vgosDbMake
QString name_
name of the session (e.g., 10JUL22XE);
bool selfCheck(bool guiExpected)
QMap< QString, SgVlbiBand * > bandByKey_
QList< SgVlbiObservation * > observations_
bool putDataIntoAgvFile(const QString &dirName, const QString &fileName, SgIdentities *ids, SgVersion *driverVersion)
bool getDataFromAgvFile(const QString &fileName, SgIdentities *ids, SgVersion *driverVersion)
static QString className()
SgVersion * driverVersion