General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhHistoryEntry () | |
~SgDbhHistoryEntry () | |
bool | isOk () const |
bool | isHistoryLine () const |
bool | isLast () const |
void | dump (QTextStream &s) const |
const QString & | getText () |
int | getVersion () |
SgMJD | getEpoch () const |
void | setText (const QString &text) |
void | setVersion (int version) |
void | setEpoch (const SgMJD &t) |
void | unsetOkFlag () |
void | setEvent (const QString &, const QString &, int, const SgMJD &) |
QString | className () const |
Protected Attributes | |
SgDbhServiceRecordHS1 | record1_ |
SgDbhServiceRecordHS2 | record2_ |
SgDbhDataRecordString | record3_ |
bool | isOK_ |
Friends | |
SgDbhStream & | operator>> (SgDbhStream &, SgDbhHistoryEntry &) |
SgDbhStream & | operator<< (SgDbhStream &, const SgDbhHistoryEntry &) |
One entry in the History. ====================================================================================================
Definition at line 487 of file SgDbhFormat.h.
|
inline |
Definition at line 495 of file SgDbhFormat.h.
References isOK_.
|
inline |
Definition at line 496 of file SgDbhFormat.h.
|
inline |
Definition at line 511 of file SgDbhFormat.h.
void SgDbhHistoryEntry::dump | ( | QTextStream & | s | ) | const |
One entry in the History. ====================================================================================================
Definition at line 1034 of file SgDbhFormat.cpp.
References SgDbhServiceRecordHS2::dbhVersionNumber_, SgDbhServiceRecordHS1::getHistoryEpoch(), SgDbhDataRecordString::getText(), SgDbhServiceRecordHS1::getVersionNumber(), SgDbhServiceRecordHS2::installationNumber_, SgDbhServiceRecordHS2::machineNumber_, SgDbhServiceRecordHS2::machineTypeNumber_, record1_, record2_, record3_, SgDbhServiceRecordHS2::semiName_, and SgMJD::toString().
|
inline |
Definition at line 504 of file SgDbhFormat.h.
References SgDbhServiceRecordHS1::getHistoryEpoch(), and record1_.
Referenced by SgVlbiHistory::importDbhHistoryBlock().
|
inline |
Definition at line 502 of file SgDbhFormat.h.
References SgDbhDataRecordString::getText(), and record3_.
Referenced by SgVlbiHistory::importDbhHistoryBlock().
|
inline |
Definition at line 503 of file SgDbhFormat.h.
References SgDbhServiceRecordHS1::getVersionNumber(), and record1_.
Referenced by SgVlbiHistory::importDbhHistoryBlock().
|
inline |
Definition at line 498 of file SgDbhFormat.h.
References SgDbhServiceRecord::isCorrectPrefix(), and record1_.
|
inline |
Definition at line 499 of file SgDbhFormat.h.
References SgDbhServiceRecordHS1::isZ1(), and record1_.
|
inline |
Definition at line 497 of file SgDbhFormat.h.
References isOK_.
|
inline |
Definition at line 508 of file SgDbhFormat.h.
References record1_, and SgDbhServiceRecordHS1::setHistoryEpoch().
Referenced by setEvent().
void SgDbhHistoryEntry::setEvent | ( | const QString & | text, |
const QString & | sessionID, | ||
int | version, | ||
const SgMJD & | t | ||
) |
Definition at line 1056 of file SgDbhFormat.cpp.
References record1_, record2_, setEpoch(), SgDbhServiceRecord::setPrefix(), SgDbhServiceRecordHS2::setSemiName(), setText(), and setVersion().
Referenced by SgDbhImage::addHistoryEntry().
void SgDbhHistoryEntry::setText | ( | const QString & | text | ) |
Definition at line 1047 of file SgDbhFormat.cpp.
References SgDbhPhysicalRecord::length(), record1_, record3_, SgDbhServiceRecordHS1::setLengthOfHistoryString(), and SgDbhDataRecordString::setText().
Referenced by setEvent().
|
inline |
Definition at line 507 of file SgDbhFormat.h.
References record1_, and SgDbhServiceRecordHS1::setVersionNumber().
Referenced by setEvent().
|
inline |
Definition at line 509 of file SgDbhFormat.h.
References isOK_.
|
friend |
Definition at line 1089 of file SgDbhFormat.cpp.
|
friend |
Definition at line 1070 of file SgDbhFormat.cpp.
|
protected |
Definition at line 493 of file SgDbhFormat.h.
Referenced by SgDbhHistoryEntry(), isOk(), and unsetOkFlag().
|
protected |
Definition at line 490 of file SgDbhFormat.h.
Referenced by dump(), getEpoch(), getVersion(), isHistoryLine(), isLast(), setEpoch(), setEvent(), setText(), and setVersion().
|
protected |
Definition at line 491 of file SgDbhFormat.h.
Referenced by dump(), and setEvent().
|
protected |
Definition at line 492 of file SgDbhFormat.h.