General Purpose Geodetic Library
SgKombBd05Record Class Reference

#include <SgKombFormat.h>

Public Member Functions

 SgKombBd05Record ()
 
 ~SgKombBd05Record ()
 
const char * prefix () const
 
const char * bwsMode () const
 
const char * bandId () const
 
float fineSearchFringeAmplitude () const
 
float coarseSearchFringeAmplitude () const
 
float snr () const
 
float incohFringeAmplitude () const
 
float falseDetectionProbability () const
 
double obsDelayAtReferEpoch () const
 
double obsDelayResid () const
 
float obsDelaySigma () const
 
float obsDelayAmbiguity () const
 
double obsDelayRateAtReferEpoch () const
 
double obsDelayRateResid () const
 
float obsDelayRateSigma () const
 
double obsCoarseDelayAtReferEpoch () const
 
double obsCoarseDelayResid () const
 
float obsCoarseDelaySigma () const
 
double obsCoarseDelayRateResid () const
 
double phaseDelayAtReferEpoch () const
 
double phaseDelayAtReferEpochPlus_1sec () const
 
double phaseDelayAtReferEpochMinus_1sec () const
 
float fringeAmpPhase (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 fineSearchFringeAmplitude_
 
float coarseSearchFringeAmplitude_
 
float snr_
 
float incohFringeAmplitude_
 
float falseDetectionProbability_
 
double obsDelayAtReferEpoch_
 
double obsDelayResid_
 
float obsDelaySigma_
 
float obsDelayAmbiguity_
 
double obsDelayRateAtReferEpoch_
 
double obsDelayRateResid_
 
float obsDelayRateSigma_
 
double obsCoarseDelayAtReferEpoch_
 
double obsCoarseDelayResid_
 
float obsCoarseDelaySigma_
 
double obsCoarseDelayRateResid_
 
double phaseDelayAtReferEpoch_
 
double phaseDelayAtReferEpochPlus_1sec_
 
double phaseDelayAtReferEpochMinus_1sec_
 
float fringeAmpPhase_ [16][2]
 

Friends

SgKombStreamoperator>> (SgKombStream &, SgKombBd05Record &)
 

Detailed Description

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

Definition at line 675 of file SgKombFormat.h.

Constructor & Destructor Documentation

◆ SgKombBd05Record()

◆ ~SgKombBd05Record()

SgKombBd05Record::~SgKombBd05Record ( )
inline

Definition at line 685 of file SgKombFormat.h.

Member Function Documentation

◆ bandId()

const char* SgKombBd05Record::bandId ( ) const
inline

Definition at line 692 of file SgKombFormat.h.

References bandId_.

Referenced by SgKombReader::readFile().

◆ bwsMode()

const char* SgKombBd05Record::bwsMode ( ) const
inline

Definition at line 691 of file SgKombFormat.h.

References bwsMode_.

◆ className()

const QString SgKombBd05Record::className ( )
static

SgKombBd05Record: ====================================================================================================

Definition at line 761 of file SgKombFormat.cpp.

◆ coarseSearchFringeAmplitude()

float SgKombBd05Record::coarseSearchFringeAmplitude ( ) const
inline

Definition at line 694 of file SgKombFormat.h.

References coarseSearchFringeAmplitude_.

Referenced by SgVlbiSession::processKombFile().

◆ debugReport()

◆ falseDetectionProbability()

float SgKombBd05Record::falseDetectionProbability ( ) const
inline

Definition at line 697 of file SgKombFormat.h.

References falseDetectionProbability_.

Referenced by SgVlbiSession::processKombFile().

◆ fineSearchFringeAmplitude()

float SgKombBd05Record::fineSearchFringeAmplitude ( ) const
inline

Definition at line 693 of file SgKombFormat.h.

References fineSearchFringeAmplitude_.

Referenced by SgVlbiSession::processKombFile().

◆ fringeAmpPhase()

float SgKombBd05Record::fringeAmpPhase ( int  i,
int  j 
) const
inline

Definition at line 712 of file SgKombFormat.h.

References fringeAmpPhase_.

Referenced by SgVlbiSession::processKombFile().

◆ incohFringeAmplitude()

float SgKombBd05Record::incohFringeAmplitude ( ) const
inline

Definition at line 696 of file SgKombFormat.h.

References incohFringeAmplitude_.

Referenced by SgVlbiSession::processKombFile().

◆ obsCoarseDelayAtReferEpoch()

double SgKombBd05Record::obsCoarseDelayAtReferEpoch ( ) const
inline

Definition at line 705 of file SgKombFormat.h.

References obsCoarseDelayAtReferEpoch_.

Referenced by SgVlbiSession::processKombFile().

◆ obsCoarseDelayRateResid()

double SgKombBd05Record::obsCoarseDelayRateResid ( ) const
inline

Definition at line 708 of file SgKombFormat.h.

References obsCoarseDelayRateResid_.

◆ obsCoarseDelayResid()

double SgKombBd05Record::obsCoarseDelayResid ( ) const
inline

Definition at line 706 of file SgKombFormat.h.

References obsCoarseDelayResid_.

Referenced by SgVlbiSession::processKombFile().

◆ obsCoarseDelaySigma()

float SgKombBd05Record::obsCoarseDelaySigma ( ) const
inline

Definition at line 707 of file SgKombFormat.h.

References obsCoarseDelaySigma_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayAmbiguity()

float SgKombBd05Record::obsDelayAmbiguity ( ) const
inline

Definition at line 701 of file SgKombFormat.h.

References obsDelayAmbiguity_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayAtReferEpoch()

double SgKombBd05Record::obsDelayAtReferEpoch ( ) const
inline

Definition at line 698 of file SgKombFormat.h.

References obsDelayAtReferEpoch_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayRateAtReferEpoch()

double SgKombBd05Record::obsDelayRateAtReferEpoch ( ) const
inline

Definition at line 702 of file SgKombFormat.h.

References obsDelayRateAtReferEpoch_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayRateResid()

double SgKombBd05Record::obsDelayRateResid ( ) const
inline

Definition at line 703 of file SgKombFormat.h.

References obsDelayRateResid_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayRateSigma()

float SgKombBd05Record::obsDelayRateSigma ( ) const
inline

Definition at line 704 of file SgKombFormat.h.

References obsDelayRateSigma_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelayResid()

double SgKombBd05Record::obsDelayResid ( ) const
inline

Definition at line 699 of file SgKombFormat.h.

References obsDelayResid_.

Referenced by SgVlbiSession::processKombFile().

◆ obsDelaySigma()

float SgKombBd05Record::obsDelaySigma ( ) const
inline

Definition at line 700 of file SgKombFormat.h.

References obsDelaySigma_.

Referenced by SgVlbiSession::processKombFile().

◆ phaseDelayAtReferEpoch()

double SgKombBd05Record::phaseDelayAtReferEpoch ( ) const
inline

Definition at line 709 of file SgKombFormat.h.

References phaseDelayAtReferEpoch_.

Referenced by SgVlbiSession::processKombFile().

◆ phaseDelayAtReferEpochMinus_1sec()

double SgKombBd05Record::phaseDelayAtReferEpochMinus_1sec ( ) const
inline

Definition at line 711 of file SgKombFormat.h.

References phaseDelayAtReferEpochMinus_1sec_.

Referenced by SgVlbiSession::processKombFile().

◆ phaseDelayAtReferEpochPlus_1sec()

double SgKombBd05Record::phaseDelayAtReferEpochPlus_1sec ( ) const
inline

Definition at line 710 of file SgKombFormat.h.

References phaseDelayAtReferEpochPlus_1sec_.

Referenced by SgVlbiSession::processKombFile().

◆ prefix()

const char* SgKombBd05Record::prefix ( ) const
inline

Definition at line 690 of file SgKombFormat.h.

References prefix_.

◆ snr()

float SgKombBd05Record::snr ( ) const
inline

Definition at line 695 of file SgKombFormat.h.

References snr_.

Referenced by SgVlbiSession::processKombFile().

Friends And Related Function Documentation

◆ operator>>

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

Definition at line 811 of file SgKombFormat.cpp.

Member Data Documentation

◆ bandId_

char SgKombBd05Record::bandId_[3]
protected

Definition at line 733 of file SgKombFormat.h.

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

◆ bwsMode_

char SgKombBd05Record::bwsMode_[5]
protected

Definition at line 732 of file SgKombFormat.h.

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

◆ coarseSearchFringeAmplitude_

float SgKombBd05Record::coarseSearchFringeAmplitude_
protected

Definition at line 735 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), coarseSearchFringeAmplitude(), and debugReport().

