General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombBd03Record () | |
~SgKombBd03Record () | |
const char * | prefix () const |
const char * | bwsMode () const |
const char * | bandId () const |
double | phaseCalRate1 () const |
double | phaseCalRate2 () const |
float | phaseCalAmpPhase1 (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] |
double | phaseCalRate1_ |
double | phaseCalRate2_ |
float | phaseCalAmpPhase1_ [16][2] |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombBd03Record &) |
====================================================================================================
Definition at line 561 of file SgKombFormat.h.
|
inline |
Definition at line 1221 of file SgKombFormat.h.
References bandId_, bwsMode_, phaseCalAmpPhase1_, phaseCalRate1_, phaseCalRate2_, and prefix_.
|
inline |
Definition at line 571 of file SgKombFormat.h.
|
inline |
Definition at line 578 of file SgKombFormat.h.
References bandId_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 577 of file SgKombFormat.h.
References bwsMode_.
|
static |
SgKombBd03Record: ====================================================================================================
Definition at line 636 of file SgKombFormat.cpp.
void SgKombBd03Record::debugReport | ( | ) |
Definition at line 644 of file SgKombFormat.cpp.
References bandId_, bwsMode_, phaseCalAmpPhase1_, phaseCalRate1_, phaseCalRate2_, and prefix_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 581 of file SgKombFormat.h.
References phaseCalAmpPhase1_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 579 of file SgKombFormat.h.
References phaseCalRate1_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 580 of file SgKombFormat.h.
References phaseCalRate2_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 576 of file SgKombFormat.h.
References prefix_.
|
friend |
Definition at line 669 of file SgKombFormat.cpp.
|
protected |
Definition at line 602 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), bandId(), and debugReport().
|
protected |
Definition at line 601 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), bwsMode(), and debugReport().
|
protected |
Definition at line 605 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), debugReport(), and phaseCalAmpPhase1().
|
protected |
Definition at line 603 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), debugReport(), and phaseCalRate1().
|
protected |
Definition at line 604 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), debugReport(), and phaseCalRate2().
|
protected |
Definition at line 600 of file SgKombFormat.h.
Referenced by SgKombBd03Record(), debugReport(), and prefix().