General Purpose Geodetic Library
|
#include <SgStnLogCollector.h>
Public Member Functions | |
SgMeteoReading () | |
SgMeteoReading (const SgMJD &t, const SgMeteoData &m) | |
SgMeteoReading (const SgMeteoReading &mr) | |
SgMeteoReading (const SgMJD &t, double temp, double pres, double rho) | |
~SgMeteoReading () | |
const SgMJD & | getT () const |
const SgMeteoData & | getM () const |
bool | getIsOk () const |
const SgOnSourceRecord * | getOsRec () const |
void | setT (const SgMJD &t) |
void | setM (const SgMeteoData &m) |
void | setIsOk (bool isOk) |
void | setOsRec (SgOnSourceRecord *os) |
bool | operator== (const SgMeteoReading &met) const |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
SgMJD | t_ |
SgMeteoData | m_ |
bool | isOk_ |
SgOnSourceRecord * | osRec_ |
SgMeteoReading: ====================================================================================================
Definition at line 161 of file SgStnLogCollector.h.
|
inline |
A constructor. Creates an object.
Definition at line 174 of file SgStnLogCollector.h.
|
inline |
Definition at line 175 of file SgStnLogCollector.h.
|
inline |
Definition at line 176 of file SgStnLogCollector.h.
|
inline |
Definition at line 178 of file SgStnLogCollector.h.
|
inline |
A destructor. Frees allocated memory.
Definition at line 185 of file SgStnLogCollector.h.
References osRec_.
|
static |
Returns name of the class (for debug output).
Definition at line 78 of file SgStnLogCollector.cpp.
|
inline |
Definition at line 192 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgMeteoReading().
|
inline |
Definition at line 191 of file SgStnLogCollector.h.
References m_.
Referenced by SgStnLogReadings::createAntabFile(), and SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 193 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 190 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogReadings::createAntabFile(), and SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 203 of file SgStnLogCollector.h.
|
inline |
Definition at line 197 of file SgStnLogCollector.h.
References isOk_.
Referenced by SgMeteoReading().
|
inline |
Definition at line 196 of file SgStnLogCollector.h.
References m_.
|
inline |
Definition at line 198 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogCollector::readLogFile().
|
inline |
Definition at line 195 of file SgStnLogCollector.h.
References t_.
|
private |
Definition at line 222 of file SgStnLogCollector.h.
Referenced by SgMeteoReading(), getIsOk(), operator==(), and setIsOk().
|
private |
Definition at line 221 of file SgStnLogCollector.h.
Referenced by getM(), operator==(), and setM().
|
private |
Definition at line 223 of file SgStnLogCollector.h.
Referenced by SgMeteoReading(), ~SgMeteoReading(), getOsRec(), and setOsRec().
|
private |
Definition at line 220 of file SgStnLogCollector.h.
Referenced by getT(), operator==(), and setT().