General Purpose Geodetic Library
|
#include <SgStnLogCollector.h>
Public Member Functions | |
SgTsysReading () | |
SgTsysReading (const SgTsysReading &tsr) | |
~SgTsysReading () | |
const SgMJD & | getT () 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 SgOnSourceRecord * | getOsRec () 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_ |
SgOnSourceRecord * | osRec_ |
QList< SgTraklReading * > | trakls_ |
SgTsysReading: ====================================================================================================
Definition at line 309 of file SgStnLogCollector.h.
|
inline |
A constructor. Creates an object.
Definition at line 322 of file SgStnLogCollector.h.
References isDataOn_, isOk_, isOnSource_, and osRec_.
|
inline |
Definition at line 327 of file SgStnLogCollector.h.
References addTpconts(), addTsyses(), getIsDataOn(), getIsOk(), getIsOnSource(), getTpcont(), getTrakls(), getTsys(), osRec_, setIsDataOn(), setIsOk(), setIsOnSource(), and trakls_.
|
inline |
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().
void SgTsysReading::addTsyses | ( | const QMap< QString, float > & | tsys | ) |
Definition at line 123 of file SgStnLogCollector.cpp.
Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().
|
static |
Returns name of the class (for debug output).
Definition at line 115 of file SgStnLogCollector.cpp.
|
inline |
Definition at line 354 of file SgStnLogCollector.h.
References isDataOn_.
Referenced by SgTsysReading().
|
inline |
Definition at line 353 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgTsysReading().
|
inline |
Definition at line 355 of file SgStnLogCollector.h.
References isOnSource_.
Referenced by SgTsysReading().
|
inline |
Definition at line 356 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 342 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogReadings::createAntabFile(), SgStnLogReadings::createAntCalFile(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 350 of file SgStnLogCollector.h.
References tpcont_.
Referenced by SgTsysReading(), and SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 357 of file SgStnLogCollector.h.
References trakls_.
Referenced by SgTsysReading().
|
inline |
Definition at line 349 of file SgStnLogCollector.h.
References tsys_.
Referenced by SgTsysReading(), SgStnLogReadings::createAntabFile(), SgStnLogReadings::createAntCalFile(), and SgStnLogReadings::propagateData().
|
inline |
Definition at line 364 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogReadings::createAntabFile().
|
inline |
Definition at line 361 of file SgStnLogCollector.h.
References isDataOn_.
Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 360 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgTsysReading().
|
inline |
Definition at line 362 of file SgStnLogCollector.h.
References isOnSource_.
Referenced by SgTsysReading(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 363 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogCollector::readLogFile().
|
inline |
Definition at line 359 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogCollector::readLogFile().
|
inline |
|
inline |
Definition at line 365 of file SgStnLogCollector.h.
References trakls_.
Referenced by SgStnLogReadings::createAntabFile(), SgStnLogReadings::createAntCalFile(), and SgStnLogCollector::readLogFile().
|
inline |
|
private |
Definition at line 397 of file SgStnLogCollector.h.
Referenced by SgTsysReading(), getIsDataOn(), and setIsDataOn().
|
private |
Definition at line 396 of file SgStnLogCollector.h.
Referenced by SgTsysReading(), getIsOk(), and setIsOk().
|
private |
Definition at line 398 of file SgStnLogCollector.h.
Referenced by SgTsysReading(), getIsOnSource(), and setIsOnSource().
|
private |
Definition at line 399 of file SgStnLogCollector.h.
Referenced by SgTsysReading(), ~SgTsysReading(), getOsRec(), osRec(), and setOsRec().
|
private |
Definition at line 386 of file SgStnLogCollector.h.
|
private |
Definition at line 393 of file SgStnLogCollector.h.
Referenced by ~SgTsysReading(), addTpconts(), getTpcont(), and tpcont().
|
private |
Definition at line 400 of file SgStnLogCollector.h.
Referenced by SgTsysReading(), ~SgTsysReading(), getTrakls(), and trakls().
|
private |
Definition at line 392 of file SgStnLogCollector.h.
Referenced by ~SgTsysReading(), addTsyses(), getTsys(), and tsys().