General Purpose Geodetic Library
SgTsysReading Class Reference

#include <SgStnLogCollector.h>

Public Member Functions

 SgTsysReading ()
 
 SgTsysReading (const SgTsysReading &tsr)
 
 ~SgTsysReading ()
 
const SgMJDgetT () const
 
const QMap< QString, float > & getTsys () const
 
const QMap< QString, QVector< int > > & getTpcont () const
 
QMap< QString, float > & tsys ()
 
QMap< QString, QVector< int > > & tpcont ()
 
bool getIsOk () const
 
bool getIsDataOn () const
 
bool getIsOnSource () const
 
const SgOnSourceRecordgetOsRec () const
 
const QList< SgTraklReading * > & getTrakls () const
 
void setT (const SgMJD &t)
 
void setIsOk (bool isOk)
 
void setIsDataOn (bool isDataOn)
 
void setIsOnSource (bool isOnSource)
 
void setOsRec (SgOnSourceRecord *os)
 
SgOnSourceRecord *& osRec ()
 
QList< SgTraklReading * > & trakls ()
 
void addTsyses (const QMap< QString, float > &tsys)
 
void addTpconts (const QMap< QString, QVector< int > > &tpcont)
 

Static Public Member Functions

static const QString className ()
 

Private Attributes

SgMJD t_
 
QMap< QString, float > tsys_
 
QMap< QString, QVector< int > > tpcont_
 
bool isOk_
 
bool isDataOn_
 
bool isOnSource_
 
SgOnSourceRecordosRec_
 
QList< SgTraklReading * > trakls_
 

Detailed Description

SgTsysReading: ====================================================================================================

Definition at line 309 of file SgStnLogCollector.h.

Constructor & Destructor Documentation

◆ SgTsysReading() [1/2]

SgTsysReading::SgTsysReading ( )
inline

A constructor. Creates an object.

Definition at line 322 of file SgStnLogCollector.h.

References isDataOn_, isOk_, isOnSource_, and osRec_.

◆ SgTsysReading() [2/2]

SgTsysReading::SgTsysReading ( const SgTsysReading tsr)
inline

◆ ~SgTsysReading()

SgTsysReading::~SgTsysReading ( )
inline

A destructor. Frees allocated memory.

Definition at line 337 of file SgStnLogCollector.h.

References osRec_, tpcont_, trakls_, and tsys_.

Member Function Documentation

◆ addTpconts()

void SgTsysReading::addTpconts ( const QMap< QString, QVector< int > > &  tpcont)

Definition at line 132 of file SgStnLogCollector.cpp.

References tpcont(), and tpcont_.

Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().

◆ addTsyses()

void SgTsysReading::addTsyses ( const QMap< QString, float > &  tsys)

Definition at line 123 of file SgStnLogCollector.cpp.

References tsys(), and tsys_.

Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().

◆ className()

const QString SgTsysReading::className ( )
static

Returns name of the class (for debug output).

Definition at line 115 of file SgStnLogCollector.cpp.

◆ getIsDataOn()

bool SgTsysReading::getIsDataOn ( ) const
inline

Definition at line 354 of file SgStnLogCollector.h.

References isDataOn_.

Referenced by SgTsysReading().

◆ getIsOk()

bool SgTsysReading::getIsOk ( ) const
inline

Definition at line 353 of file SgStnLogCollector.h.

References isOk_.

Referenced by SgTsysReading().

◆ getIsOnSource()

bool SgTsysReading::getIsOnSource ( ) const
inline

Definition at line 355 of file SgStnLogCollector.h.

References isOnSource_.

Referenced by SgTsysReading().

◆ getOsRec()

const SgOnSourceRecord* SgTsysReading::getOsRec ( ) const
inline

Definition at line 356 of file SgStnLogCollector.h.

References osRec_.

Referenced by SgStnLogReadings::createAntCalFile().

◆ getT()

const SgMJD& SgTsysReading::getT ( ) const
inline

◆ getTpcont()