◆ falseDetectionProbability_

float SgKombBd05Record::falseDetectionProbability_
protected

Definition at line 738 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and falseDetectionProbability().

◆ fineSearchFringeAmplitude_

float SgKombBd05Record::fineSearchFringeAmplitude_
protected

Definition at line 734 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and fineSearchFringeAmplitude().

◆ fringeAmpPhase_

float SgKombBd05Record::fringeAmpPhase_[16][2]
protected

Definition at line 753 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and fringeAmpPhase().

◆ incohFringeAmplitude_

float SgKombBd05Record::incohFringeAmplitude_
protected

Definition at line 737 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and incohFringeAmplitude().

◆ obsCoarseDelayAtReferEpoch_

double SgKombBd05Record::obsCoarseDelayAtReferEpoch_
protected

Definition at line 746 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsCoarseDelayAtReferEpoch().

◆ obsCoarseDelayRateResid_

double SgKombBd05Record::obsCoarseDelayRateResid_
protected

Definition at line 749 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsCoarseDelayRateResid().

◆ obsCoarseDelayResid_

double SgKombBd05Record::obsCoarseDelayResid_
protected

Definition at line 747 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsCoarseDelayResid().

◆ obsCoarseDelaySigma_

float SgKombBd05Record::obsCoarseDelaySigma_
protected

