26 #include <QtCore/QFile>
27 #include <QtCore/QList>
28 #include <QtCore/QTextStream>
67 "::putDataIntoAgvFile(): the session " +
name_ +
" has been exported in an AGV file \"" +
69 "\"; elapsed time: " + QString(
"").sprintf(
"%.2f", (finisEpoch - startEpoch)*86400000.0) +
" ms");
90 ": getDataFromAgvFile(): reading AGV file \"" + fileName +
"\" has failed");
102 ": getDataFromAgvFile(): the session " +
getName() +
" has been read from vgosDb data set" +
103 ", 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