General Purpose Geodetic Library
|
#include <SgStnLogCollector.h>
Public Member Functions | |
SgSefdReading () | |
SgSefdReading (const SgSefdReading &sr) | |
~SgSefdReading () | |
const SgMJD & | getT () const |
const QString & | getSrcName () const |
double | getAz () const |
double | getEl () const |
const QMap< QString, QVector< double > * > & | getValByChanKey () const |
QMap< QString, QVector< double > * > & | valByChanKey () |
bool | getIsOk () const |
void | setT (const SgMJD &t) |
void | setIsOk (bool isOk) |
void | setSrcName (const QString &name) |
void | setAz (double d) |
void | setEl (double d) |
bool | addValByChanKey (const SgMJD &t, const QString &srcName, double az, double el, const QString &chanKey, const QVector< double > &val) |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
SgMJD | t_ |
QString | srcName_ |
double | az_ |
double | el_ |
QMap< QString, QVector< double > * > | valByChanKey_ |
bool | isOk_ |
SgSefdReading: ====================================================================================================
Definition at line 628 of file SgStnLogCollector.h.
|
inline |
A constructor. Creates an object.
Definition at line 641 of file SgStnLogCollector.h.
|
inline |
Definition at line 643 of file SgStnLogCollector.h.
References getIsOk(), getValByChanKey(), setIsOk(), and valByChanKey_.
|
inline |
A destructor. Frees allocated memory.
Definition at line 655 of file SgStnLogCollector.h.
References valByChanKey_.
bool SgSefdReading::addValByChanKey | ( | const SgMJD & | t, |
const QString & | srcName, | ||
double | az, | ||
double | el, | ||
const QString & | chanKey, | ||
const QVector< double > & | val | ||
) |
Definition at line 177 of file SgStnLogCollector.cpp.
References az_, className(), DAY2SEC, el_, SgMJD::F_YYYYMMDDHHMMSSSS, logger, SgLogger::RUN, srcName_, t_, SgMJD::toString(), tZero, valByChanKey_, SgLogger::write(), and SgLogger::WRN.
Referenced by SgStnLogCollector::readLogFile().
|
static |
Returns name of the class (for debug output).
Definition at line 169 of file SgStnLogCollector.cpp.
Referenced by addValByChanKey().
|
inline |
Definition at line 668 of file SgStnLogCollector.h.
References az_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 669 of file SgStnLogCollector.h.
References el_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 673 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgSefdReading().
|
inline |
Definition at line 667 of file SgStnLogCollector.h.
References srcName_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 666 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 671 of file SgStnLogCollector.h.
References valByChanKey_.
Referenced by SgSefdReading(), and SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 678 of file SgStnLogCollector.h.
References az_.
|
inline |
Definition at line 679 of file SgStnLogCollector.h.
References el_.
|
inline |
Definition at line 676 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgSefdReading().
|
inline |
Definition at line 677 of file SgStnLogCollector.h.
References srcName_.
|
inline |
Definition at line 675 of file SgStnLogCollector.h.
References t_.
|
inline |
Definition at line 672 of file SgStnLogCollector.h.
References valByChanKey_.
|
private |
Definition at line 698 of file SgStnLogCollector.h.
Referenced by SgSefdReading(), addValByChanKey(), getAz(), and setAz().
|
private |
Definition at line 699 of file SgStnLogCollector.h.
Referenced by SgSefdReading(), addValByChanKey(), getEl(), and setEl().
|
private |
Definition at line 702 of file SgStnLogCollector.h.
Referenced by SgSefdReading(), getIsOk(), and setIsOk().
|
private |
Definition at line 697 of file SgStnLogCollector.h.
Referenced by addValByChanKey(), getSrcName(), and setSrcName().
|
private |
Definition at line 696 of file SgStnLogCollector.h.
Referenced by addValByChanKey(), getT(), and setT().
|
private |
Definition at line 701 of file SgStnLogCollector.h.
Referenced by SgSefdReading(), ~SgSefdReading(), addValByChanKey(), getValByChanKey(), and valByChanKey().