General Purpose Geodetic Library
SgVex.h File Reference
#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)
 

Enumeration Type Documentation

◆ SgChannelPolarization

Enumerator
CP_UNDEF 
CP_RightCP 
CP_LeftCP 
CP_HorizontalLP 
CP_VerticalLP 

Definition at line 56 of file SgVex.h.

◆ SgChannelSideBand

Enumerator
CSB_UNDEF 
CSB_LSB 
CSB_USB 
CSB_DUAL 

Definition at line 46 of file SgVex.h.

Function Documentation

◆ polarization2Str()

◆ sideBand2Str()

QString sideBand2Str ( SgChannelSideBand  sb)

Definition at line 1113 of file SgVex.cpp.

References CSB_DUAL, CSB_LSB, and CSB_USB.

Referenced by SgVexFile::analyzeVex(), and SgStnLogCollector::setupTpSensor().