General Purpose Geodetic Library
|
#include <QtCore/QList>
#include <QtCore/QMap>
#include <QtCore/QMultiMap>
#include <QtCore/QString>
#include <QtCore/QTextStream>
#include <QtCore/QVector>
#include <SgLogger.h>
#include <SgMJD.h>
Go to the source code of this file.
Classes | |
class | SgVexParameter |
class | SgVexRefSatement |
class | SgVexLiteralBlock |
class | SgVexDefBlock |
class | SgVexScanBlock |
class | SgVexSection |
class | SgVexFile |
class | SgVexFile::IfSetup |
class | SgVexFile::BbcSetup |
class | SgVexFile::FreqSetup |
class | SgVexFile::StationSetup |
Enumerations | |
enum | SgChannelSideBand { CSB_UNDEF = 0 , CSB_LSB = 1 , CSB_USB = 2 , CSB_DUAL = 3 } |
enum | SgChannelPolarization { CP_UNDEF = 0 , CP_RightCP = 1 , CP_LeftCP = 2 , CP_HorizontalLP = 3 , CP_VerticalLP = 4 } |
Functions | |
QString | sideBand2Str (SgChannelSideBand) |
QString | polarization2Str (SgChannelPolarization) |
enum SgChannelSideBand |
QString polarization2Str | ( | SgChannelPolarization | p | ) |
Definition at line 1127 of file SgVex.cpp.
References CP_HorizontalLP, CP_LeftCP, CP_RightCP, and CP_VerticalLP.
Referenced by SgVexFile::analyzeVex(), SgStnLogCollector::extractLoRxgReading(), and SgStnLogCollector::setupTpSensor().
QString sideBand2Str | ( | SgChannelSideBand | sb | ) |
Definition at line 1113 of file SgVex.cpp.
References CSB_DUAL, CSB_LSB, and CSB_USB.
Referenced by SgVexFile::analyzeVex(), SgStnLogReadings::export2antCalPcal_vgosSetup(), SgStnLogCollector::extractPcalVgosReading(), and SgStnLogCollector::setupTpSensor().