General Purpose Geodetic Library
SgKombBd03Record Class Reference

#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

SgKombStreamoperator>> (SgKombStream &, SgKombBd03Record &)
 

Detailed Description

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

Definition at line 561 of file SgKombFormat.h.

Constructor & Destructor Documentation

◆ SgKombBd03Record()

SgKombBd03Record::SgKombBd03Record ( )
inline

Definition at line 1221 of file SgKombFormat.h.

References bandId_, bwsMode_, phaseCalAmpPhase1_, phaseCalRate1_, phaseCalRate2_, and prefix_.

◆ ~SgKombBd03Record()

SgKombBd03Record::~SgKombBd03Record ( )
inline

Definition at line 571 of file SgKombFormat.h.

Member Function Documentation

◆ bandId()

const char* SgKombBd03Record::bandId ( ) const
inline

Definition at line 578 of file SgKombFormat.h.

References bandId_.

Referenced by SgKombReader::readFile().

◆ bwsMode()

const char* SgKombBd03Record::bwsMode ( ) const
inline

Definition at line 577 of file SgKombFormat.h.

References bwsMode_.

◆ className()

const QString SgKombBd03Record::className ( )
static

SgKombBd03Record: ====================================================================================================

Definition at line 636 of file SgKombFormat.cpp.

◆ debugReport()

void SgKombBd03Record::debugReport ( )

Definition at line 644 of file SgKombFormat.cpp.

References bandId_, bwsMode_, phaseCalAmpPhase1_, phaseCalRate1_, phaseCalRate2_, and prefix_.

Referenced by SgKombReader::readFile().

◆ phaseCalAmpPhase1()

float SgKombBd03Record::phaseCalAmpPhase1 ( int  i,
int  j 
) const
inline

Definition at line 581 of file SgKombFormat.h.

References phaseCalAmpPhase1_.

Referenced by SgVlbiSession::processKombFile().

◆ phaseCalRate1()

double SgKombBd03Record::phaseCalRate1 ( ) const
inline

Definition at line 579 of file SgKombFormat.h.

References phaseCalRate1_.

Referenced by SgVlbiSession::processKombFile().

◆ phaseCalRate2()

double SgKombBd03Record::phaseCalRate2 ( ) const
inline

Definition at line 580 of file SgKombFormat.h.

References phaseCalRate2_.

Referenced by SgVlbiSession::processKombFile().

◆ prefix()

const char* SgKombBd03Record::prefix ( ) const
inline

Definition at line 576 of file SgKombFormat.h.

References prefix_.

Friends And Related Function Documentation

◆ operator>>

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

Definition at line 669 of file SgKombFormat.cpp.

Member Data Documentation

◆ bandId_

char SgKombBd03Record::bandId_[3]
protected

Definition at line 602 of file SgKombFormat.h.

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

◆ bwsMode_

char SgKombBd03Record::bwsMode_[5]
protected

Definition at line 601 of file SgKombFormat.h.

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

◆ phaseCalAmpPhase1_

float SgKombBd03Record::phaseCalAmpPhase1_[16][2]
protected

Definition at line 605 of file SgKombFormat.h.

Referenced by SgKombBd03Record(), debugReport(), and phaseCalAmpPhase1().

◆ phaseCalRate1_

double SgKombBd03Record::phaseCalRate1_
protected

Definition at line 603 of file SgKombFormat.h.

Referenced by SgKombBd03Record(), debugReport(), and phaseCalRate1().

◆ phaseCalRate2_

double SgKombBd03Record::phaseCalRate2_
protected

Definition at line 604 of file SgKombFormat.h.

Referenced by SgKombBd03Record(), debugReport(), and phaseCalRate2().

◆ prefix_

char SgKombBd03Record::prefix_[5]
protected

Definition at line 600 of file SgKombFormat.h.

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


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