General Purpose Geodetic Library
VcCalc2SessionIfc.h File Reference
#include <QtCore/QMap>
#include <QtCore/QString>
#include <SgVgosDb.h>
#include <SgVlbiAuxObservation.h>
#include <SgVlbiObservable.h>
#include <SgVlbiSession.h>

Go to the source code of this file.

Classes

class  VcCalc2SessionIfc
 

Typedefs

typedef void(VcCalc2SessionIfc::* pmfDelV) (const QString &lCode, short nToc)
 
typedef short(VcCalc2SessionIfc::* pmfGetA) (char v[], short d1, short d2, short d3, short actDims[])
 
typedef short(VcCalc2SessionIfc::* pmfGetI) (short v[], short d1, short d2, short d3, short actDims[])
 
typedef short(VcCalc2SessionIfc::* pmfGet4) (double v[], short d1, short d2, short d3, short actDims[])
 
typedef void(VcCalc2SessionIfc::* pmfPutA) (const char values[], short d1, short d2, short d3)
 
typedef void(VcCalc2SessionIfc::* pmfPutI) (const short values[], short d1, short d2, short d3)
 
typedef void(VcCalc2SessionIfc::* pmfPutR) (const double values[], short d1, short d2, short d3)
 
typedef void(VcCalc2SessionIfc::* pmfPut4) (const double values[], short d1, short d2, short d3)
 

Variables

VcCalc2SessionIfc c2s
 

Typedef Documentation

◆ pmfDelV

typedef void(VcCalc2SessionIfc::* pmfDelV) (const QString &lCode, short nToc)

Definition at line 53 of file VcCalc2SessionIfc.h.

◆ pmfGet4

typedef short(VcCalc2SessionIfc::* pmfGet4) (double v[], short d1, short d2, short d3, short actDims[])

Definition at line 58 of file VcCalc2SessionIfc.h.

◆ pmfGetA

typedef short(VcCalc2SessionIfc::* pmfGetA) (char v[], short d1, short d2, short d3, short actDims[])

Definition at line 56 of file VcCalc2SessionIfc.h.

◆ pmfGetI

typedef short(VcCalc2SessionIfc::* pmfGetI) (short v[], short d1, short d2, short d3, short actDims[])

Definition at line 57 of file VcCalc2SessionIfc.h.

◆ pmfPut4

typedef void(VcCalc2SessionIfc::* pmfPut4) (const double values[], short d1, short d2, short d3)

Definition at line 63 of file VcCalc2SessionIfc.h.

◆ pmfPutA

typedef void(VcCalc2SessionIfc::* pmfPutA) (const char values[], short d1, short d2, short d3)

Definition at line 60 of file VcCalc2SessionIfc.h.

◆ pmfPutI

typedef void(VcCalc2SessionIfc::* pmfPutI) (const short values[], short d1, short d2, short d3)

Definition at line 61 of file VcCalc2SessionIfc.h.

◆ pmfPutR

typedef void(VcCalc2SessionIfc::* pmfPutR) (const double values[], short d1, short d2, short d3)

Definition at line 62 of file VcCalc2SessionIfc.h.

Variable Documentation

◆ c2s

VcCalc2SessionIfc c2s
extern

Definition at line 55 of file vgosDbCalcSupport.cpp.

Referenced by main().