General Purpose Geodetic Library
SgIoAgv.h File Reference
#include <iostream>
#include <stdlib.h>
#include <QtCore/QFile>
#include <QtCore/QList>
#include <QtCore/QTextStream>
#include <QtCore/QVector>
#include <SgConstants.h>
#include <SgIoDriver.h>
#include <SgLogger.h>
#include <SgModelsInfo.h>
#include <SgVlbiHistory.h>

Go to the source code of this file.

Classes

class  SgAgvDatumDescriptor
 
class  SgAgvDatum< C >
 
class  SgAgvDatumString
 
class  SgAgvRecord
 
class  SgAgvSection
 
class  SgAgvFileSection
 
class  SgAgvPreaSection
 
class  SgAgvTextSection
 
class  SgAgvTocsSection
 
class  SgAgvDataSection
 
class  SgAgvChunk
 

Enumerations

enum  AgvDataScope {
  ADS_NONE = 0 , ADS_SESSION = 1 , ADS_SCAN = 2 , ADS_STATION = 3 ,
  ADS_BASELINE = 4
}
 
enum  AgvDataType {
  ADT_NONE = 0 , ADT_CHAR = 1 , ADT_I2 = 2 , ADT_I4 = 3 ,
  ADT_I8 = 4 , ADT_R4 = 5 , ADT_R8 = 6
}
 
enum  AgvContentStyle {
  ACS_NONE = 0 , ACS_NATIVE = 1<< 0 , ACS_GVH_DBH = 1<< 1 , ACS_GVH_VDB = 1<< 2 ,
  ACS_GVH_PIMA = 1<< 3 , ACS_GVH = ACS_GVH_DBH | ACS_GVH_VDB | ACS_GVH_PIMA , ACS_ANY = ACS_NATIVE | ACS_GVH
}
 

Enumeration Type Documentation

◆ AgvContentStyle

Enumerator
ACS_NONE 

undefinited

ACS_NATIVE 
ACS_GVH_DBH 
ACS_GVH_VDB 
ACS_GVH_PIMA 
ACS_GVH 
ACS_ANY 

Definition at line 78 of file SgIoAgv.h.

◆ AgvDataScope

Enumerator
ADS_NONE 

undefinite

ADS_SESSION 

session scope

ADS_SCAN 

scan scope

ADS_STATION 

station scope

ADS_BASELINE 

baseline scope

Definition at line 56 of file SgIoAgv.h.

◆ AgvDataType

Enumerator
ADT_NONE 

undefinite

ADT_CHAR 

session scope

ADT_I2 

scan scope

ADT_I4 

station scope

ADT_I8 

baseline scope

ADT_R4 

baseline scope

ADT_R8 

baseline scope

Definition at line 66 of file SgIoAgv.h.