General Purpose Geodetic Library
|
#include <map>
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QRegularExpression>
#include <QtCore/QTextStream>
#include <QtCore/QVector>
#include <SgLogger.h>
#include <SgMJD.h>
#include <SgMeteoData.h>
#include <SgVector.h>
#include <SgVex.h>
Go to the source code of this file.
Classes | |
class | SgCableCalReading |
class | SgMeteoReading |
class | SgTraklReading |
class | SgTsysReading |
class | SgDbbc3TpReading |
class | SgDbbc3TpReading::TpRecord |
class | SgPcalReading |
class | SgSefdReading |
class | SgDot2xpsReading |
class | SgOnSourceRecord |
class | SgChannelSetup |
class | SgChannelSkeded |
class | SgChannelSkeded::ChanCfg |
class | SgChannelSkeded::StnCfg |
class | SgStnLogReadings |
class | SgStnLogCollector |
class | SgStnLogCollector::Procedure |
class | SgVlbaLogCollector |
Macros | |
#define | NUM_OF_VLBA_ENTRIES (15) |
Enumerations | |
enum | AntcalOutputData { AOD_NONE = 0 , AOD_DATA_ON = 1 << 0 , AOD_CABLE_SIGN = 1 << 1 , AOD_CABLE_CAL = 1 << 2 , AOD_METEO = 1 << 3 , AOD_TSYS = 1 << 4 , AOD_TPI = 1 << 5 , AOD_PCAL = 1 << 6 , AOD_FMTGPS = 1 << 7 , AOD_DBBC3TP = 1 << 8 , AOD_SEFD = 1 << 9 , AOD_TRADITIONAL = AOD_DATA_ON | AOD_CABLE_SIGN | AOD_CABLE_CAL | AOD_METEO , AOD_NOVEL = AOD_TSYS | AOD_TPI | AOD_PCAL | AOD_FMTGPS | AOD_DBBC3TP | AOD_SEFD , AOD_ALL = AOD_TRADITIONAL | AOD_NOVEL } |
#define NUM_OF_VLBA_ENTRIES (15) |
Definition at line 1589 of file SgStnLogCollector.h.
enum AntcalOutputData |
Enumerator | |
---|---|
AOD_NONE | |
AOD_DATA_ON | |
AOD_CABLE_SIGN | |
AOD_CABLE_CAL | |
AOD_METEO | |
AOD_TSYS | |
AOD_TPI | |
AOD_PCAL | |
AOD_FMTGPS | |
AOD_DBBC3TP | |
AOD_SEFD | |
AOD_TRADITIONAL | |
AOD_NOVEL | |
AOD_ALL |
Definition at line 58 of file SgStnLogCollector.h.