General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhServiceRecordHS2 () | |
virtual | ~SgDbhServiceRecordHS2 () |
virtual int | readLR (SgDbhStream &s) |
virtual int | writeLR (SgDbhStream &s) const |
void | setSemiName (const QString &) |
virtual QString | className () const |
![]() | |
SgDbhServiceRecord (const char expectedPrefix[2]) | |
SgDbhServiceRecord (const SgDbhServiceRecord &sr) | |
virtual | ~SgDbhServiceRecord () |
bool | isCorrectPrefix () const |
virtual bool | isAltered () const |
bool | isPrefixParsed (SgDbhStream &) |
void | setPrefix (const char prefix[2]) |
void | setAltered () |
SgDbhServiceRecord & | operator= (const SgDbhServiceRecord &sr) |
![]() | |
SgDbhPhysicalRecord () | |
SgDbhPhysicalRecord (const SgDbhPhysicalRecord &) | |
virtual | ~SgDbhPhysicalRecord () |
bool | isOk () const |
int | length () const |
virtual SgDbhPhysicalRecord & | operator= (const SgDbhPhysicalRecord &) |
virtual void | reSize (int length) |
virtual char * | base () |
Protected Attributes | |
short | machineTypeNumber_ |
short | machineNumber_ |
short | installationNumber_ |
short | dbhVersionNumber_ |
char | semiName_ [7] |
![]() | |
char | prefix_ [2] |
char | expectedPrefix_ [3] |
![]() | |
int | length_ |
char * | logicalRecord_ |
bool | isOK_ |
Friends | |
class | SgDbhHistoryEntry |
Additional Inherited Members | |
![]() | |
static const QString | className () |
Definition at line 252 of file SgDbhFormat.h.
SgDbhServiceRecordHS2::SgDbhServiceRecordHS2 | ( | ) |
Service record "HS2". ====================================================================================================
Definition at line 547 of file SgDbhFormat.cpp.
References dbhVersionNumber_, installationNumber_, SgDbhPhysicalRecord::length_, machineNumber_, machineTypeNumber_, and semiName_.
|
inlinevirtual |
Definition at line 257 of file SgDbhFormat.h.
|
inlinevirtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 261 of file SgDbhFormat.h.
|
virtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 576 of file SgDbhFormat.cpp.
References dbhVersionNumber_, installationNumber_, SgDbhServiceRecord::isPrefixParsed(), machineNumber_, machineTypeNumber_, and semiName_.
void SgDbhServiceRecordHS2::setSemiName | ( | const QString & | semiName | ) |
Definition at line 567 of file SgDbhFormat.cpp.
References semiName_.
Referenced by SgDbhHistoryEntry::setEvent().
|
virtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 601 of file SgDbhFormat.cpp.
References dbhVersionNumber_, installationNumber_, machineNumber_, machineTypeNumber_, semiName_, and SgDbhServiceRecord::writeLR().
|
friend |
Definition at line 254 of file SgDbhFormat.h.
|
protected |
Definition at line 266 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordHS2(), SgDbhHistoryEntry::dump(), readLR(), and writeLR().
|
protected |
Definition at line 265 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordHS2(), SgDbhHistoryEntry::dump(), readLR(), and writeLR().
|
protected |
Definition at line 264 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordHS2(), SgDbhHistoryEntry::dump(), readLR(), and writeLR().
|
protected |
Definition at line 263 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordHS2(), SgDbhHistoryEntry::dump(), readLR(), and writeLR().
|
protected |
Definition at line 267 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordHS2(), SgDbhHistoryEntry::dump(), readLR(), setSemiName(), and writeLR().