General Purpose Geodetic Library
SgKombOb03Record Class Reference

#include <SgKombFormat.h>

Public Member Functions

 SgKombOb03Record ()
 
 ~SgKombOb03Record ()
 
const char * prefix () const
 
double rfFreqs (int i) const
 
float phCalFreqs (int i) const
 
void debugReport ()
 

Static Public Member Functions

static const QString className ()
 

Protected Attributes

char prefix_ [5]
 
double rfFreqs_ [16]
 
float phCalFreqs_ [16]
 

Friends

SgKombStreamoperator>> (SgKombStream &, SgKombOb03Record &)
 

Detailed Description

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

Definition at line 345 of file SgKombFormat.h.

Constructor & Destructor Documentation

◆ SgKombOb03Record()

SgKombOb03Record::SgKombOb03Record ( )
inline

Definition at line 1073 of file SgKombFormat.h.

References phCalFreqs_, prefix_, and rfFreqs_.

◆ ~SgKombOb03Record()

SgKombOb03Record::~SgKombOb03Record ( )
inline

Definition at line 355 of file SgKombFormat.h.

Member Function Documentation

◆ className()

const QString SgKombOb03Record::className ( )
static

SgKombOb03Record: ====================================================================================================

Definition at line 375 of file SgKombFormat.cpp.

◆ debugReport()

void SgKombOb03Record::debugReport ( )

Definition at line 383 of file SgKombFormat.cpp.

References phCalFreqs_, prefix_, and rfFreqs_.

Referenced by SgKombReader::readFile().

◆ phCalFreqs()

float SgKombOb03Record::phCalFreqs ( int  i) const
inline

Definition at line 362 of file SgKombFormat.h.

References phCalFreqs_.

Referenced by SgVlbiSession::processKombFile().

◆ prefix()

const char* SgKombOb03Record::prefix ( ) const
inline

Definition at line 360 of file SgKombFormat.h.

References prefix_.

◆ rfFreqs()

double SgKombOb03Record::rfFreqs ( int  i) const
inline

Definition at line 361 of file SgKombFormat.h.

References rfFreqs_.

Friends And Related Function Documentation

◆ operator>>

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

Definition at line 397 of file SgKombFormat.cpp.

Member Data Documentation

◆ phCalFreqs_

float SgKombOb03Record::phCalFreqs_[16]
protected

Definition at line 381 of file SgKombFormat.h.

Referenced by SgKombOb03Record(), debugReport(), and phCalFreqs().

◆ prefix_

char SgKombOb03Record::prefix_[5]
protected

Definition at line 379 of file SgKombFormat.h.

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

◆ rfFreqs_

double SgKombOb03Record::rfFreqs_[16]
protected

Definition at line 380 of file SgKombFormat.h.

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


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