const QMap<QString, QVector<int> >& SgTsysReading::getTpcont ( ) const
inline

Definition at line 350 of file SgStnLogCollector.h.

References tpcont_.

Referenced by SgTsysReading(), and SgStnLogReadings::createAntCalFile().

◆ getTrakls()

const QList<SgTraklReading*>& SgTsysReading::getTrakls ( ) const
inline

Definition at line 357 of file SgStnLogCollector.h.

References trakls_.

Referenced by SgTsysReading().

◆ getTsys()

const QMap<QString, float>& SgTsysReading::getTsys ( ) const
inline

◆ osRec()

SgOnSourceRecord* & SgTsysReading::osRec ( )
inline

Definition at line 364 of file SgStnLogCollector.h.

References osRec_.

Referenced by SgStnLogReadings::createAntabFile().

◆ setIsDataOn()

void SgTsysReading::setIsDataOn ( bool  isDataOn)
inline

Definition at line 361 of file SgStnLogCollector.h.

References isDataOn_.

Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().

◆ setIsOk()

void SgTsysReading::setIsOk ( bool  isOk)
inline

Definition at line 360 of file SgStnLogCollector.h.

References isOk_.

Referenced by SgTsysReading().

◆ setIsOnSource()

void SgTsysReading::setIsOnSource ( bool  isOnSource)
inline

Definition at line 362 of file SgStnLogCollector.h.

References isOnSource_.

Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().

◆ setOsRec()

void SgTsysReading::setOsRec ( SgOnSourceRecord os)
inline

Definition at line 363 of file SgStnLogCollector.h.

References osRec_.

Referenced by SgStnLogCollector::readLogFile().

◆ setT()

void SgTsysReading::setT ( const SgMJD t)
inline

Definition at line 359 of file SgStnLogCollector.h.

References t_.

Referenced by SgStnLogCollector::readLogFile().

◆ tpcont()

QMap<QString, QVector<int> >& SgTsysReading::tpcont ( )
inline

Definition at line 352 of file SgStnLogCollector.h.

References tpcont_.

Referenced by addTpconts().

◆ trakls()

QList<SgTraklReading*>& SgTsysReading::trakls ( )
inline

◆ tsys()

QMap<QString, float>& SgTsysReading::tsys ( )
inline

Definition at line 351 of file SgStnLogCollector.h.

References tsys_.

Referenced by addTsyses().

Member Data Documentation

◆ isDataOn_

bool SgTsysReading::isDataOn_
private

Definition at line 397 of file SgStnLogCollector.h.

Referenced by SgTsysReading(), getIsDataOn(), and setIsDataOn().

◆ isOk_

bool SgTsysReading::isOk_
private

Definition at line 396 of file SgStnLogCollector.h.

Referenced by SgTsysReading(), getIsOk(), and setIsOk().

◆ isOnSource_

bool SgTsysReading::isOnSource_
private

Definition at line 398 of file SgStnLogCollector.h.

Referenced by SgTsysReading(), getIsOnSource(), and setIsOnSource().

◆ osRec_

SgOnSourceRecord* SgTsysReading::osRec_
private

Definition at line 399 of file SgStnLogCollector.h.

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

◆ t_

SgMJD SgTsysReading::t_
private

Definition at line 386 of file SgStnLogCollector.h.

Referenced by getT(), and setT().

◆ tpcont_

QMap<QString, QVector<int> > SgTsysReading::tpcont_
private

Definition at line 393 of file SgStnLogCollector.h.

Referenced by ~SgTsysReading(), addTpconts(), getTpcont(), and tpcont().

◆ trakls_

QList<SgTraklReading*> SgTsysReading::trakls_
private

Definition at line 400 of file SgStnLogCollector.h.

Referenced by SgTsysReading(), ~SgTsysReading(), getTrakls(), and trakls().

◆ tsys_

QMap<QString, float> SgTsysReading::tsys_
private

Definition at line 392 of file SgStnLogCollector.h.

Referenced by ~SgTsysReading(), addTsyses(), getTsys(), and tsys().


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