Definition at line 748 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsCoarseDelaySigma().

◆ obsDelayAmbiguity_

float SgKombBd05Record::obsDelayAmbiguity_
protected

Definition at line 742 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelayAmbiguity().

◆ obsDelayAtReferEpoch_

double SgKombBd05Record::obsDelayAtReferEpoch_
protected

Definition at line 739 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelayAtReferEpoch().

◆ obsDelayRateAtReferEpoch_

double SgKombBd05Record::obsDelayRateAtReferEpoch_
protected

Definition at line 743 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), and obsDelayRateAtReferEpoch().

◆ obsDelayRateResid_

double SgKombBd05Record::obsDelayRateResid_
protected

Definition at line 744 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelayRateResid().

◆ obsDelayRateSigma_

float SgKombBd05Record::obsDelayRateSigma_
protected

Definition at line 745 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelayRateSigma().

◆ obsDelayResid_

double SgKombBd05Record::obsDelayResid_
protected

Definition at line 740 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelayResid().

◆ obsDelaySigma_

float SgKombBd05Record::obsDelaySigma_
protected

Definition at line 741 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and obsDelaySigma().

◆ phaseDelayAtReferEpoch_

double SgKombBd05Record::phaseDelayAtReferEpoch_
protected

Definition at line 750 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and phaseDelayAtReferEpoch().

◆ phaseDelayAtReferEpochMinus_1sec_

double SgKombBd05Record::phaseDelayAtReferEpochMinus_1sec_
protected

Definition at line 752 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and phaseDelayAtReferEpochMinus_1sec().

◆ phaseDelayAtReferEpochPlus_1sec_

double SgKombBd05Record::phaseDelayAtReferEpochPlus_1sec_
protected

Definition at line 751 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and phaseDelayAtReferEpochPlus_1sec().

◆ prefix_

char SgKombBd05Record::prefix_[5]
protected

Definition at line 731 of file SgKombFormat.h.

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

◆ snr_

float SgKombBd05Record::snr_
protected

Definition at line 736 of file SgKombFormat.h.

Referenced by SgKombBd05Record(), debugReport(), and snr().


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