General Purpose Geodetic Library
|
#include <SgStnLogCollector.h>
Classes | |
class | TpRecord |
Public Member Functions | |
SgDbbc3TpReading () | |
SgDbbc3TpReading (const SgDbbc3TpReading &tps) | |
~SgDbbc3TpReading () | |
const SgMJD & | getT () const |
const QMap< QString, TpRecord > & | getTpBySensor () const |
QMap< QString, TpRecord > & | tpBySensor () |
bool | getIsOnSource () const |
bool | getIsDataOn () const |
const SgOnSourceRecord * | getOsRec () const |
void | setT (const SgMJD &t) |
void | setIsOnSource (bool isOnSource) |
void | setIsDataOn (bool isDataOn) |
void | setOsRec (SgOnSourceRecord *os) |
SgOnSourceRecord *& | osRec () |
void | addRecord (const QString &sensorId, const QString &boardId, double bw, const QString &agc, double gainU, double gainL, double tpOffU, double tpOffL, double tpOnU, double tpOnL, double sefdU, double sefdL) |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
SgMJD | t_ |
QMap< QString, TpRecord > | tpBySensor_ |
bool | isOnSource_ |
bool | isDataOn_ |
SgOnSourceRecord * | osRec_ |
SgDbbc3TpReading: ====================================================================================================
Definition at line 415 of file SgStnLogCollector.h.
|
inline |
A constructor. Creates an object.
Definition at line 459 of file SgStnLogCollector.h.
References isDataOn_, isOnSource_, and osRec_.
|
inline |
Definition at line 461 of file SgStnLogCollector.h.
References getIsDataOn(), getIsOnSource(), osRec_, setIsDataOn(), and setIsOnSource().
|
inline |
A destructor. Frees allocated memory.
Definition at line 468 of file SgStnLogCollector.h.
References osRec_, and tpBySensor_.
|
inline |
Definition at line 489 of file SgStnLogCollector.h.
References SgDbbc3TpReading::TpRecord::agc_, SgDbbc3TpReading::TpRecord::boardId_, SgDbbc3TpReading::TpRecord::bw_, SgDbbc3TpReading::TpRecord::gainL_, SgDbbc3TpReading::TpRecord::gainU_, SgDbbc3TpReading::TpRecord::sefdL_, SgDbbc3TpReading::TpRecord::sefdU_, SgDbbc3TpReading::TpRecord::sensorId_, tpBySensor_, SgDbbc3TpReading::TpRecord::tpOffL_, SgDbbc3TpReading::TpRecord::tpOffU_, SgDbbc3TpReading::TpRecord::tpOnL_, and SgDbbc3TpReading::TpRecord::tpOnU_.
Referenced by SgStnLogCollector::readDbbc3DumpFile(), and SgStnLogCollector::readLogFile().
|
static |
Returns name of the class (for debug output).
|
inline |
Definition at line 477 of file SgStnLogCollector.h.
References isDataOn_.
Referenced by SgDbbc3TpReading().
|
inline |
Definition at line 476 of file SgStnLogCollector.h.
References isOnSource_.
Referenced by SgDbbc3TpReading().
|
inline |
Definition at line 478 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 473 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 474 of file SgStnLogCollector.h.
References tpBySensor_.
Referenced by SgStnLogReadings::createAntCalFile().
|
inline |
Definition at line 484 of file SgStnLogCollector.h.
References osRec_.
|
inline |
Definition at line 482 of file SgStnLogCollector.h.
References isDataOn_.
Referenced by SgDbbc3TpReading(), SgStnLogCollector::readDbbc3DumpFile(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 481 of file SgStnLogCollector.h.
References isOnSource_.
Referenced by SgDbbc3TpReading(), SgStnLogCollector::readDbbc3DumpFile(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 483 of file SgStnLogCollector.h.
References osRec_.
Referenced by SgStnLogCollector::readDbbc3DumpFile(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 480 of file SgStnLogCollector.h.
References t_.
Referenced by SgStnLogCollector::readDbbc3DumpFile(), and SgStnLogCollector::readLogFile().
|
inline |
Definition at line 475 of file SgStnLogCollector.h.
References tpBySensor_.
|
private |
Definition at line 522 of file SgStnLogCollector.h.
Referenced by SgDbbc3TpReading(), getIsDataOn(), and setIsDataOn().
|
private |
Definition at line 521 of file SgStnLogCollector.h.
Referenced by SgDbbc3TpReading(), getIsOnSource(), and setIsOnSource().
|
private |
Definition at line 523 of file SgStnLogCollector.h.
Referenced by SgDbbc3TpReading(), ~SgDbbc3TpReading(), getOsRec(), osRec(), and setOsRec().
|
private |
Definition at line 519 of file SgStnLogCollector.h.
|
private |
Definition at line 520 of file SgStnLogCollector.h.
Referenced by ~SgDbbc3TpReading(), addRecord(), getTpBySensor(), and tpBySensor().