General Purpose Geodetic Library
|
#include <SgVgosDb.h>
Public Types | |
enum | Scope { S_Session , S_Scan , S_Obs } |
Public Member Functions | |
SgVdbVariable (const QString &stdStub, const QString &stdSubDir) | |
SgVdbVariable (const SgVdbVariable &v) | |
~SgVdbVariable () | |
const QString & | getStub () const |
const QString & | getKind () const |
const QString & | getInstitution () const |
int | getVersion () const |
const QString & | getBand () const |
const QString & | getCurrentInstitution () const |
const QString & | getSubDir () const |
const QString & | getFileName () const |
const QString & | getFileName4Output () const |
void | setStub (const QString &str) |
void | setKind (const QString &str) |
void | setInstitution (const QString &str) |
void | setVersion (int n) |
void | setBand (const QString &str) |
void | setCurrentInstitution (const QString &str) |
void | setSubDir (const QString &str) |
void | setFileName (const QString &str) |
void | setFileName4Output (const QString &str) |
QString | compositeName () const |
void | parseString (const QString &) |
void | empty () |
bool | isEmpty () const |
QString | name4export (const QString &rootDir, SgNetCdf::OperationMode om, const QString &aBand="") |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
QString | stub_ |
QString | type_ |
QString | band_ |
QString | kind_ |
QString | institution_ |
int | version_ |
QString | stdStub_ |
QString | currentInstitution_ |
QString | subDir_ |
QString | fileName_ |
QString | stdSubDir_ |
QString | fileName4Output_ |
bool | have2adjustPermissions_ |
Definition at line 66 of file SgVgosDb.h.
enum SgVdbVariable::Scope |
Enumerator | |
---|---|
S_Session | |
S_Scan | |
S_Obs |
Definition at line 69 of file SgVgosDb.h.
SgVdbVariable::SgVdbVariable | ( | const QString & | stdStub, |
const QString & | stdSubDir | ||
) |
A constructor. Creates a default copy of the object.
Definition at line 63 of file SgVgosDb.cpp.
References have2adjustPermissions_, and version_.
SgVdbVariable::SgVdbVariable | ( | const SgVdbVariable & | v | ) |
Definition at line 83 of file SgVgosDb.cpp.
References getVersion(), have2adjustPermissions_, and version_.
|
inline |
A destructor. Destroys the object.
Definition at line 88 of file SgVgosDb.h.
|
static |
Returns name of the class (for debug output).
Definition at line 55 of file SgVgosDb.cpp.
Referenced by name4export(), and parseString().
QString SgVdbVariable::compositeName | ( | ) | const |
Definition at line 103 of file SgVgosDb.cpp.
References band_, institution_, kind_, stub_, type_, and version_.
Referenced by SgVgosDb::dump2stdout(), SgVgosDb::makeWorkAround4KnownBugs(), and name4export().
|
inline |
Definition at line 130 of file SgVgosDb.h.
References stub_.
Referenced by SgVlbiSession::putDataIntoVgosDb().
|
inline |
Definition at line 97 of file SgVgosDb.h.
References band_.
|
inline |
Definition at line 98 of file SgVgosDb.h.
References currentInstitution_.
|
inline |
Definition at line 100 of file SgVgosDb.h.
References fileName_.
Referenced by SgVgosDb::loadAntennaApriories(), SgVgosDb::loadAtmSetup(), SgVgosDb::loadCalcEop(), SgVgosDb::loadCalcInfo(), SgVgosDb::loadCalibrations(), SgVgosDb::loadClockApriories(), SgVgosDb::loadClockBreaks(), SgVgosDb::loadClockSetup(), SgVgosDb::loadEccentricities(), SgVgosDb::loadEpochs4Obs(), SgVgosDb::loadEpochs4Scans(), SgVgosDb::loadErpApriori(), SgVgosDb::loadLeapSecond(), SgVgosDb::loadMiscCable(), SgVgosDb::loadMiscFourFit(), SgVgosDb::loadObsAmbigSpacing(), SgVgosDb::loadObsCalFeedCorr(), SgVgosDb::loadObsCalHiFyErp(), SgVgosDb::loadObsCalHiFyLibration(), SgVgosDb::loadObsCalIonGroup(), SgVgosDb::loadObsCalUnphase(), SgVgosDb::loadObsCalWobble(), SgVgosDb::loadObsChannelInfoMk3(), SgVgosDb::loadObsChannelInfoMk4(), SgVgosDb::loadObsChannelInfoS2(), SgVgosDb::loadObsCorrelation(), SgVgosDb::loadObsCorrelatorInfoCrl(), SgVgosDb::loadObsCorrelatorInfoMk3(), SgVgosDb::loadObsCorrelatorInfoMk4(), SgVgosDb::loadObsCorrelatorInfoS2(), SgVgosDb::loadObsCrossRefs(), SgVgosDb::loadObsDataFlag(), SgVgosDb::loadObsDelayDataFlag(), SgVgosDb::loadObsDtec(), SgVgosDb::loadObsEditData(), SgVgosDb::loadObsEffFreqs(), SgVgosDb::loadObsFractC(), SgVgosDb::loadObsGroupDelays(), SgVgosDb::loadObsNumGroupAmbigs(), SgVgosDb::loadObsNumPhaseAmbigs(), SgVgosDb::loadObsObjectNames(), SgVgosDb::loadObsPartBend(), SgVgosDb::loadObsPartEOP(), SgVgosDb::loadObsPartGamma(), SgVgosDb::loadObsPartNut2KXY(), SgVgosDb::loadObsPartParallax(), SgVgosDb::loadObsPartPoleTides(), SgVgosDb::loadObsPartRaDec(), SgVgosDb::loadObsPartXYZ(), SgVgosDb::loadObsPhase(), SgVgosDb::loadObsPhaseCalInfoMk3(), SgVgosDb::loadObsPhaseCalInfoMk4(), SgVgosDb::loadObsPhaseCalInfoS2(), SgVgosDb::loadObsQualityCodes(), SgVgosDb::loadObsRates(), SgVgosDb::loadObsRefFreqs(), SgVgosDb::loadObsSingleBandDelays(), SgVgosDb::loadObsSNR(), SgVgosDb::loadObsTheoreticals(), SgVgosDb::loadObsUserCorrections(), SgVgosDb::loadObsUserSup(), SgVgosDb::loadObsUVFperAsec(), SgVgosDb::loadScanCrootFname(), SgVgosDb::loadScanEphemeris(), SgVgosDb::loadScanName(), SgVgosDb::loadScanNutationEqx(), SgVgosDb::loadScanNutationEqxWahr(), SgVgosDb::loadScanNutationNro(), SgVgosDb::loadScanTrf2crf(), SgVgosDb::loadSelectionStatus(), SgVgosDb::loadSessionHead(), SgVgosDb::loadSolveWeights(), SgVgosDb::loadSourcesApriories(), SgVgosDb::loadStationAzEl(), SgVgosDb::loadStationCalOceanLoad(), SgVgosDb::loadStationEpochs(), SgVgosDb::loadStationMet(), SgVgosDb::loadStationName(), SgVgosDb::loadStationOceanLdDisp(), SgVgosDb::loadStationParAngle(), SgVgosDb::loadStationPartAxisOffset(), SgVgosDb::loadStationPartHorizonGrad(), SgVgosDb::loadStationPartZenithDelayDry(), SgVgosDb::loadStationPartZenithDelayWet(), SgVgosDb::loadStationRefClockOffset(), SgVgosDb::loadStationsApriories(), SgVgosDb::loadStationTsys(), and SgVgosDb::loadStdObsCalibration().
|
inline |
Definition at line 101 of file SgVgosDb.h.
References fileName4Output_.
Referenced by SgVgosDb::loadObsUserCorrections(), and SgVgosDb::writeNcFileName().
|
inline |
Definition at line 95 of file SgVgosDb.h.
References institution_.
|
inline |
Definition at line 94 of file SgVgosDb.h.
References kind_.
Referenced by SgVgosDb::loadObsCalEarthTide(), SgVgosDb::loadObsCalHiFyErp(), SgVgosDb::loadObsCalHiFyLibration(), SgVgosDb::loadObsCalPoleTide(), SgVgosDb::loadObsPartNut2KXY(), SgVgosDb::loadObsPartPoleTides(), SgVgosDb::loadScanNutationEqx(), SgVgosDb::loadScanNutationNro(), SgVgosDb::loadStationMet(), SgVgosDb::loadStationPartHorizonGrad(), SgVgosDb::loadStationPartZenithDelayDry(), and SgVgosDb::loadStationPartZenithDelayWet().
|
inline |
Definition at line 93 of file SgVgosDb.h.
References stub_.
Referenced by SgVgosDb::loadObsPartGamma(), SgVgosDb::loadObsPartParallax(), SgVgosDb::loadObsPartPoleTides(), SgVgosDb::loadObsUserCorrections(), SgVgosDb::procNcString(), SgVgosDb::procNcStringSpec(), SgVgosDb::storeAntennaApriories(), SgVgosDb::storeAtmSetup(), SgVgosDb::storeBaselineClockSetup(), SgVgosDb::storeCalcEop(), SgVgosDb::storeCalcInfo(), SgVgosDb::storeCalibrations(), SgVgosDb::storeClockApriories(), SgVgosDb::storeClockBreaks(), SgVgosDb::storeClockSetup(), SgVgosDb::storeEccentricities(), SgVgosDb::storeEpochs4Obs(), SgVgosDb::storeEpochs4Scans(), SgVgosDb::storeErpApriori(), SgVgosDb::storeErpSetup(), SgVgosDb::storeIonoBits(), SgVgosDb::storeIonoSetup(), SgVgosDb::storeLeapSecond(), SgVgosDb::storeMiscCable(), SgVgosDb::storeMiscFourFit(), SgVgosDb::storeObsAmbigSpacing(), SgVgosDb::storeObsCalFeedCorr(), SgVgosDb::storeObsCalIonGroup(), SgVgosDb::storeObsCalUnphase(), SgVgosDb::storeObsChannelInfo(), SgVgosDb::storeObsCorrelation(), SgVgosDb::storeObsCorrelatorInfo(), SgVgosDb::storeObsCrossRefs(), SgVgosDb::storeObsDataFlag(), SgVgosDb::storeObsDelayTheoretical(), SgVgosDb::storeObsDtec(), SgVgosDb::storeObsEditData(), SgVgosDb::storeObsEffFreqs(), SgVgosDb::storeObsFractC(), SgVgosDb::storeObsGroupDelays(), SgVgosDb::storeObsGroupDelaysFull(), SgVgosDb::storeObsNumGroupAmbigs(), SgVgosDb::storeObsNumPhaseAmbigs(), SgVgosDb::storeObsObjectNames(), SgVgosDb::storeObsPartBend(), SgVgosDb::storeObsPartEOP(), SgVgosDb::storeObsPartGamma(), SgVgosDb::storeObsPartNut2KXY(), SgVgosDb::storeObsPartParallax(), SgVgosDb::storeObsPartPoleTides(), SgVgosDb::storeObsPartRaDec(), SgVgosDb::storeObsPartXYZ(), SgVgosDb::storeObsPhase(), SgVgosDb::storeObsPhaseCalInfo(), SgVgosDb::storeObsPhaseDelaysFull(), SgVgosDb::storeObsQualityCodes(), SgVgosDb::storeObsRates(), SgVgosDb::storeObsRateTheoretical(), SgVgosDb::storeObsRefFreqs(), SgVgosDb::storeObsSingleBandDelays(), SgVgosDb::storeObsSNR(), SgVgosDb::storeObsStd1Contribution(), SgVgosDb::storeObsStd2Contribution(), SgVgosDb::storeObsUserSup(), SgVgosDb::storeObsUVFperAsec(), SgVgosDb::storeScanCrootFname(), SgVgosDb::storeScanEphemeris(), SgVgosDb::storeScanName(), SgVgosDb::storeScanNutationEqx(), SgVgosDb::storeScanNutationEqxWahr(), SgVgosDb::storeScanNutationNro(), SgVgosDb::storeScanTimeMjd(), SgVgosDb::storeScanTrf2crf(), SgVgosDb::storeSelectionStatus(), SgVgosDb::storeSessionHead(), SgVgosDb::storeSolveWeights(), SgVgosDb::storeSourceCrossRefs(), SgVgosDb::storeSourcesApriories(), SgVgosDb::storeStationAzEl(), SgVgosDb::storeStationCalAxisOffset(), SgVgosDb::storeStationCalCable(), SgVgosDb::storeStationCalOceanLoad(), SgVgosDb::storeStationCalSlantPathTropDry(), SgVgosDb::storeStationCalSlantPathTropWet(), SgVgosDb::storeStationCrossRefs(), SgVgosDb::storeStationEpochs(), SgVgosDb::storeStationMet(), SgVgosDb::storeStationOceanLdDisp(), SgVgosDb::storeStationParAngle(), SgVgosDb::storeStationPartAxisOffset(), SgVgosDb::storeStationPartHorizonGrad(), SgVgosDb::storeStationPartZenithDelayDry(), SgVgosDb::storeStationPartZenithDelayWet(), SgVgosDb::storeStationRefClockOffset(), SgVgosDb::storeStationsApriories(), and SgVgosDb::storeStationTsys().
|
inline |
Definition at line 99 of file SgVgosDb.h.
References subDir_.
Referenced by SgVgosDb::composeProgramSolveBlock(), and SgVgosDb::writeNcFileName().
|
inline |
bool SgVdbVariable::isEmpty | ( | ) | const |
Definition at line 159 of file SgVgosDb.cpp.
References stub_.
Referenced by SgVgosDb::init(), SgVgosDb::loadAntennaApriories(), SgVgosDb::loadAtmSetup(), SgVgosDb::loadCalcEop(), SgVgosDb::loadCalcInfo(), SgVgosDb::loadCalibrations(), SgVgosDb::loadClockApriories(), SgVgosDb::loadClockBreaks(), SgVgosDb::loadClockSetup(), SgVgosDb::loadEccentricities(), SgVgosDb::loadEpochs4Obs(), SgVgosDb::loadEpochs4Scans(), SgVgosDb::loadErpApriori(), SgVgosDb::loadLeapSecond(), SgVgosDb::loadMiscCable(), SgVgosDb::loadMiscFourFit(), SgVgosDb::loadObsAmbigSpacing(), SgVgosDb::loadObsCalFeedCorr(), SgVgosDb::loadObsCalHiFyErp(), SgVgosDb::loadObsCalHiFyLibration(), SgVgosDb::loadObsCalIonGroup(), SgVgosDb::loadObsCalUnphase(), SgVgosDb::loadObsCalWobble(), SgVgosDb::loadObsChannelInfo(), SgVgosDb::loadObsChannelInfoMk3(), SgVgosDb::loadObsChannelInfoMk4(), SgVgosDb::loadObsChannelInfoS2(), SgVgosDb::loadObsCorrelation(), SgVgosDb::loadObsCorrelatorInfoCrl(), SgVgosDb::loadObsCorrelatorInfoMk3(), SgVgosDb::loadObsCorrelatorInfoMk4(), SgVgosDb::loadObsCorrelatorInfoS2(), SgVgosDb::loadObsCrossRefs(), SgVgosDb::loadObsDataFlag(), SgVgosDb::loadObsDelayDataFlag(), SgVgosDb::loadObsDtec(), SgVgosDb::loadObsEditData(), SgVgosDb::loadObsEffFreqs(), SgVgosDb::loadObsFractC(), SgVgosDb::loadObsGroupDelays(), SgVgosDb::loadObsNumGroupAmbigs(), SgVgosDb::loadObsNumPhaseAmbigs(), SgVgosDb::loadObsObjectNames(), SgVgosDb::loadObsPartBend(), SgVgosDb::loadObsPartEOP(), SgVgosDb::loadObsPartGamma(), SgVgosDb::loadObsPartNut2KXY(), SgVgosDb::loadObsPartParallax(), SgVgosDb::loadObsPartPoleTides(), SgVgosDb::loadObsPartRaDec(), SgVgosDb::loadObsPartXYZ(), SgVgosDb::loadObsPhase(), SgVgosDb::loadObsPhaseCalInfo(), SgVgosDb::loadObsPhaseCalInfoMk3(), SgVgosDb::loadObsPhaseCalInfoMk4(), SgVgosDb::loadObsPhaseCalInfoS2(), SgVgosDb::loadObsQualityCodes(), SgVgosDb::loadObsRates(), SgVgosDb::loadObsRefFreqs(), SgVgosDb::loadObsSingleBandDelays(), SgVgosDb::loadObsSNR(), SgVgosDb::loadObsTheoreticals(), SgVgosDb::loadObsUserCorrections(), SgVgosDb::loadObsUserSup(), SgVgosDb::loadObsUVFperAsec(), SgVgosDb::loadScanCrootFname(), SgVgosDb::loadScanEphemeris(), SgVgosDb::loadScanName(), SgVgosDb::loadScanNutationEqx(), SgVgosDb::loadScanNutationEqxWahr(), SgVgosDb::loadScanNutationNro(), SgVgosDb::loadScanTrf2crf(), SgVgosDb::loadSelectionStatus(), SgVgosDb::loadSessionHead(), SgVgosDb::loadSolveWeights(), SgVgosDb::loadSourcesApriories(), SgVgosDb::loadStationAzEl(), SgVgosDb::loadStationCalOceanLoad(), SgVgosDb::loadStationEpochs(), SgVgosDb::loadStationMet(), SgVgosDb::loadStationName(), SgVgosDb::loadStationOceanLdDisp(), SgVgosDb::loadStationParAngle(), SgVgosDb::loadStationPartAxisOffset(), SgVgosDb::loadStationPartHorizonGrad(), SgVgosDb::loadStationPartZenithDelayDry(), SgVgosDb::loadStationPartZenithDelayWet(), SgVgosDb::loadStationRefClockOffset(), SgVgosDb::loadStationsApriories(), SgVgosDb::loadStationTsys(), SgVgosDb::loadStdObsCalibration(), SgVgosDb::procNcString(), SgVgosDb::procNcStringSpec(), SgVlbiSession::putDataIntoVgosDb(), and SgVgosDb::writeNcFileName().
QString SgVdbVariable::name4export | ( | const QString & | rootDir, |
SgNetCdf::OperationMode | om, | ||
const QString & | aBand = "" |
||
) |
Definition at line 167 of file SgVgosDb.cpp.
References band_, className(), compositeName(), currentInstitution_, SgLogger::DBG, SgLogger::ERR, fileName4Output_, have2adjustPermissions_, institution_, SgLogger::IO, SgLogger::IO_NCDF, SgLogger::IO_TXT, kind_, logger, SgNetCdf::OM_REGULAR, stdStub_, stdSubDir_, stub_, subDir_, type_, version_, SgLogger::write(), and SgLogger::WRN.
Referenced by SgVgosDb::storeAntennaApriories(), SgVgosDb::storeAtmSetup(), SgVgosDb::storeBaselineClockSetup(), SgVgosDb::storeCalcEop(), SgVgosDb::storeCalcInfo(), SgVgosDb::storeCalibrations(), SgVgosDb::storeClockApriories(), SgVgosDb::storeClockBreaks(), SgVgosDb::storeClockSetup(), SgVgosDb::storeEccentricities(), SgVgosDb::storeEpochs4Obs(), SgVgosDb::storeEpochs4Scans(), SgVgosDb::storeErpApriori(), SgVgosDb::storeErpSetup(), SgVgosDb::storeIonoBits(), SgVgosDb::storeIonoSetup(), SgVgosDb::storeLeapSecond(), SgVgosDb::storeMiscCable(), SgVgosDb::storeMiscFourFit(), SgVgosDb::storeObsAmbigSpacing(), SgVgosDb::storeObsCalFeedCorr(), SgVgosDb::storeObsCalIonGroup(), SgVgosDb::storeObsCalUnphase(), SgVgosDb::storeObsChannelInfo(), SgVgosDb::storeObsCorrelation(), SgVgosDb::storeObsCorrelatorInfo(), SgVgosDb::storeObsCrossRefs(), SgVgosDb::storeObsDataFlag(), SgVgosDb::storeObsDelayTheoretical(), SgVgosDb::storeObsDtec(), SgVgosDb::storeObsEditData(), SgVgosDb::storeObsEffFreqs(), SgVgosDb::storeObsFractC(), SgVgosDb::storeObsGroupDelays(), SgVgosDb::storeObsGroupDelaysFull(), SgVgosDb::storeObsNumGroupAmbigs(), SgVgosDb::storeObsNumPhaseAmbigs(), SgVgosDb::storeObsObjectNames(), SgVgosDb::storeObsPartBend(), SgVgosDb::storeObsPartEOP(), SgVgosDb::storeObsPartGamma(), SgVgosDb::storeObsPartNut2KXY(), SgVgosDb::storeObsPartParallax(), SgVgosDb::storeObsPartPoleTides(), SgVgosDb::storeObsPartRaDec(), SgVgosDb::storeObsPartXYZ(), SgVgosDb::storeObsPhase(), SgVgosDb::storeObsPhaseCalInfo(), SgVgosDb::storeObsPhaseDelaysFull(), SgVgosDb::storeObsQualityCodes(), SgVgosDb::storeObsRates(), SgVgosDb::storeObsRateTheoretical(), SgVgosDb::storeObsRefFreqs(), SgVgosDb::storeObsSingleBandDelays(), SgVgosDb::storeObsSNR(), SgVgosDb::storeObsStd1Contribution(), SgVgosDb::storeObsStd2Contribution(), SgVgosDb::storeObsUserSup(), SgVgosDb::storeObsUVFperAsec(), SgVgosDb::storeScanCrootFname(), SgVgosDb::storeScanEphemeris(), SgVgosDb::storeScanName(), SgVgosDb::storeScanNutationEqx(), SgVgosDb::storeScanNutationEqxWahr(), SgVgosDb::storeScanNutationNro(), SgVgosDb::storeScanTimeMjd(), SgVgosDb::storeScanTrf2crf(), SgVgosDb::storeSelectionStatus(), SgVgosDb::storeSessionHead(), SgVgosDb::storeSolveWeights(), SgVgosDb::storeSourceCrossRefs(), SgVgosDb::storeSourcesApriories(), SgVgosDb::storeStationAzEl(), SgVgosDb::storeStationCalAxisOffset(), SgVgosDb::storeStationCalCable(), SgVgosDb::storeStationCalOceanLoad(), SgVgosDb::storeStationCalSlantPathTropDry(), SgVgosDb::storeStationCalSlantPathTropWet(), SgVgosDb::storeStationCrossRefs(), SgVgosDb::storeStationEpochs(), SgVgosDb::storeStationMet(), SgVgosDb::storeStationOceanLdDisp(), SgVgosDb::storeStationParAngle(), SgVgosDb::storeStationPartAxisOffset(), SgVgosDb::storeStationPartHorizonGrad(), SgVgosDb::storeStationPartZenithDelayDry(), SgVgosDb::storeStationPartZenithDelayWet(), SgVgosDb::storeStationRefClockOffset(), SgVgosDb::storeStationsApriories(), and SgVgosDb::storeStationTsys().
void SgVdbVariable::parseString | ( | const QString & | str | ) |
Definition at line 122 of file SgVgosDb.cpp.
References band_, className(), SgLogger::ERR, institution_, SgLogger::IO_TXT, kind_, logger, stub_, type_, version_, and SgLogger::write().
Referenced by SgVgosDb::procNcString(), and SgVgosDb::procNcStringSpec().
|
inline |
Definition at line 107 of file SgVgosDb.h.
References band_.
|
inline |
Definition at line 108 of file SgVgosDb.h.
References currentInstitution_.
|
inline |
Definition at line 110 of file SgVgosDb.h.
References fileName_.
Referenced by SgVgosDb::procNcString(), and SgVgosDb::procNcStringSpec().
|
inline |
Definition at line 111 of file SgVgosDb.h.
References fileName4Output_.
Referenced by SgVgosDb::procNcString(), and SgVgosDb::procNcStringSpec().
|
inline |
Definition at line 105 of file SgVgosDb.h.
References institution_.
|
inline |
Definition at line 104 of file SgVgosDb.h.
References kind_.
Referenced by SgVgosDb::storeObsCalEarthTide(), SgVgosDb::storeObsCalHiFyErp(), SgVgosDb::storeObsCalHiFyLibration(), SgVgosDb::storeObsCalPoleTide(), SgVgosDb::storeObsGroupDelays(), SgVgosDb::storeObsPartNut2KXY(), SgVgosDb::storeObsPartPoleTides(), SgVgosDb::storeObsRates(), SgVgosDb::storeScanEphemeris(), SgVgosDb::storeScanNutationEqx(), SgVgosDb::storeScanNutationNro(), SgVgosDb::storeStationCalCable(), SgVgosDb::storeStationCalSlantPathTropDry(), SgVgosDb::storeStationCalSlantPathTropWet(), SgVgosDb::storeStationMet(), SgVgosDb::storeStationPartHorizonGrad(), SgVgosDb::storeStationPartZenithDelayDry(), and SgVgosDb::storeStationPartZenithDelayWet().
|
inline |
Definition at line 103 of file SgVgosDb.h.
References stub_.
Referenced by SgVgosDb::storeObsCorrelatorInfo().
|
inline |
Definition at line 109 of file SgVgosDb.h.
References subDir_.
Referenced by SgVgosDb::procNcString(), SgVgosDb::procNcStringSpec(), and SgVgosDb::StationDescriptor::propagateStnKey().
|
inline |
Definition at line 106 of file SgVgosDb.h.
References version_.
|
private |
Definition at line 151 of file SgVgosDb.h.
Referenced by compositeName(), getBand(), name4export(), parseString(), and setBand().
|
private |
Definition at line 156 of file SgVgosDb.h.
Referenced by getCurrentInstitution(), name4export(), and setCurrentInstitution().
|
private |
Definition at line 161 of file SgVgosDb.h.
Referenced by getFileName4Output(), name4export(), and setFileName4Output().
|
private |
Definition at line 159 of file SgVgosDb.h.
Referenced by getFileName(), and setFileName().
|
private |
Definition at line 162 of file SgVgosDb.h.
Referenced by SgVdbVariable(), and name4export().
|
private |
Definition at line 153 of file SgVgosDb.h.
Referenced by compositeName(), getInstitution(), name4export(), parseString(), and setInstitution().
|
private |
Definition at line 152 of file SgVgosDb.h.
Referenced by compositeName(), getKind(), name4export(), parseString(), and setKind().
|
private |
Definition at line 155 of file SgVgosDb.h.
Referenced by name4export().
|
private |
Definition at line 160 of file SgVgosDb.h.
Referenced by name4export().
|
private |
Definition at line 149 of file SgVgosDb.h.
Referenced by compositeName(), empty(), getStub(), isEmpty(), name4export(), parseString(), and setStub().
|
private |
Definition at line 158 of file SgVgosDb.h.
Referenced by getSubDir(), name4export(), and setSubDir().
|
private |
Definition at line 150 of file SgVgosDb.h.
Referenced by compositeName(), name4export(), and parseString().
|
private |
Definition at line 154 of file SgVgosDb.h.
Referenced by SgVdbVariable(), compositeName(), getVersion(), name4export(), parseString(), and setVersion().