General Purpose Geodetic Library
|
#include <SgDbhFormat.h>
Public Member Functions | |
SgDbhServiceRecordTc () | |
virtual | ~SgDbhServiceRecordTc () |
bool | isZ2 () const |
short | numTeBlocks () const |
short | tocType () const |
virtual bool | isAltered () const |
void | dump (QTextStream &s) const |
virtual int | readLR (SgDbhStream &) |
virtual int | writeLR (SgDbhStream &s) const |
SgDbhServiceRecordTc & | operator= (const SgDbhServiceRecordTc &tc) |
virtual QString | className () const |
![]() | |
SgDbhServiceRecord (const char expectedPrefix[2]) | |
SgDbhServiceRecord (const SgDbhServiceRecord &sr) | |
virtual | ~SgDbhServiceRecord () |
bool | isCorrectPrefix () 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 | tocType_ |
short | numTeBlocks_ |
bool | isZ2_ |
short | pRest [9] |
![]() | |
char | prefix_ [2] |
char | expectedPrefix_ [3] |
![]() | |
int | length_ |
char * | logicalRecord_ |
bool | isOK_ |
Additional Inherited Members | |
![]() | |
static const QString | className () |
Service record "TC". ====================================================================================================
Definition at line 282 of file SgDbhFormat.h.
|
inline |
Definition at line 289 of file SgDbhFormat.h.
References isZ2_, numTeBlocks_, and tocType_.
|
inlinevirtual |
Definition at line 290 of file SgDbhFormat.h.
|
inlinevirtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 303 of file SgDbhFormat.h.
Referenced by readLR().
void SgDbhServiceRecordTc::dump | ( | QTextStream & | s | ) | const |
Service record "TC". ====================================================================================================
Definition at line 626 of file SgDbhFormat.cpp.
References numTeBlocks_, pRest, and tocType_.
Referenced by SgDbhTcBlock::dump().
|
inlinevirtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 294 of file SgDbhFormat.h.
References SgDbhServiceRecord::prefix_.
|
inline |
Definition at line 291 of file SgDbhFormat.h.
References isZ2_.
Referenced by SgDbhTcBlock::isLast().
|
inline |
Definition at line 292 of file SgDbhFormat.h.
References numTeBlocks_.
Referenced by SgDbhTcBlock::numTeBlocks().
|
inline |
Definition at line 298 of file SgDbhFormat.h.
References isZ2_, numTeBlocks_, SgDbhServiceRecord::operator=(), pRest, and tocType_.
|
virtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 639 of file SgDbhFormat.cpp.
References className(), SgLogger::IO_DBH, isAltered(), SgDbhPhysicalRecord::isOK_, SgDbhServiceRecord::isPrefixParsed(), isZ2_, logger, numTeBlocks_, pRest, tocType_, SgLogger::write(), and SgLogger::WRN.
|
inline |
Definition at line 293 of file SgDbhFormat.h.
References tocType_.
Referenced by SgDbhTcBlock::tocType().
|
virtual |
Reimplemented from SgDbhServiceRecord.
Definition at line 673 of file SgDbhFormat.cpp.
References isAltered(), numTeBlocks_, pRest, tocType_, and SgDbhServiceRecord::writeLR().
|
protected |
Definition at line 286 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordTc(), isZ2(), operator=(), and readLR().
|
protected |
Definition at line 285 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordTc(), dump(), numTeBlocks(), operator=(), readLR(), and writeLR().
|
protected |
Definition at line 287 of file SgDbhFormat.h.
Referenced by dump(), operator=(), readLR(), and writeLR().
|
protected |
Definition at line 285 of file SgDbhFormat.h.
Referenced by SgDbhServiceRecordTc(), dump(), operator=(), readLR(), tocType(), and writeLR().