General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombBd04Record () | |
~SgKombBd04Record () | |
const char * | prefix () const |
const char * | bwsMode () const |
const char * | bandId () const |
float | phaseCalAmpPhase2 (int i, int j) const |
void | debugReport () |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
char | prefix_ [5] |
char | bwsMode_ [5] |
char | bandId_ [3] |
float | phaseCalAmpPhase2_ [16][2] |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombBd04Record &) |
====================================================================================================
Definition at line 620 of file SgKombFormat.h.
|
inline |
Definition at line 1261 of file SgKombFormat.h.
References bandId_, bwsMode_, phaseCalAmpPhase2_, and prefix_.
|
inline |
Definition at line 630 of file SgKombFormat.h.
|
inline |
Definition at line 637 of file SgKombFormat.h.
References bandId_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 636 of file SgKombFormat.h.
References bwsMode_.
|
static |
SgKombBd04Record: ====================================================================================================
Definition at line 702 of file SgKombFormat.cpp.
void SgKombBd04Record::debugReport | ( | ) |
Definition at line 710 of file SgKombFormat.cpp.
References bandId_, bwsMode_, phaseCalAmpPhase2_, and prefix_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 638 of file SgKombFormat.h.
References phaseCalAmpPhase2_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 635 of file SgKombFormat.h.
References prefix_.
|
friend |
Definition at line 728 of file SgKombFormat.cpp.
|
protected |
Definition at line 659 of file SgKombFormat.h.
Referenced by SgKombBd04Record(), bandId(), and debugReport().
|
protected |
Definition at line 658 of file SgKombFormat.h.
Referenced by SgKombBd04Record(), bwsMode(), and debugReport().
|
protected |
Definition at line 660 of file SgKombFormat.h.
Referenced by SgKombBd04Record(), debugReport(), and phaseCalAmpPhase2().
|
protected |
Definition at line 657 of file SgKombFormat.h.
Referenced by SgKombBd04Record(), debugReport(), and prefix().