General Purpose Geodetic Library
|
#include <SgStnLogCollector.h>
Public Member Functions | |
SgDot2xpsReading () | |
SgDot2xpsReading (const SgDot2xpsReading &d2r) | |
~SgDot2xpsReading () | |
const SgMJD & | getT () const |
const SgOnSourceRecord * | getOsRec () 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_ |
SgOnSourceRecord * | osRec_ |
SgDot2xpsReading: ====================================================================================================
Definition at line 715 of file SgStnLogCollector.h.
|
inline |
A constructor. Creates an object.
Definition at line 728 of file SgStnLogCollector.h.
References osRec_.
|
inline |
Definition at line 729 of file SgStnLogCollector.h.
References osRec_.
|
inline |
A destructor. Frees allocated memory.
Definition at line 735 of file SgStnLogCollector.h.
References dot2gpsByBrd_, dot2ppsByBrd_, and osRec_.
|
inline |
Definition at line 749 of file SgStnLogCollector.h.
References dot2gpsByBrd_.
Referenced by SgStnLogCollector::readLogFile().
|
inline |
Definition at line 751 of file SgStnLogCollector.h.
References dot2ppsByBrd_.
Referenced by SgStnLogCollector::readLogFile().
|
static |
Returns name of the class (for debug output).
|
inline |
Definition at line 742 of file SgStnLogCollector.h.
References dot2gpsByBrd_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 743 of file SgStnLogCollector.h.
References dot2ppsByBrd_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 741 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 740 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 747 of file SgStnLogCollector.h.
References osRec_.
|
inline |
Definition at line 746 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogCollector::readLogFile().
|
inline |
Definition at line 745 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogCollector::readLogFile().
|
private |
Definition at line 764 of file SgStnLogCollector.h.
Referenced by ~SgDot2xpsReading(), addDot2gpsByBrd(), and getDot2gpsByBrd().
|
private |
Definition at line 765 of file SgStnLogCollector.h.
Referenced by ~SgDot2xpsReading(), addDot2ppsByBrd(), and getDot2ppsByBrd().
|
private |
Definition at line 766 of file SgStnLogCollector.h.
Referenced by SgDot2xpsReading(), ~SgDot2xpsReading(), getOsRec(), osRec(), and setOsRec().
|
private |
Definition at line 763 of file SgStnLogCollector.h.