General Purpose Geodetic Library
|
#include <SgKombFormat.h>
Public Member Functions | |
SgKombBd01Record () | |
~SgKombBd01Record () | |
const char * | prefix () const |
const char * | bwsMode () const |
const char * | bandId () const |
short | epochProcKomb (int i) const |
short | kombProcsdNumber () const |
short | epochCorrStart (int i) const |
short | epochCorrFinis (int i) const |
short | totalNumOfProcChannels () const |
short | idxNumTable (int i, int j) const |
const char * | tapeQualityCode () const |
double | procRefFreq () const |
double | rfFreqs (int i) const |
const SgMJD & | tProcByKomb () const |
const SgMJD & | tCorrStart () const |
const SgMJD & | tCorrFinis () const |
void | debugReport () |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
char | prefix_ [5] |
char | bwsMode_ [5] |
char | bandId_ [3] |
short | epochProcKomb_ [4] |
short | kombProcsdNumber_ |
short | epochCorrStart_ [6] |
short | epochCorrFinis_ [6] |
short | totalNumOfProcChannels_ |
short | idxNumTable_ [16][2] |
char | tapeQualityCode_ [7] |
double | procRefFreq_ |
double | rfFreqs_ [16] |
SgMJD | tProcByKomb_ |
SgMJD | tCorrStart_ |
SgMJD | tCorrFinis_ |
Friends | |
SgKombStream & | operator>> (SgKombStream &, SgKombBd01Record &) |
====================================================================================================
Definition at line 396 of file SgKombFormat.h.
|
inline |
Definition at line 1109 of file SgKombFormat.h.
References bandId_, bwsMode_, epochCorrFinis_, epochCorrStart_, epochProcKomb_, idxNumTable_, kombProcsdNumber_, prefix_, procRefFreq_, rfFreqs_, tapeQualityCode_, and totalNumOfProcChannels_.
|
inline |
Definition at line 406 of file SgKombFormat.h.
|
inline |
Definition at line 413 of file SgKombFormat.h.
References bandId_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 412 of file SgKombFormat.h.
References bwsMode_.
|
static |
SgKombBd01Record: ====================================================================================================
Definition at line 428 of file SgKombFormat.cpp.
void SgKombBd01Record::debugReport | ( | ) |
Definition at line 436 of file SgKombFormat.cpp.
References bandId_, bwsMode_, idxNumTable_, kombProcsdNumber_, prefix_, procRefFreq_, rfFreqs_, tapeQualityCode_, tCorrFinis_, tCorrStart_, SgMJD::toString(), totalNumOfProcChannels_, and tProcByKomb_.
Referenced by SgKombReader::readFile().
|
inline |
Definition at line 417 of file SgKombFormat.h.
References epochCorrFinis_.
|
inline |
Definition at line 416 of file SgKombFormat.h.
References epochCorrStart_.
|
inline |
Definition at line 414 of file SgKombFormat.h.
References epochProcKomb_.
|
inline |
Definition at line 419 of file SgKombFormat.h.
References idxNumTable_.
|
inline |
Definition at line 415 of file SgKombFormat.h.
References kombProcsdNumber_.
|
inline |
Definition at line 411 of file SgKombFormat.h.
References prefix_.
|
inline |
Definition at line 421 of file SgKombFormat.h.
References procRefFreq_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 422 of file SgKombFormat.h.
References rfFreqs_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 420 of file SgKombFormat.h.
References tapeQualityCode_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 425 of file SgKombFormat.h.
References tCorrFinis_.
|
inline |
Definition at line 424 of file SgKombFormat.h.
References tCorrStart_.
|
inline |
Definition at line 418 of file SgKombFormat.h.
References totalNumOfProcChannels_.
Referenced by SgVlbiSession::processKombFile().
|
inline |
Definition at line 423 of file SgKombFormat.h.
References tProcByKomb_.
Referenced by SgVlbiSession::processKombFile().
|
friend |
Definition at line 464 of file SgKombFormat.cpp.
|
protected |
Definition at line 444 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), bandId(), and debugReport().
|
protected |
Definition at line 443 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), bwsMode(), and debugReport().
|
protected |
Definition at line 448 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), and epochCorrFinis().
|
protected |
Definition at line 447 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), and epochCorrStart().
|
protected |
Definition at line 445 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), and epochProcKomb().
|
protected |
Definition at line 450 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and idxNumTable().
|
protected |
Definition at line 446 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and kombProcsdNumber().
|
protected |
Definition at line 442 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and prefix().
|
protected |
Definition at line 452 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and procRefFreq().
|
protected |
Definition at line 453 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and rfFreqs().
|
protected |
Definition at line 451 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and tapeQualityCode().
|
protected |
Definition at line 456 of file SgKombFormat.h.
Referenced by debugReport(), and tCorrFinis().
|
protected |
Definition at line 455 of file SgKombFormat.h.
Referenced by debugReport(), and tCorrStart().
|
protected |
Definition at line 449 of file SgKombFormat.h.
Referenced by SgKombBd01Record(), debugReport(), and totalNumOfProcChannels().
|
protected |
Definition at line 454 of file SgKombFormat.h.
Referenced by debugReport(), and tProcByKomb().