General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombHeader () | |
~SgKombHeader () | |
short | idx () const |
const char * | prefix () const |
const char * | prefixIdx () const |
const char * | experimentCode () const |
short | obsIdx () const |
const char * | baselineId () const |
short | totalNumberOfRecs () const |
short | totalNumberOfHeaderRecs () const |
const char * | kombFileName () const |
const QList< SgKombHeaderRecord * > & | entries () const |
void | debugReport () |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
int | idx_ |
char | prefix_ [3] |
char | prefixIdx_ [3] |
char | experimentCode_ [11] |
short | obsIdx_ |
char | baselineId_ [3] |
short | totalNumberOfRecs_ |
short | totalNumberOfHeaderRecs_ |
char | kombFileName_ [7] |
QList< SgKombHeaderRecord * > | entries_ |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombHeader &) |
====================================================================================================
Definition at line 127 of file SgKombFormat.h.
|
inline |
Definition at line 908 of file SgKombFormat.h.
References baselineId_, experimentCode_, idx_, kombFileName_, obsIdx_, prefix_, prefixIdx_, totalNumberOfHeaderRecs_, and totalNumberOfRecs_.
|
inline |
Definition at line 928 of file SgKombFormat.h.
References entries_.
|
inline |
Definition at line 147 of file SgKombFormat.h.
References baselineId_.
|
static |
SgKombHeader: ====================================================================================================
Definition at line 88 of file SgKombFormat.cpp.
void SgKombHeader::debugReport | ( | ) |
Definition at line 96 of file SgKombFormat.cpp.
References baselineId_, entries_, experimentCode_, idx_, kombFileName_, obsIdx_, prefix_, totalNumberOfHeaderRecs_, and totalNumberOfRecs_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 151 of file SgKombFormat.h.
References entries_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 145 of file SgKombFormat.h.
References experimentCode_.
|
inline |
Definition at line 142 of file SgKombFormat.h.
References idx_.
|
inline |
Definition at line 150 of file SgKombFormat.h.
References kombFileName_.
|
inline |
Definition at line 146 of file SgKombFormat.h.
References obsIdx_.
|
inline |
Definition at line 143 of file SgKombFormat.h.
References prefix_.
|
inline |
Definition at line 144 of file SgKombFormat.h.
References prefixIdx_.
|
inline |
Definition at line 149 of file SgKombFormat.h.
References totalNumberOfHeaderRecs_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 148 of file SgKombFormat.h.
References totalNumberOfRecs_.
|
friend |
Definition at line 113 of file SgKombFormat.cpp.
|
protected |
Definition at line 173 of file SgKombFormat.h.
Referenced by SgKombHeader(), baselineId(), and debugReport().
|
protected |
Definition at line 177 of file SgKombFormat.h.
Referenced by ~SgKombHeader(), debugReport(), and entries().
|
protected |
Definition at line 171 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and experimentCode().
|
protected |
Definition at line 168 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and idx().
|
protected |
Definition at line 176 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and kombFileName().
|
protected |
Definition at line 172 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and obsIdx().
|
protected |
Definition at line 169 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and prefix().
|
protected |
Definition at line 170 of file SgKombFormat.h.
Referenced by SgKombHeader(), and prefixIdx().
|
protected |
Definition at line 175 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and totalNumberOfHeaderRecs().
|
protected |
Definition at line 174 of file SgKombFormat.h.
Referenced by SgKombHeader(), debugReport(), and totalNumberOfRecs().