General Purpose Geodetic Library
SgDot2xpsReading Class Reference

#include <SgStnLogCollector.h>

Public Member Functions

 SgDot2xpsReading ()
 
 SgDot2xpsReading (const SgDot2xpsReading &d2r)
 
 ~SgDot2xpsReading ()
 
const SgMJDgetT () const
 
const SgOnSourceRecordgetOsRec () const
 
const QMap< QString, float > & getDot2gpsByBrd () const
 
const QMap< QString, float > & getDot2ppsByBrd () const
 
void setT (const SgMJD &t)
 
void setOsRec (SgOnSourceRecord *os)
 
SgOnSourceRecord *& osRec ()
 
bool addDot2gpsByBrd (const QString &key, float v)
 
bool addDot2ppsByBrd (const QString &key, float v)
 

Static Public Member Functions

static const QString className ()
 

Private Attributes

SgMJD t_
 
QMap< QString, float > dot2gpsByBrd_
 
QMap< QString, float > dot2ppsByBrd_
 
SgOnSourceRecordosRec_
 

Detailed Description

SgDot2xpsReading: ====================================================================================================

Definition at line 715 of file SgStnLogCollector.h.

Constructor & Destructor Documentation

◆ SgDot2xpsReading() [1/2]

SgDot2xpsReading::SgDot2xpsReading ( )
inline

A constructor. Creates an object.

Definition at line 728 of file SgStnLogCollector.h.

References osRec_.

◆ SgDot2xpsReading() [2/2]

SgDot2xpsReading::SgDot2xpsReading ( const SgDot2xpsReading d2r)
inline

Definition at line 729 of file SgStnLogCollector.h.

References osRec_.

◆ ~SgDot2xpsReading()

SgDot2xpsReading::~SgDot2xpsReading ( )
inline

A destructor. Frees allocated memory.

Definition at line 735 of file SgStnLogCollector.h.

References dot2gpsByBrd_, dot2ppsByBrd_, and osRec_.

Member Function Documentation

◆ addDot2gpsByBrd()

bool SgDot2xpsReading::addDot2gpsByBrd ( const QString &  key,
float  v 
)
inline

Definition at line 749 of file SgStnLogCollector.h.

References dot2gpsByBrd_.

Referenced by SgStnLogCollector::readLogFile().

◆ addDot2ppsByBrd()

bool SgDot2xpsReading::addDot2ppsByBrd ( const QString &  key,
float  v 
)
inline

Definition at line 751 of file SgStnLogCollector.h.

References dot2ppsByBrd_.

Referenced by SgStnLogCollector::readLogFile().

◆ className()

static const QString SgDot2xpsReading::className ( )
static

Returns name of the class (for debug output).

◆ getDot2gpsByBrd()

const QMap<QString, float>& SgDot2xpsReading::getDot2gpsByBrd ( ) const
inline

Definition at line 742 of file SgStnLogCollector.h.

References dot2gpsByBrd_.

Referenced by SgStnLogReadings::createAntCalFile().

◆ getDot2ppsByBrd()

const QMap<QString, float>& SgDot2xpsReading::getDot2ppsByBrd ( ) const
inline

Definition at line 743 of file SgStnLogCollector.h.

References dot2ppsByBrd_.

Referenced by SgStnLogReadings::createAntCalFile().

◆ getOsRec()

const SgOnSourceRecord* SgDot2xpsReading::getOsRec ( ) const
inline

Definition at line 741 of file SgStnLogCollector.h.

References osRec_.

Referenced by SgStnLogReadings::createAntCalFile().

◆ getT()

const SgMJD& SgDot2xpsReading::getT ( ) const
inline

Definition at line 740 of file SgStnLogCollector.h.

References t_.

Referenced by SgStnLogReadings::createAntCalFile().

◆ osRec()

SgOnSourceRecord* & SgDot2xpsReading::osRec ( )
inline

Definition at line 747 of file SgStnLogCollector.h.

References osRec_.

◆ setOsRec()

void SgDot2xpsReading::setOsRec ( SgOnSourceRecord os)
inline

Definition at line 746 of file SgStnLogCollector.h.

References osRec_.

Referenced by SgStnLogCollector::readLogFile().

◆ setT()

void SgDot2xpsReading::setT ( const SgMJD t)
inline

Definition at line 745 of file SgStnLogCollector.h.

References t_.

Referenced by SgStnLogCollector::readLogFile().

Member Data Documentation

◆ dot2gpsByBrd_

QMap<QString, float> SgDot2xpsReading::dot2gpsByBrd_
private

Definition at line 764 of file SgStnLogCollector.h.

Referenced by ~SgDot2xpsReading(), addDot2gpsByBrd(), and getDot2gpsByBrd().

◆ dot2ppsByBrd_

QMap<QString, float> SgDot2xpsReading::dot2ppsByBrd_
private

Definition at line 765 of file SgStnLogCollector.h.

Referenced by ~SgDot2xpsReading(), addDot2ppsByBrd(), and getDot2ppsByBrd().

◆ osRec_

SgOnSourceRecord* SgDot2xpsReading::osRec_
private

Definition at line 766 of file SgStnLogCollector.h.

Referenced by SgDot2xpsReading(), ~SgDot2xpsReading(), getOsRec(), osRec(), and setOsRec().

◆ t_

SgMJD SgDot2xpsReading::t_
private

Definition at line 763 of file SgStnLogCollector.h.

Referenced by getT(), and setT().


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