General Purpose Geodetic Library
SgKombBd01Record Class Reference

#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 SgMJDtProcByKomb () const
 
const SgMJDtCorrStart () const
 
const SgMJDtCorrFinis () 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

SgKombStreamoperator>> (SgKombStream &, SgKombBd01Record &)
 

Detailed Description

====================================================================================================

Definition at line 396 of file SgKombFormat.h.

Constructor & Destructor Documentation

◆ SgKombBd01Record()

SgKombBd01Record::SgKombBd01Record ( )
inline

◆ ~SgKombBd01Record()

SgKombBd01Record::~SgKombBd01Record ( )
inline

Definition at line 406 of file SgKombFormat.h.

Member Function Documentation

◆ bandId()

const char* SgKombBd01Record::bandId ( ) const
inline

Definition at line 413 of file SgKombFormat.h.

References bandId_.

Referenced by SgKombReader::readFile().

◆ bwsMode()

const char* SgKombBd01Record::bwsMode ( ) const
inline

Definition at line 412 of file SgKombFormat.h.

References bwsMode_.

◆ className()

const QString SgKombBd01Record::className ( )
static

SgKombBd01Record: ====================================================================================================

Definition at line 428 of file SgKombFormat.cpp.

◆ debugReport()

◆ epochCorrFinis()

short SgKombBd01Record::epochCorrFinis ( int  i) const
inline

Definition at line 417 of file SgKombFormat.h.

References epochCorrFinis_.

◆ epochCorrStart()

short SgKombBd01Record::epochCorrStart ( int  i) const
inline

Definition at line 416 of file SgKombFormat.h.

References epochCorrStart_.

◆ epochProcKomb()

short SgKombBd01Record::epochProcKomb ( int  i) const
inline

Definition at line 414 of file SgKombFormat.h.

References epochProcKomb_.

◆ idxNumTable()

short SgKombBd01Record::idxNumTable ( int  i,
int  j 
) const
inline

Definition at line 419 of file SgKombFormat.h.

References idxNumTable_.

◆ kombProcsdNumber()

short SgKombBd01Record::kombProcsdNumber ( ) const
inline

Definition at line 415 of file SgKombFormat.h.

References kombProcsdNumber_.

◆ prefix()

const char* SgKombBd01Record::prefix ( ) const
inline

Definition at line 411 of file SgKombFormat.h.

References prefix_.

◆ procRefFreq()

double SgKombBd01Record::procRefFreq ( ) const
inline

Definition at line 421 of file SgKombFormat.h.

References procRefFreq_.

Referenced by SgVlbiSession::processKombFile().

◆ rfFreqs()

double SgKombBd01Record::rfFreqs ( int  i) const
inline

Definition at line 422 of file SgKombFormat.h.

References rfFreqs_.

Referenced by SgVlbiSession::processKombFile().

◆ tapeQualityCode()

const char* SgKombBd01Record::tapeQualityCode ( ) const
inline

Definition at line 420 of file SgKombFormat.h.

References tapeQualityCode_.

Referenced by SgVlbiSession::processKombFile().

◆ tCorrFinis()

const SgMJD& SgKombBd01Record::tCorrFinis ( ) const
inline

Definition at line 425 of file SgKombFormat.h.

References tCorrFinis_.

◆ tCorrStart()

const SgMJD& SgKombBd01Record::tCorrStart ( ) const
inline

Definition at line 424 of file SgKombFormat.h.

References tCorrStart_.

◆ totalNumOfProcChannels()

short SgKombBd01Record::totalNumOfProcChannels ( ) const
inline

Definition at line 418 of file SgKombFormat.h.

References totalNumOfProcChannels_.

Referenced by SgVlbiSession::processKombFile().

◆ tProcByKomb()

const SgMJD& SgKombBd01Record::tProcByKomb ( ) const
inline

Definition at line 423 of file SgKombFormat.h.

References tProcByKomb_.

Referenced by SgVlbiSession::processKombFile().

Friends And Related Function Documentation

◆ operator>>

SgKombStream& operator>> ( SgKombStream s,
SgKombBd01Record rec 
)
friend

Definition at line 464 of file SgKombFormat.cpp.

Member Data Documentation

◆ bandId_

char SgKombBd01Record::bandId_[3]
protected

Definition at line 444 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), bandId(), and debugReport().

◆ bwsMode_

char SgKombBd01Record::bwsMode_[5]
protected

Definition at line 443 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), bwsMode(), and debugReport().

◆ epochCorrFinis_

short SgKombBd01Record::epochCorrFinis_[6]
protected

Definition at line 448 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), and epochCorrFinis().

◆ epochCorrStart_

short SgKombBd01Record::epochCorrStart_[6]
protected

Definition at line 447 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), and epochCorrStart().

◆ epochProcKomb_

short SgKombBd01Record::epochProcKomb_[4]
protected

Definition at line 445 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), and epochProcKomb().

◆ idxNumTable_

short SgKombBd01Record::idxNumTable_[16][2]
protected

Definition at line 450 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and idxNumTable().

◆ kombProcsdNumber_

short SgKombBd01Record::kombProcsdNumber_
protected

Definition at line 446 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and kombProcsdNumber().

◆ prefix_

char SgKombBd01Record::prefix_[5]
protected

Definition at line 442 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and prefix().

◆ procRefFreq_

double SgKombBd01Record::procRefFreq_
protected

Definition at line 452 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and procRefFreq().

◆ rfFreqs_

double SgKombBd01Record::rfFreqs_[16]
protected

Definition at line 453 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and rfFreqs().

◆ tapeQualityCode_

char SgKombBd01Record::tapeQualityCode_[7]
protected

Definition at line 451 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and tapeQualityCode().

◆ tCorrFinis_

SgMJD SgKombBd01Record::tCorrFinis_
protected

Definition at line 456 of file SgKombFormat.h.

Referenced by debugReport(), and tCorrFinis().

◆ tCorrStart_

SgMJD SgKombBd01Record::tCorrStart_
protected

Definition at line 455 of file SgKombFormat.h.

Referenced by debugReport(), and tCorrStart().

◆ totalNumOfProcChannels_

short SgKombBd01Record::totalNumOfProcChannels_
protected

Definition at line 449 of file SgKombFormat.h.

Referenced by SgKombBd01Record(), debugReport(), and totalNumOfProcChannels().

◆ tProcByKomb_

SgMJD SgKombBd01Record::tProcByKomb_
protected

Definition at line 454 of file SgKombFormat.h.

Referenced by debugReport(), and tProcByKomb().


The documentation for this class was generated from the following files: