General Purpose Geodetic Library
|
#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 void(VcCalc2SessionIfc::* pmfDelV) (const QString &lCode, short nToc) |
Definition at line 53 of file VcCalc2SessionIfc.h.
typedef short(VcCalc2SessionIfc::* pmfGet4) (double v[], short d1, short d2, short d3, short actDims[]) |
Definition at line 58 of file VcCalc2SessionIfc.h.
typedef short(VcCalc2SessionIfc::* pmfGetA) (char v[], short d1, short d2, short d3, short actDims[]) |
Definition at line 56 of file VcCalc2SessionIfc.h.
typedef short(VcCalc2SessionIfc::* pmfGetI) (short v[], short d1, short d2, short d3, short actDims[]) |
Definition at line 57 of file VcCalc2SessionIfc.h.
typedef void(VcCalc2SessionIfc::* pmfPut4) (const double values[], short d1, short d2, short d3) |
Definition at line 63 of file VcCalc2SessionIfc.h.
typedef void(VcCalc2SessionIfc::* pmfPutA) (const char values[], short d1, short d2, short d3) |
Definition at line 60 of file VcCalc2SessionIfc.h.
typedef void(VcCalc2SessionIfc::* pmfPutI) (const short values[], short d1, short d2, short d3) |
Definition at line 61 of file VcCalc2SessionIfc.h.
typedef void(VcCalc2SessionIfc::* pmfPutR) (const double values[], short d1, short d2, short d3) |
Definition at line 62 of file VcCalc2SessionIfc.h.
|
extern |
Definition at line 55 of file vgosDbCalcSupport.cpp.
Referenced by main().