General Purpose Geodetic Library
SgAgvDriver Class Reference

#include <SgIoAgvDriver.h>

Inheritance diagram for SgAgvDriver:
SgIoDriver QList

Public Member Functions

 SgAgvDriver (const SgIdentities *ids, const SgVersion *dv)
 
 ~SgAgvDriver ()
 
const QString & path2File () const
 
const QString & fileName () const
 
AgvContentStyle getExpectedStyle () const
 
int getNumOfObs () const
 
int getNumOfScans () const
 
const QMap< QString, int > & getNumOfChansByBand () const
 
int getNumOfBands () const
 
int getNumOfSrc () const
 
int getNumOfStn () const
 
int getNumOfBln () const
 
int getNumOfStnPts (int idx) const
 
int getNumOfChans2 () const
 
const QMap< QString, int > & getNumOfObsByStn () const
 
int getMaxNumPerStn () const
 
const SgVlbiSessiongetSession () const
 
void setSession (SgVlbiSession *session)
 
void setExpectedStyle (AgvContentStyle stl)
 
void setNumOfObs (int n)
 
void setNumOfScans (int n)
 
void setMaxNumPerStn (int n)
 
void setNumOfSrc (int n)
 
void setNumOfStn (int n)
 
void setNumOfBands (int n)
 
void setNumOfBln (int n)
 
virtual const QList< QString > listOfInputFiles () const
 
bool exportData (const QString &path2File, const QString &fileName)
 
bool importData (const QString &fileName)
 
QMap< QString, SgAgvDatumDescriptor * > & datumByKey ()
 
QMap< QString, SgAgvDatumDescriptor * > & mandatoryDatumByKey ()
 
QMap< QString, SgAgvDatumString * > & c1Data ()
 
QMap< QString, SgAgvDatum< short int > * > & i2Data ()
 
QMap< QString, SgAgvDatum< int > * > & i4Data ()
 
QMap< QString, SgAgvDatum< long int > * > & i8Data ()
 
QMap< QString, SgAgvDatum< float > * > & r4Data ()
 
QMap< QString, SgAgvDatum< double > * > & r8Data ()
 
QString data2str (SgAgvDatumDescriptor *dd, int idx1, int idx2, int idx3, int idx4)
 
bool addDatumDescriptor (SgAgvDatumDescriptor *dd)
 
void allocateData ()
 
void figureOutImplicitDimensions (const QList< SgAgvRecord * > *)
 
void digestData (const QList< SgAgvRecord * > *)
 
void digestDataNoRegEx (const QList< SgAgvRecord * > *)
 
- Public Member Functions inherited from SgIoDriver
 SgIoDriver (const SgIdentities *ids, const SgVersion *dv)
 
virtual ~SgIoDriver ()
 
const SgMJDgetDateOfCreation () const
 
const SgIdentitiesgetCurrentIdentities () const
 
SgIdentitiesgetInputIdentities () const
 
const SgVersiongetCurrentDriverVersion () const
 
void setDateOfCreation (const SgMJD &t)
 

Static Public Member Functions

static QString className ()
 
- Static Public Member Functions inherited from SgIoDriver
static const QString className ()
 

Protected Member Functions

void fillDataStructures ()
 
void allocateFuzzyDescriptors ()
 
void createDatum (SgAgvDatumDescriptor *dd)
 
void initMandatoryVars ()
 
void initEssentialVars ()
 
void fillMandatoryVars ()
 
void fillSessVars ()
 
void fillScanVars ()
 
void fillBslnVars ()
 
void fillSttnVars ()
 
void prepare4output ()
 
bool insertDatum (QMap< QString, SgAgvDatumDescriptor * > &datumByKey, SgAgvDatumDescriptor *dd)
 
void initSession ()
 
void lookupFuzzyDescriptor (const QString &lc, int bndIdx, const QList< QString > &bandNames, SgAgvDatumDescriptor *&dd, bool doCheckNumOfChannels, unsigned int expectedStyles)
 
void setCalcInfoModelMessNCtrlF (const QString &messLc, const QString &cflgLc, const SgModelsInfo::DasModel &model)
 
void getCalcInfoModelMessNCtrlF (const QString &messLc, const QString &cflgLc, SgModelsInfo::DasModel &model)
 
void checkCollectedDescriptors ()
 

Static Protected Member Functions

static bool strVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, QString &val)
 
static bool sintVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, short int &val)
 
static bool intVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, int &val)
 
static bool lintVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, long int &val)
 
static bool floatVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, float &val)
 
static bool doubleVal (const QString &content, QString &lCode, int &d1, int &d2, int &d3, int &d4, double &val)
 
static bool getContentIdxs (const QString &str, int &d1, int &d2, int &d3, int &d4)
 
static bool strValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, QString &val)
 
static bool sintValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, short int &val)
 
static bool intValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, int &val)
 
static bool lintValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, long int &val)
 
static bool floatValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, float &val)
 
static bool doubleValNoRegEx (const QString &content, int &d1, int &d2, int &d3, int &d4, double &val)
 

Protected Attributes

SgVlbiSessionsession_
 
QString path2File_
 
QString fileName_
 
AgvContentStyle expectedStyle_
 
int numOfObs_
 
int numOfScans_
 
QMap< QString, int > numOfChansByBand_
 
int numOfBands_
 
int numOfSrc_
 
int numOfStn_
 
int numOfBln_
 
int numOfStnPts_
 
int numOfChans2_
 
QMap< QString, int > numOfObsByStn_
 
QMap< int, int > numOfObsBySidx_
 
int maxNumPerStn_
 
QMap< QString, int > stnIdxByKey_
 
QMap< QString, int > srcIdxByKey_
 
QMap< QString, int > bndIdxByKey_
 
QVector< int > scanIdxByObsIdx_
 
QList< QString > scanSrcNames_
 
QMap< QString, SgMJDepochByScanFullName_
 
QList< QString > scanNames_
 
QList< QString > scanFullNames_
 
QList< QString > crootFileNames_
 
QList< QString > stnNames_
 
SgMJD startEpoch_
 
QMap< QString, SgAgvDatumDescriptor * > datumByKey_
 
QMap< QString, SgAgvDatumDescriptor * > mandatoryDatumByKey_
 
QList< SgAgvDatumDescriptor * > knownKeys_
 
QMap< QString, SgAgvDatumString * > c1Data_
 
QMap< QString, SgAgvDatum< short int > * > i2Data_
 
QMap< QString, SgAgvDatum< int > * > i4Data_
 
QMap< QString, SgAgvDatum< long int > * > i8Data_
 
QMap< QString, SgAgvDatum< float > * > r4Data_
 
QMap< QString, SgAgvDatum< double > * > r8Data_
 
SgAgvDatumDescriptor adNobsSta_
 
SgAgvDatumDescriptor adNumbObs_
 
SgAgvDatumDescriptor adNumbSca_
 
SgAgvDatumDescriptor adNumbSta_
 
SgAgvDatumDescriptor adObsTab_
 
SgAgvDatumDescriptor adSiteNames_
 
SgAgvDatumDescriptor adBandNames_
 
SgAgvDatumDescriptor adCorrPlace_
 
SgAgvDatumDescriptor adCorrType_
 
SgAgvDatumDescriptor adExpCode_
 
SgAgvDatumDescriptor adExpDesc_
 
SgAgvDatumDescriptor adExpName_
 
SgAgvDatumDescriptor adMk3DbName_
 
SgAgvDatumDescriptor adPiName_
 
SgAgvDatumDescriptor adRecMode_
 
SgAgvDatumDescriptor adSrcName_
 
SgAgvDatumDescriptor adScanNames_
 
SgAgvDatumDescriptor adQualCodes_
 
SgAgvDatumDescriptor adExpSerNo_
 
SgAgvDatumDescriptor adNumSrc_
 
SgAgvDatumDescriptor adNumBands_
 
SgAgvDatumDescriptor adNumChnTot_
 
SgAgvDatumDescriptor adNumChnBnd_
 
SgAgvDatumDescriptor adNumAvaBnd_
 
SgAgvDatumDescriptor adMjdObs_
 
SgAgvDatumDescriptor adSrcIdx_
 
SgAgvDatumDescriptor adStnIdx_
 
SgAgvDatumDescriptor adStnCoord_
 
SgAgvDatumDescriptor adSkyFrqChn_
 
SgAgvDatumDescriptor adSrcCoord_
 
SgAgvDatumDescriptor adUtcMtai_
 
SgAgvDatumDescriptor adUtcObs_
 
SgAgvDatumDescriptor adDelRate_
 
SgAgvDatumDescriptor adGrDelAmbg_
 
SgAgvDatumDescriptor adGrDelErr_
 
SgAgvDatumDescriptor adGrDelVal_
 
SgAgvDatumDescriptor adGrDelIonV_
 
SgAgvDatumDescriptor adGrDelIonE_
 
SgAgvDatumDescriptor adPhRatIonV_
 
SgAgvDatumDescriptor adPhRatIonE_
 
SgAgvDatumDescriptor adPhRatErr_
 
SgAgvDatumDescriptor adRefFreq_
 
SgAgvDatumDescriptor adSbDelErr_
 
SgAgvDatumDescriptor adSbDelVal_
 
SgAgvDatumDescriptor adSnr_
 
SgAgvDatumDescriptor adTotPhase_
 
SgAgvDatumDescriptor adInterval4_
 
SgAgvDatumDescriptor adCorrelatn_
 
SgAgvDatumDescriptor adCrootFnam_
 
SgAgvDatumDescriptor adFScanName_
 
SgAgvDatumDescriptor adNumLags_
 
SgAgvDatumDescriptor adUvf_Asec_
 
SgAgvDatumDescriptor adApLength_
 
SgAgvDatumDescriptor adFourfCmd_
 
SgAgvDatumDescriptor adFourfCtrl_
 
SgAgvDatumDescriptor adUnPhaseCl_
 
SgAgvDatumDescriptor adBitsSampl_
 
SgAgvDatumDescriptor adNusedChnl_
 
SgAgvDatumDescriptor adSamplRate_
 
SgAgvDatumDescriptor adIonCorr_
 
SgAgvDatumDescriptor adIonRms_
 
SgAgvDatumDescriptor adIonDtFlg_
 
SgAgvDatumDescriptor adEffFreq_
 
SgAgvDatumDescriptor adEffFrew_
 
SgAgvDatumDescriptor adIonoBits_
 
SgAgvDatumDescriptor adDelayFlag_
 
SgAgvDatumDescriptor adRateFlag_
 
SgAgvDatumDescriptor adPhaseFlag_
 
SgAgvDatumDescriptor adUAcSup_
 
SgAgvDatumDescriptor adNumGrAmbg_
 
SgAgvDatumDescriptor adAtmInterv_
 
SgAgvDatumDescriptor adAtmConstr_
 
SgAgvDatumDescriptor adClkInterv_
 
SgAgvDatumDescriptor adClkConstr_
 
SgAgvDatumDescriptor adRefClocks_
 
SgAgvDatumDescriptor adErrorK_
 
SgAgvDatumDescriptor adErrorBl_
 
SgAgvDatumDescriptor adSrcStatus_
 
SgAgvDatumDescriptor adBlnStatus_
 
SgAgvDatumDescriptor adBlnClocks_
 
SgAgvDatumDescriptor adCbrNumber_
 
SgAgvDatumDescriptor adCbrSite_
 
SgAgvDatumDescriptor adCbrImjd_
 
SgAgvDatumDescriptor adCbrTime_
 
SgAgvDatumDescriptor adObsCalFlg_
 
SgAgvDatumDescriptor adStnCalFlg_
 
SgAgvDatumDescriptor adFlybyFlg_
 
SgAgvDatumDescriptor adObsCalNam_
 
SgAgvDatumDescriptor adStnCalNam_
 
SgAgvDatumDescriptor adFlyCalNam_
 
SgAgvDatumDescriptor adAirTemp_
 
SgAgvDatumDescriptor adAirPress_
 
SgAgvDatumDescriptor adRelHumd_
 
SgAgvDatumDescriptor adCableDel_
 
SgAgvDatumDescriptor adFourfErr_
 
SgAgvDatumDescriptor adFourfFile_
 
SgAgvDatumDescriptor adStrtOffst_
 
SgAgvDatumDescriptor adStopOffst_
 
SgAgvDatumDescriptor adHopsVer_
 
SgAgvDatumDescriptor adFourFtVer_
 
SgAgvDatumDescriptor adScanUtc_
 
SgAgvDatumDescriptor adUtcMtag_
 
SgAgvDatumDescriptor adCorrUtc_
 
SgAgvDatumDescriptor adFourUtc_
 
SgAgvDatumDescriptor adTapQcode_
 
SgAgvDatumDescriptor adQbFactor_
 
SgAgvDatumDescriptor adDiscard_
 
SgAgvDatumDescriptor adDeltaEpo_
 
SgAgvDatumDescriptor adStartSec_
 
SgAgvDatumDescriptor adStopSec_
 
SgAgvDatumDescriptor adSbResid_
 
SgAgvDatumDescriptor adRtResid_
 
SgAgvDatumDescriptor adEffDura_
 
SgAgvDatumDescriptor adGcSbDel_
 
SgAgvDatumDescriptor adGcMbDel_
 
SgAgvDatumDescriptor adGcRate_
 
SgAgvDatumDescriptor adGcPhase_
 
SgAgvDatumDescriptor adGcPhsRes_
 
SgAgvDatumDescriptor adFalseDet_
 
SgAgvDatumDescriptor adIncohAmp_
 
SgAgvDatumDescriptor adIncohAmp2_
 
SgAgvDatumDescriptor adGrResid_
 
SgAgvDatumDescriptor adAprioriDl_
 
SgAgvDatumDescriptor adAprioriRt_
 
SgAgvDatumDescriptor adAprioriAc_
 
SgAgvDatumDescriptor adUrVr_
 
SgAgvDatumDescriptor adIdelay_
 
SgAgvDatumDescriptor adSrchPar_
 
SgAgvDatumDescriptor adCorrClock_
 
SgAgvDatumDescriptor adCorBasCd_
 
SgAgvDatumDescriptor adZdelay_
 
SgAgvDatumDescriptor adStarElev_
 
SgAgvDatumDescriptor adPhcRate_
 
SgAgvDatumDescriptor adDtec_
 
SgAgvDatumDescriptor adDtecSig_
 
SgAgvDatumDescriptor adCableSgn_
 
SgAgvDatumDescriptor adCablOnTp_
 
SgAgvDatumDescriptor adCablOnTx_
 
SgAgvDatumDescriptor adMeteOnTp_
 
SgAgvDatumDescriptor adMeteOnTx_
 
SgAgvDatumDescriptor adSrcApRef_
 
SgAgvDatumDescriptor adTectPlNm_
 
SgAgvDatumDescriptor adConsnDel_
 
SgAgvDatumDescriptor adConsnRat_
 
SgAgvDatumDescriptor adCtSite1_
 
SgAgvDatumDescriptor adEtdCont_
 
SgAgvDatumDescriptor adOceCont_
 
SgAgvDatumDescriptor adOceOld_
 
SgAgvDatumDescriptor adOptlCont_
 
SgAgvDatumDescriptor adPtdCont_
 
SgAgvDatumDescriptor adPtoLdCon_
 
SgAgvDatumDescriptor adTiltRmvr_
 
SgAgvDatumDescriptor adUt1Ortho_
 
SgAgvDatumDescriptor adWobOrtho_
 
SgAgvDatumDescriptor adUt1Libra_
 
SgAgvDatumDescriptor adWobLibra_
 
SgAgvDatumDescriptor adWobXcont_
 
SgAgvDatumDescriptor adWobYcont_
 
SgAgvDatumDescriptor adConCont_
 
SgAgvDatumDescriptor adSunCont_
 
SgAgvDatumDescriptor adSun2cont_
 
SgAgvDatumDescriptor adPlx1pSec_
 
SgAgvDatumDescriptor adFeedCor_
 
SgAgvDatumDescriptor adBendPart_
 
SgAgvDatumDescriptor adWobPart_
 
SgAgvDatumDescriptor adUt1Part_
 
SgAgvDatumDescriptor adConsPart_
 
SgAgvDatumDescriptor adNut06Xyp_
 
SgAgvDatumDescriptor adPlxPart_
 
SgAgvDatumDescriptor adPtdXyPar_
 
SgAgvDatumDescriptor adStrPart_
 
SgAgvDatumDescriptor adSitPart_
 
SgAgvDatumDescriptor adSunData_
 
SgAgvDatumDescriptor adMunData_
 
SgAgvDatumDescriptor adEarthCe_
 
SgAgvDatumDescriptor adNutWahr_
 
SgAgvDatumDescriptor adNut2006a_
 
SgAgvDatumDescriptor adNut06xys_
 
SgAgvDatumDescriptor adCf2J2k_0_
 
SgAgvDatumDescriptor adCf2J2k_1_
 
SgAgvDatumDescriptor adCf2J2k_2_
 
SgAgvDatumDescriptor adUt1_tai_
 
SgAgvDatumDescriptor adPolarXy_
 
SgAgvDatumDescriptor adElTheo_
 
SgAgvDatumDescriptor adAzTheo_
 
SgAgvDatumDescriptor adAxoCont_
 
SgAgvDatumDescriptor adNdryCont_
 
SgAgvDatumDescriptor adNwetCont_
 
SgAgvDatumDescriptor adOceVert_
 
SgAgvDatumDescriptor adOceHorz_
 
SgAgvDatumDescriptor adOceDeld_
 
SgAgvDatumDescriptor adParangle_
 
SgAgvDatumDescriptor adAxoPart_
 
SgAgvDatumDescriptor adNgradPar_
 
SgAgvDatumDescriptor adNdryPart_
 
SgAgvDatumDescriptor adNwetPart_
 
SgAgvDatumDescriptor adCalcFlgV_
 
SgAgvDatumDescriptor adCalcFlgN_
 
SgAgvDatumDescriptor adTidalUt1_
 
SgAgvDatumDescriptor adCalcVer_
 
SgAgvDatumDescriptor adRelData_
 
SgAgvDatumDescriptor adPreData_
 
SgAgvDatumDescriptor adEtdData_
 
SgAgvDatumDescriptor adAtmMess_
 
SgAgvDatumDescriptor adAtmCflg_
 
SgAgvDatumDescriptor adAxoMess_
 
SgAgvDatumDescriptor adAxoCflg_
 
SgAgvDatumDescriptor adEtdMess_
 
SgAgvDatumDescriptor adEtdCflg_
 
SgAgvDatumDescriptor adPtdMess_
 
SgAgvDatumDescriptor adPtdCflg_
 
SgAgvDatumDescriptor adNutMess_
 
SgAgvDatumDescriptor adNutCflg_
 
SgAgvDatumDescriptor adOceMess_
 
SgAgvDatumDescriptor adOceCflg_
 
SgAgvDatumDescriptor adAtiMess_
 
SgAgvDatumDescriptor adAtiCflg_
 
SgAgvDatumDescriptor adCtiMess_
 
SgAgvDatumDescriptor adCtiCflg_
 
SgAgvDatumDescriptor adPlxMess_
 
SgAgvDatumDescriptor adPlxCflg_
 
SgAgvDatumDescriptor adStrMess_
 
SgAgvDatumDescriptor adStrCflg_
 
SgAgvDatumDescriptor adTheMess_
 
SgAgvDatumDescriptor adRelCflg_
 
SgAgvDatumDescriptor adSitMess_
 
SgAgvDatumDescriptor adPanMess_
 
SgAgvDatumDescriptor adPepMess_
 
SgAgvDatumDescriptor adWobCflg_
 
SgAgvDatumDescriptor adUt1Cflg_
 
SgAgvDatumDescriptor adOceStat_
 
SgAgvDatumDescriptor adUt1Epoch_
 
SgAgvDatumDescriptor adWobEpoch_
 
SgAgvDatumDescriptor adSiteZens_
 
SgAgvDatumDescriptor adOPTLCoef_
 
SgAgvDatumDescriptor adSitOcPhs_
 
SgAgvDatumDescriptor adSitOcAmp_
 
SgAgvDatumDescriptor adSitHWOPh_
 
SgAgvDatumDescriptor adSitHWOAm_
 
SgAgvDatumDescriptor adSitHSOPh_
 
SgAgvDatumDescriptor adSitHSOAm_
 
SgAgvDatumDescriptor adAxisTyps_
 
SgAgvDatumDescriptor adAxisOffs_
 
SgAgvDatumDescriptor adAxisTilt_
 
SgAgvDatumDescriptor adEccTypes_
 
SgAgvDatumDescriptor adEccCoord_
 
SgAgvDatumDescriptor adEccNames_
 
SgAgvDatumDescriptor adFwobInf_
 
SgAgvDatumDescriptor adFut1Inf_
 
SgAgvDatumDescriptor adUt1Intrp_
 
SgAgvDatumDescriptor adUt1Mess_
 
SgAgvDatumDescriptor adWobMess_
 
SgAgvDatumDescriptor adWobIntrp_
 
SgAgvDatumDescriptor adFut1Text_
 
SgAgvDatumDescriptor adFwobText_
 
SgAgvDatumDescriptor adFut1Pts_
 
SgAgvDatumDescriptor adFwobXnYt_
 
SgAgvDatumDescriptor adNumAp1_
 
SgAgvDatumDescriptor adNumAp2_
 
SgAgvDatumDescriptor adCiNum1_
 
SgAgvDatumDescriptor adBbcIdx1_
 
SgAgvDatumDescriptor adBbcIdx2_
 
SgAgvDatumDescriptor adErrRate1_
 
SgAgvDatumDescriptor adErrRate2_
 
SgAgvDatumDescriptor adChanId1_
 
SgAgvDatumDescriptor adChanId2_
 
SgAgvDatumDescriptor adPolariz1_
 
SgAgvDatumDescriptor adPolariz2_
 
SgAgvDatumDescriptor adRfFreq1_
 
SgAgvDatumDescriptor adRfFreq2_
 
SgAgvDatumDescriptor adLoFreq1_
 
SgAgvDatumDescriptor adLoFreq2_
 
SgAgvDatumDescriptor adNSampls1_
 
SgAgvDatumDescriptor adNSampls2_
 
SgAgvDatumDescriptor adApByFrq1_
 
SgAgvDatumDescriptor adApByFrq2_
 
SgAgvDatumDescriptor adPhCFrq1_
 
SgAgvDatumDescriptor adPhCFrq2_
 
SgAgvDatumDescriptor adPhCAmp1_
 
SgAgvDatumDescriptor adPhCAmp2_
 
SgAgvDatumDescriptor adPhCPhs1_
 
SgAgvDatumDescriptor adPhCPhs2_
 
SgAgvDatumDescriptor adPhCOff1_
 
SgAgvDatumDescriptor adPhCOff2_
 
SgAgvDatumDescriptor adIndChn1_
 
SgAgvDatumDescriptor adIndChn2_
 
SgAgvDatumDescriptor adNumSam1_
 
SgAgvDatumDescriptor adNumSam2_
 
SgAgvDatumDescriptor adUvChn1_
 
SgAgvDatumDescriptor adUvChn2_
 
SgAgvDatumDescriptor adPCalFr1_
 
SgAgvDatumDescriptor adPCalFr2_
 
SgAgvDatumDescriptor adPCalCm1_
 
SgAgvDatumDescriptor adPCalCm2_
 
SgAgvDatumDescriptor adPimaCnt_
 
SgAgvDatumDescriptor adPimaVer_
 
SgAgvDatumDescriptor adFrnAmpl_
 
SgAgvDatumDescriptor adFrTypFit_
 
SgAgvDatumDescriptor adAprCloOf_
 
SgAgvDatumDescriptor adAprCloRt_
 
SgAgvDatumDescriptor adAprDel_
 
SgAgvDatumDescriptor adAprRate_
 
SgAgvDatumDescriptor adAzimuth_
 
SgAgvDatumDescriptor adElev_
 
SgAgvDatumDescriptor adPolariz_
 
SgAgvDatumDescriptor adScanDur_
 
SgAgvDatumDescriptor adStaClRf_
 
SgAgvDatumDescriptor adAntGain_
 
SgAgvDatumDescriptor adAprPhas_
 
SgAgvDatumDescriptor adAprPhGc_
 
SgAgvDatumDescriptor adAtmCns_
 
SgAgvDatumDescriptor adAtmIntr_
 
SgAgvDatumDescriptor adAutoSup_
 
SgAgvDatumDescriptor adAprEop_
 
SgAgvDatumDescriptor adDerDel_
 
SgAgvDatumDescriptor adDerRat_
 
SgAgvDatumDescriptor adBand2nd_
 
SgAgvDatumDescriptor adBasUse_
 
SgAgvDatumDescriptor adBsclCns_
 
SgAgvDatumDescriptor adBsclEst_
 
SgAgvDatumDescriptor adCalSts_
 
SgAgvDatumDescriptor adCloCns_
 
SgAgvDatumDescriptor adCloIntr_
 
SgAgvDatumDescriptor adDaTyp_
 
SgAgvDatumDescriptor adDgClEst_
 
SgAgvDatumDescriptor adEditSts_
 
SgAgvDatumDescriptor adEopCns_
 
SgAgvDatumDescriptor adEopEst_
 
SgAgvDatumDescriptor adRwBasNam_
 
SgAgvDatumDescriptor adRwDelVal_
 
SgAgvDatumDescriptor adRwRatVal_
 
SgAgvDatumDescriptor adSoCoCns_
 
SgAgvDatumDescriptor adSoCoEst_
 
SgAgvDatumDescriptor adSouUse_
 
SgAgvDatumDescriptor adStaUse_
 
SgAgvDatumDescriptor adStPsCns_
 
SgAgvDatumDescriptor adStPsEst_
 
SgAgvDatumDescriptor adSupMet_
 
SgAgvDatumDescriptor adTecSts_
 
SgAgvDatumDescriptor adTilIntr_
 
SgAgvDatumDescriptor adTlOfCns_
 
SgAgvDatumDescriptor adTlRtCns_
 
SgAgvDatumDescriptor adUserRec_
 
SgAgvDatumDescriptor adUserSup_
 
SgAgvDatumDescriptor adCalInfo_
 
SgAgvDatumDescriptor adCalName_
 
SgAgvDatumDescriptor adMeanCabl_
 
SgAgvDatumDescriptor adNcalib_
 
SgAgvDatumDescriptor adEopTab_
 
SgAgvDatumDescriptor adMjdEop_
 
SgAgvDatumDescriptor adNutDer_
 
SgAgvDatumDescriptor adNaprEop_
 
SgAgvDatumDescriptor adStepEop_
 
SgAgvDatumDescriptor adTaiEop_
 
SgAgvDatumDescriptor adThGrDel_
 
SgAgvDatumDescriptor adThPhDel_
 
SgAgvDatumDescriptor adThPhRat_
 
SgAgvDatumDescriptor adThProg_
 
SgAgvDatumDescriptor adThRuDat_
 
SgAgvDatumDescriptor adUvCoord_
 
SgAgvDatumDescriptor adRateCen_
 
SgAgvDatumDescriptor adRateWdt_
 
SgAgvDatumDescriptor adResGrRat_
 
SgAgvDatumDescriptor adResMbDel_
 
SgAgvDatumDescriptor adResPhas_
 
SgAgvDatumDescriptor adResPhRat_
 
SgAgvDatumDescriptor adResSbDel_
 
SgAgvDatumDescriptor adResGrDl_
 
SgAgvDatumDescriptor adResPhGc_
 
SgAgvDatumDescriptor adResRate_
 
SgAgvDatumDescriptor adSpChWdt_
 
SgAgvDatumDescriptor adSrtOffs_
 
SgAgvDatumDescriptor adTsys1_
 
SgAgvDatumDescriptor adTsys2_
 
SgAgvDatumDescriptor adUvStaOrd_
 
SgAgvDatumDescriptor adChanSdb_
 
SgAgvDatumDescriptor adChanWdt_
 
SgAgvDatumDescriptor adDelWcen_
 
SgAgvDatumDescriptor adDelWwdt_
 
SgAgvDatumDescriptor adNoiseRms_
 
SgAgvDatumDescriptor adPindObs_
 
SgAgvDatumDescriptor adCorVers_
 
SgAgvDatumDescriptor adFrtOffs_
 
SgAgvDatumDescriptor adGrRatErr_
 
SgAgvDatumDescriptor adGrRate_
 
SgAgvDatumDescriptor adNumClRf_
 
SgAgvDatumDescriptor adNPhAmb_
 
SgAgvDatumDescriptor adPhDelErr_
 
SgAgvDatumDescriptor adScanPima_
 
SgAgvDatumDescriptoradNumOfAp_
 
SgAgvDatumDescriptoradIndexNum_
 
SgAgvDatumDescriptoradChanId_
 
SgAgvDatumDescriptoradPolarz_
 
SgAgvDatumDescriptoradBbcIdx_
 
SgAgvDatumDescriptoradErrRate_
 
SgAgvDatumDescriptoradRfFreq_
 
SgAgvDatumDescriptoradIndChn_
 
SgAgvDatumDescriptoradLoRfFreq_
 
SgAgvDatumDescriptoradNumSmpls_
 
SgAgvDatumDescriptoradChAmpPhs_
 
SgAgvDatumDescriptoradPhcFrq_
 
SgAgvDatumDescriptoradPhcAmp_
 
SgAgvDatumDescriptoradPhcPhs_
 
SgAgvDatumDescriptoradPhcOff_
 
QList< SgAgvDatumDescriptor * > fuzzyDescriptors_
 
- Protected Attributes inherited from SgIoDriver
SgMJD dateOfCreation_
 
const SgIdentitiescurrentIdentities_
 
const SgVersioncurrentDriverVersion_
 
SgIdentitiesinputIdentities_
 

Detailed Description

Definition at line 61 of file SgIoAgvDriver.h.

Constructor & Destructor Documentation

◆ SgAgvDriver()

SgAgvDriver::SgAgvDriver ( const SgIdentities ids,
const SgVersion dv 
)

Definition at line 58 of file SgIoAgvDriver.cpp.

References ACS_NONE, adAirPress_, adAirTemp_, adAntGain_, adApByFrq1_, adApByFrq2_, adApLength_, adAprCloOf_, adAprCloRt_, adAprDel_, adAprEop_, adAprioriAc_, adAprioriDl_, adAprioriRt_, adAprPhas_, adAprPhGc_, adAprRate_, adAtiCflg_, adAtiMess_, adAtmCflg_, adAtmCns_, adAtmConstr_, adAtmInterv_, adAtmIntr_, adAtmMess_, adAutoSup_, adAxisOffs_, adAxisTilt_, adAxisTyps_, adAxoCflg_, adAxoCont_, adAxoMess_, adAxoPart_, adAzimuth_, adAzTheo_, adBand2nd_, adBandNames_, adBasUse_, adBbcIdx1_, adBbcIdx2_, adBbcIdx_, adBendPart_, adBitsSampl_, adBlnClocks_, adBlnStatus_, adBsclCns_, adBsclEst_, adCableDel_, adCableSgn_, adCablOnTp_, adCablOnTx_, adCalcFlgN_, adCalcFlgV_, adCalcVer_, adCalInfo_, adCalName_, adCalSts_, adCbrImjd_, adCbrNumber_, adCbrSite_, adCbrTime_, adCf2J2k_0_, adCf2J2k_1_, adCf2J2k_2_, adChAmpPhs_, adChanId1_, adChanId2_, adChanId_, adChanSdb_, adChanWdt_, adCiNum1_, adClkConstr_, adClkInterv_, adCloCns_, adCloIntr_, adConCont_, adConsnDel_, adConsnRat_, adConsPart_, adCorBasCd_, adCorrClock_, adCorrelatn_, adCorrPlace_, adCorrType_, adCorrUtc_, adCorVers_, adCrootFnam_, adCtiCflg_, adCtiMess_, adCtSite1_, adDaTyp_, adDelayFlag_, adDelRate_, adDeltaEpo_, adDelWcen_, adDelWwdt_, adDerDel_, adDerRat_, adDgClEst_, adDiscard_, adDtec_, adDtecSig_, adEarthCe_, adEccCoord_, adEccNames_, adEccTypes_, adEditSts_, adEffDura_, adEffFreq_, adEffFrew_, adElev_, adElTheo_, adEopCns_, adEopEst_, adEopTab_, adErrorBl_, adErrorK_, adErrRate1_, adErrRate2_, adErrRate_, adEtdCflg_, adEtdCont_, adEtdData_, adEtdMess_, adExpCode_, adExpDesc_, adExpName_, adExpSerNo_, adFalseDet_, adFeedCor_, adFlybyFlg_, adFlyCalNam_, adFourfCmd_, adFourfCtrl_, adFourfErr_, adFourfFile_, adFourFtVer_, adFourUtc_, adFrnAmpl_, adFrtOffs_, adFrTypFit_, adFScanName_, adFut1Inf_, adFut1Pts_, adFut1Text_, adFwobInf_, adFwobText_, adFwobXnYt_, adGcMbDel_, adGcPhase_, adGcPhsRes_, adGcRate_, adGcSbDel_, adGrDelAmbg_, adGrDelErr_, adGrDelIonE_, adGrDelIonV_, adGrDelVal_, adGrRate_, adGrRatErr_, adGrResid_, adHopsVer_, adIdelay_, adIncohAmp2_, adIncohAmp_, adIndChn1_, adIndChn2_, adIndChn_, adIndexNum_, adInterval4_, adIonCorr_, adIonDtFlg_, adIonoBits_, adIonRms_, adLoFreq1_, adLoFreq2_, adLoRfFreq_, adMeanCabl_, adMeteOnTp_, adMeteOnTx_, adMjdEop_, adMjdObs_, adMk3DbName_, adMunData_, adNaprEop_, adNcalib_, adNdryCont_, adNdryPart_, adNgradPar_, adNobsSta_, adNoiseRms_, adNPhAmb_, adNSampls1_, adNSampls2_, adNumAp1_, adNumAp2_, adNumAvaBnd_, adNumBands_, adNumbObs_, adNumbSca_, adNumbSta_, adNumChnBnd_, adNumChnTot_, adNumClRf_, adNumGrAmbg_, adNumLags_, adNumOfAp_, adNumSam1_, adNumSam2_, adNumSmpls_, adNumSrc_, adNusedChnl_, adNut06Xyp_, adNut06xys_, adNut2006a_, adNutCflg_, adNutDer_, adNutMess_, adNutWahr_, adNwetCont_, adNwetPart_, adObsCalFlg_, adObsCalNam_, adObsTab_, adOceCflg_, adOceCont_, adOceDeld_, adOceHorz_, adOceMess_, adOceOld_, adOceStat_, adOceVert_, adOPTLCoef_, adOptlCont_, adPanMess_, adParangle_, adPCalCm1_, adPCalCm2_, adPCalFr1_, adPCalFr2_, adPepMess_, adPhaseFlag_, adPhCAmp1_, adPhCAmp2_, adPhcAmp_, adPhCFrq1_, adPhCFrq2_, adPhcFrq_, adPhCOff1_, adPhCOff2_, adPhcOff_, adPhCPhs1_, adPhCPhs2_, adPhcPhs_, adPhcRate_, adPhDelErr_, adPhRatErr_, adPhRatIonE_, adPhRatIonV_, adPimaCnt_, adPimaVer_, adPiName_, adPindObs_, adPlx1pSec_, adPlxCflg_, adPlxMess_, adPlxPart_, adPolariz1_, adPolariz2_, adPolariz_, adPolarXy_, adPolarz_, adPreData_, adPtdCflg_, adPtdCont_, adPtdMess_, adPtdXyPar_, adPtoLdCon_, adQbFactor_, adQualCodes_, adRateCen_, adRateFlag_, adRateWdt_, adRecMode_, adRefClocks_, adRefFreq_, adRelCflg_, adRelData_, adRelHumd_, adResGrDl_, adResGrRat_, adResMbDel_, adResPhas_, adResPhGc_, adResPhRat_, adResRate_, adResSbDel_, adRfFreq1_, adRfFreq2_, adRfFreq_, adRtResid_, adRwBasNam_, adRwDelVal_, adRwRatVal_, adSamplRate_, adSbDelErr_, adSbDelVal_, adSbResid_, adScanDur_, adScanNames_, adScanPima_, adScanUtc_, adSiteNames_, adSiteZens_, adSitHSOAm_, adSitHSOPh_, adSitHWOAm_, adSitHWOPh_, adSitMess_, adSitOcAmp_, adSitOcPhs_, adSitPart_, adSkyFrqChn_, adSnr_, adSoCoCns_, adSoCoEst_, adSouUse_, adSpChWdt_, adSrcApRef_, adSrcCoord_, adSrchPar_, adSrcIdx_, adSrcName_, adSrcStatus_, adSrtOffs_, adStaClRf_, adStarElev_, adStartSec_, adStaUse_, adStepEop_, adStnCalFlg_, adStnCalNam_, adStnCoord_, adStnIdx_, adStopOffst_, adStopSec_, adStPsCns_, adStPsEst_, adStrCflg_, adStrMess_, adStrPart_, adStrtOffst_, adSun2cont_, adSunCont_, adSunData_, adSupMet_, adTaiEop_, adTapQcode_, adTecSts_, adTectPlNm_, adTheMess_, adThGrDel_, adThPhDel_, adThPhRat_, adThProg_, adThRuDat_, adTidalUt1_, adTilIntr_, adTiltRmvr_, adTlOfCns_, adTlRtCns_, adTotPhase_, adTsys1_, adTsys2_, adUAcSup_, adUnPhaseCl_, adUrVr_, adUserRec_, adUserSup_, adUt1_tai_, adUt1Cflg_, adUt1Epoch_, adUt1Intrp_, adUt1Libra_, adUt1Mess_, adUt1Ortho_, adUt1Part_, adUtcMtag_, adUtcMtai_, adUtcObs_, adUvChn1_, adUvChn2_, adUvCoord_, adUvf_Asec_, adUvStaOrd_, adWobCflg_, adWobEpoch_, adWobIntrp_, adWobLibra_, adWobMess_, adWobOrtho_, adWobPart_, adWobXcont_, adWobYcont_, adZdelay_, expectedStyle_, knownKeys_, maxNumPerStn_, numOfBands_, numOfBln_, numOfChans2_, numOfObs_, numOfScans_, numOfSrc_, numOfStn_, numOfStnPts_, and session_.

◆ ~SgAgvDriver()

Member Function Documentation

◆ addDatumDescriptor()

bool SgAgvDriver::addDatumDescriptor ( SgAgvDatumDescriptor dd)
inline

Definition at line 116 of file SgIoAgvDriver.h.

References datumByKey_, and insertDatum().

Referenced by SgAgvTocsSection::importData().

◆ allocateData()

void SgAgvDriver::allocateData ( )

◆ allocateFuzzyDescriptors()

◆ c1Data()

QMap<QString, SgAgvDatumString*>& SgAgvDriver::c1Data ( )
inline

Definition at line 108 of file SgIoAgvDriver.h.

References c1Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ checkCollectedDescriptors()

◆ className()

◆ createDatum()

◆ data2str()

QString SgAgvDriver::data2str ( SgAgvDatumDescriptor dd,
int  idx1,
int  idx2,
int  idx3,
int  idx4 
)

◆ datumByKey()

QMap<QString, SgAgvDatumDescriptor*>& SgAgvDriver::datumByKey ( )
inline

◆ digestData()

◆ digestDataNoRegEx()

◆ doubleVal()

bool SgAgvDriver::doubleVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
double &  val 
)
staticprotected

Definition at line 3422 of file SgIoAgvDriver.cpp.

References className(), SgLogger::ERR, SgLogger::IO_TXT, logger, and SgLogger::write().

Referenced by digestData().

◆ doubleValNoRegEx()

bool SgAgvDriver::doubleValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
double &  val 
)
staticprotected

◆ exportData()

bool SgAgvDriver::exportData ( const QString &  path2File,
const QString &  fileName 
)

◆ figureOutImplicitDimensions()

◆ fileName()

const QString& SgAgvDriver::fileName ( ) const
inline

Definition at line 69 of file SgIoAgvDriver.h.

References fileName_.

Referenced by importData(), and SgVlbiSession::putDataIntoAgvFile().

◆ fillBslnVars()

void SgAgvDriver::fillBslnVars ( )
protected

Definition at line 2198 of file SgIoAgvDriver.cpp.

References adApLength_, adAprioriAc_, adAprioriDl_, adAprioriRt_, adBbcIdx_, adBendPart_, adBitsSampl_, adCf2J2k_0_, adCf2J2k_1_, adCf2J2k_2_, adChAmpPhs_, adChanId_, adConCont_, adConsnDel_, adConsnRat_, adConsPart_, adCorBasCd_, adCorrClock_, adCorrelatn_, adCorrUtc_, adCtSite1_, adDelayFlag_, adDelRate_, adDeltaEpo_, adDiscard_, adDtec_, adDtecSig_, adEarthCe_, adEffDura_, adEffFreq_, adEffFrew_, adErrRate_, adEtdCont_, adFalseDet_, adFeedCor_, adFourfCmd_, adFourfCtrl_, adFourfErr_, adFourfFile_, adFourFtVer_, adFourUtc_, adFrnAmpl_, adGcMbDel_, adGcPhase_, adGcPhsRes_, adGcRate_, adGcSbDel_, adGrDelAmbg_, adGrDelErr_, adGrDelVal_, adGrResid_, adHopsVer_, adIdelay_, adIncohAmp2_, adIncohAmp_, adIndexNum_, adIonCorr_, adIonDtFlg_, adIonoBits_, adIonRms_, adLoRfFreq_, adMunData_, adNumGrAmbg_, adNumLags_, adNumOfAp_, adNumSmpls_, adNusedChnl_, adNut06Xyp_, adNut06xys_, adNut2006a_, adNutWahr_, adOceCont_, adOceOld_, adOptlCont_, adPhaseFlag_, adPhcAmp_, adPhcFrq_, adPhcOff_, adPhcPhs_, adPhcRate_, adPhRatErr_, adPlx1pSec_, adPlxPart_, adPolarXy_, adPolarz_, adPtdCont_, adPtdXyPar_, adPtoLdCon_, adQbFactor_, adQualCodes_, adRateFlag_, adRefFreq_, adRfFreq_, adRtResid_, adSamplRate_, adSbDelErr_, adSbDelVal_, adSbResid_, adScanUtc_, adSitPart_, adSnr_, adSrchPar_, adStarElev_, adStartSec_, adStnIdx_, adStopOffst_, adStopSec_, adStrPart_, adStrtOffst_, adSun2cont_, adSunCont_, adSunData_, adTapQcode_, adTiltRmvr_, adTotPhase_, adUAcSup_, adUnPhaseCl_, adUrVr_, adUt1_tai_, adUt1Libra_, adUt1Ortho_, adUt1Part_, adUtcMtag_, adUvf_Asec_, adWobLibra_, adWobOrtho_, adWobPart_, adWobXcont_, adWobYcont_, adZdelay_, Sg3dVector::at(), Sg3dMatrix::at(), SgVlbiSessionInfo::Attr_FF_EDIT_INFO_MODIFIED, SgVlbiSessionInfo::Attr_FF_OUTLIERS_PROCESSED, SgObservation::Attr_NOT_VALID, SgObservation::Attr_PROCESSED, SgVlbiObservable::bbcIdxByChan_1(), SgVlbiObservable::bbcIdxByChan_2(), bndIdxByKey_, c1Data_, SgVlbiObservation::calculateIonoBits(), SgVlbiObservable::chanIdByChan(), SgVlbiObservable::corelIndexNumLSB(), SgVlbiObservable::corelIndexNumUSB(), SgVlbiObservable::fringeAmplitudeByChan(), SgVlbiObservable::fringePhaseByChan(), SgVlbiObservable::getAcceptedRatio(), SgVlbiObservation::getAearth(), SgVlbiMeasurement::getAmbiguitySpacing(), SgVlbiObservation::getApLength(), SgVlbiObservable::getAprioriDra(), SgVlbiObservable::getBandKey(), SgVlbiObservable::getBitsPerSample(), SgVlbiObservation::getCalcCipSr(), SgVlbiObservation::getCalcCipSv(), SgVlbiObservation::getCalcCipXr(), SgVlbiObservation::getCalcCipXv(), SgVlbiObservation::getCalcCipYr(), SgVlbiObservation::getCalcCipYv(), SgVlbiObservation::getCalcConsBendingDelay(), SgVlbiObservation::getCalcConsBendingRate(), SgVlbiObservation::getCalcConsBendingSunDelay(), SgVlbiObservation::getCalcConsBendingSunHigherDelay(), SgVlbiObservation::getCalcConsBendingSunHigherRate(), SgVlbiObservation::getCalcConsBendingSunRate(), SgVlbiObservation::getCalcConsensusDelay(), SgVlbiObservation::getCalcConsensusRate(), SgVlbiObservation::getCalcEarthTideDelay(), SgVlbiObservation::getCalcEarthTideRate(), SgVlbiObservable::getCalcFeedCorrDelay(), SgVlbiObservable::getCalcFeedCorrRate(), SgVlbiObservation::getCalcHiFyPxyDelay(), SgVlbiObservation::getCalcHiFyPxyLibrationDelay(), SgVlbiObservation::getCalcHiFyPxyLibrationRate(), SgVlbiObservation::getCalcHiFyPxyRate(), SgVlbiObservation::getCalcHiFyUt1Delay(), SgVlbiObservation::getCalcHiFyUt1LibrationDelay(), SgVlbiObservation::getCalcHiFyUt1LibrationRate(), SgVlbiObservation::getCalcHiFyUt1Rate(), SgVlbiObservation::getCalcNut2006_dEpsR(), SgVlbiObservation::getCalcNut2006_dEpsV(), SgVlbiObservation::getCalcNut2006_dPsiR(), SgVlbiObservation::getCalcNut2006_dPsiV(), SgVlbiObservation::getCalcNutWahr_dEpsR(), SgVlbiObservation::getCalcNutWahr_dEpsV(), SgVlbiObservation::getCalcNutWahr_dPsiR(), SgVlbiObservation::getCalcNutWahr_dPsiV(), SgVlbiObservation::getCalcOceanPoleTideLdDelay(), SgVlbiObservation::getCalcOceanPoleTideLdRate(), SgVlbiObservation::getCalcOceanTideDelay(), SgVlbiObservation::getCalcOceanTideOldDelay(), SgVlbiObservation::getCalcOceanTideOldRate(), SgVlbiObservation::getCalcOceanTideRate(), SgVlbiObservation::getCalcPmX(), SgVlbiObservation::getCalcPmY(), SgVlbiObservation::getCalcPoleTideDelay(), SgVlbiObservation::getCalcPoleTideOldDelay(), SgVlbiObservation::getCalcPoleTideOldRate(), SgVlbiObservation::getCalcPoleTideRate(), SgVlbiObservation::getCalcPxDelay(), SgVlbiObservation::getCalcPxRate(), SgVlbiObservation::getCalcPyDelay(), SgVlbiObservation::getCalcPyRate(), SgVlbiObservation::getCalcTiltRemvrDelay(), SgVlbiObservation::getCalcTiltRemvrRate(), SgVlbiObservation::getCalcUt1_Tai(), SgVlbiObservable::getCentrOffset(), SgVlbiStationInfo::getCid(), SgVlbiObservable::getCorrClocks(), SgVlbiObservable::getCorrCoeff(), SgVlbiObservable::getCorrelStarElev_1(), SgVlbiObservable::getCorrelStarElev_2(), SgVlbiObservable::getCorrelZdelay_1(), SgVlbiObservable::getCorrelZdelay_2(), SgVlbiObservation::getD2del_dUT12(), SgVlbiObservation::getD2rat_dUT12(), SgVlbiObservation::getDdel_dBend(), SgVlbiObservation::getDdel_dCipX(), SgVlbiObservation::getDdel_dCipY(), SgVlbiObservation::getDdel_dDN(), SgVlbiObservation::getDdel_dGamma(), SgVlbiObservation::getDdel_dParallax(), SgVlbiObservation::getDdel_dParallaxRev(), SgVlbiObservation::getDdel_dPolTideX(), SgVlbiObservation::getDdel_dPolTideY(), SgVlbiObservation::getDdel_dPx(), SgVlbiObservation::getDdel_dPy(), SgVlbiObservation::getDdel_dR_1(), SgVlbiObservation::getDdel_dRA(), SgVlbiObservation::getDdel_dUT1(), SgVlbiObservable::getDiscardRatio(), SgVlbiObservation::getDrat_dBend(), SgVlbiObservation::getDrat_dCipX(), SgVlbiObservation::getDrat_dCipY(), SgVlbiObservation::getDrat_dDN(), SgVlbiObservation::getDrat_dGamma(), SgVlbiObservation::getDrat_dParallax(), SgVlbiObservation::getDrat_dParallaxRev(), SgVlbiObservation::getDrat_dPolTideX(), SgVlbiObservation::getDrat_dPolTideY(), SgVlbiObservation::getDrat_dPx(), SgVlbiObservation::getDrat_dPy(), SgVlbiObservation::getDrat_dR_1(), SgVlbiObservation::getDrat_dRA(), SgVlbiObservation::getDrat_dUT1(), SgVlbiObservation::getDTec(), SgVlbiObservation::getDTecStdDev(), SgVlbiMeasurement::getEffFreq(), SgVlbiMeasurement::getEffFreqEqWgt(), SgVlbiObservable::getEffIntegrationTime(), SgVector::getElement(), SgMatrix::getElement(), SgVlbiObservable::getEpochCentral(), SgVlbiObservable::getEpochOfCorrelation(), SgVlbiObservable::getEpochOfFourfitting(), SgVlbiObservable::getEpochOfScan(), SgVlbiObservable::getErrorCode(), SgVlbiObservable::getFourfitCommandOverride(), SgVlbiObservable::getFourfitControlFile(), SgVlbiObservable::getFourfitOutputFName(), SgVlbiObservable::getFourfitSearchParameters(), SgVlbiObservable::getFourfitVersion(), SgVlbiObservation::getFractC(), SgVlbiObservable::getGeocenterResidPhase(), SgVlbiObservable::getGeocenterTotalPhase(), SgVlbiMeasurement::getGeocenterValue(), SgVlbiObservable::getHopsRevisionNumber(), SgVlbiObservable::getIncohChanAddAmp(), SgVlbiObservable::getIncohSegmAddAmp(), SgVlbiObservable::getInstrDelay(), SgVlbiMeasurement::getIonoSigma(), SgVlbiMeasurement::getIonoValue(), SgObjectInfo::getKey(), SgAgvDatumDescriptor::getLCode(), SgVlbiObservable::getNlags(), SgVlbiMeasurement::getNumOfAmbiguities(), SgVlbiObservable::getNumOfChannels(), SgVlbiObservable::getPhaseCalGrDelays(), SgVlbiObservable::getPhaseCalRates(), SgVlbiObservable::getProbabOfFalseDetection(), SgVlbiObservable::getQualityFactor(), SgVlbiObservation::getRearth(), SgVlbiObservable::getReferenceFrequency(), SgVlbiMeasurement::getResidualFringeFitting(), SgVlbiObservation::getRmoon(), SgVlbiObservation::getRsun(), SgVlbiObservable::getSampleRate(), SgVlbiObservation::getScanId(), SgVlbiMeasurement::getSigma(), SgVlbiObservable::getSnr(), SgVlbiObservable::getStartOffset(), SgVlbiObservable::getStopOffset(), SgVlbiObservable::getTapeQualityCode(), SgVlbiObservable::getTotalPhase(), SgVlbiObservation::getTrf2crfAcc(), SgVlbiObservation::getTrf2crfRat(), SgVlbiObservation::getTrf2crfVal(), SgVlbiObservable::getTstart(), SgVlbiObservable::getTstop(), SgVlbiMeasurement::getUnweightFlag(), SgVlbiObservable::getUrVr(), SgVlbiObservable::getUvFrPerAsec(), SgVlbiMeasurement::getValue(), SgVlbiObservation::getVearth(), SgVlbiObservation::getVmoon(), SgVlbiObservation::getVsun(), SgVlbiObservable::grDelay(), i2Data_, i4Data_, SgAttribute::isAttr(), SgVlbiObservable::loFreqByChan_1(), SgVlbiObservable::loFreqByChan_2(), SgVlbiObservable::numOfAccPeriodsByChan_LSB(), SgVlbiObservable::numOfAccPeriodsByChan_USB(), numOfBands_, numOfObs_, SgVlbiObservable::numOfSamplesByChan_LSB(), SgVlbiObservable::numOfSamplesByChan_USB(), SgVlbiObservation::observableByKey(), SgVlbiSession::observations(), SgVlbiObservable::PCCI_AMPLITUDE, SgVlbiObservable::PCCI_FREQUENCY, SgVlbiObservable::PCCI_OFFSET, SgVlbiObservable::PCCI_PHASE, SgVlbiObservable::phaseCalData_1ByChan(), SgVlbiObservable::phaseCalData_2ByChan(), SgVlbiObservable::phDelay(), SgVlbiObservable::phDRate(), SgVlbiObservable::polarization_1ByChan(), SgVlbiObservable::polarization_2ByChan(), SgVlbiObservation::primeObs(), r8Data_, RAD2DEG, SgVlbiObservable::refFreqByChan(), SgVlbiObservable::sbDelay(), session_, SgVlbiMeasurement::setUnweightFlag(), SgVlbiObservation::stn_1(), SgVlbiObservation::stn_2(), stnIdxByKey_, SgMJD::toYMDHMS_tr(), SgAgvDatum< C >::value(), X_AXIS, Y_AXIS, and Z_AXIS.

Referenced by fillDataStructures().

◆ fillDataStructures()

◆ fillMandatoryVars()

◆ fillScanVars()

◆ fillSessVars()

void SgAgvDriver::fillSessVars ( )
protected

Definition at line 1524 of file SgIoAgvDriver.cpp.

References adAtiCflg_, adAtiMess_, adAtmCflg_, adAtmConstr_, adAtmInterv_, adAtmMess_, adAxisOffs_, adAxisTilt_, adAxisTyps_, adAxoCflg_, adAxoMess_, adBandNames_, adBlnClocks_, adBlnStatus_, adCableSgn_, adCablOnTp_, adCablOnTx_, adCalcFlgN_, adCalcFlgV_, adCalcVer_, adCbrImjd_, adCbrNumber_, adCbrSite_, adCbrTime_, adClkConstr_, adClkInterv_, adCorrPlace_, adCorrType_, adCtiCflg_, adCtiMess_, adEccCoord_, adEccNames_, adEccTypes_, adErrorBl_, adErrorK_, adEtdCflg_, adEtdData_, adEtdMess_, adExpCode_, adExpDesc_, adExpName_, adExpSerNo_, adFlybyFlg_, adFlyCalNam_, adFut1Inf_, adFut1Pts_, adFut1Text_, adFwobInf_, adFwobText_, adFwobXnYt_, adInterval4_, adMeteOnTp_, adMeteOnTx_, adMk3DbName_, adNumAvaBnd_, adNumBands_, adNumChnBnd_, adNumChnTot_, adNumSrc_, adNutCflg_, adNutMess_, adObsCalFlg_, adObsCalNam_, adOceCflg_, adOceMess_, adOceStat_, adOPTLCoef_, adPanMess_, adPepMess_, adPiName_, adPlxCflg_, adPlxMess_, adPreData_, adPtdCflg_, adPtdMess_, adRecMode_, adRefClocks_, adRelCflg_, adRelData_, adSiteNames_, adSiteZens_, adSitHSOAm_, adSitHSOPh_, adSitHWOAm_, adSitHWOPh_, adSitMess_, adSitOcAmp_, adSitOcPhs_, adSrcApRef_, adSrcCoord_, adSrcName_, adSrcStatus_, adStnCalFlg_, adStnCalNam_, adStnCoord_, adStrCflg_, adStrMess_, adTectPlNm_, adTheMess_, adTidalUt1_, adUt1Cflg_, adUt1Epoch_, adUt1Intrp_, adUt1Mess_, adUtcMtai_, adWobCflg_, adWobEpoch_, adWobIntrp_, adWobMess_, SgVlbiSession::args4PxyInterpolation(), SgVlbiSession::args4Ut1Interpolation(), Sg3dVector::at(), SgModelsInfo::atomicTime(), SgVlbiBaselineInfo::Attr_ESTIMATE_CLOCKS, SgVlbiStationInfo::Attr_IGNORE_CABLE_CAL, SgVlbiBaselineInfo::Attr_NOT_VALID, SgVlbiStationInfo::Attr_NOT_VALID, SgVlbiStationInfo::Attr_REFERENCE_CLOCKS, SgVlbiStationInfo::auxObservationByScanId(), SgModelsInfo::axisOffset(), SgVlbiSession::bands(), SgVlbiSession::baselinesByName(), c1Data_, SgVlbiStationInfo::calcCBEpochs4Export(), SgVlbiSession::calcInfo(), SgVlbiSourceInfo::calculateStatusBits(), className(), SgVlbiStationInfo::clockBreaks(), SgModelsInfo::controlFlagNames(), SgModelsInfo::controlFlagValues(), SgModelsInfo::coordinateTime(), DT_DELAY, DT_RATE, SgModelsInfo::earthTide(), SgVlbiStationInfo::eccRec(), SgModelsInfo::ephemeris(), SgLogger::ERR, SgEccRec::ET_NEU, SgEccRec::ET_XYZ, SgModelsInfo::feedHorn(), SgVlbiSession::formObsCalibrationSetup(), SgVlbiSourceInfo::getAprioriReference(), SgVlbiStationInfo::getAxisOffset(), SgVlbiStationInfo::getCableCalMultiplierDBCal(), SgVlbiStationInfo::getCableCalsOrigin(), SgVlbiStationInfo::getCableCalsOriginTxt(), SgEccRec::getCdpNumber(), SgModelsInfo::DasModel::getControlFlag(), SgVlbiSessionInfo::getCorrelatorName(), SgVlbiSessionInfo::getCorrelatorType(), SgMJD::getDate(), SgModelsInfo::DasModel::getDefinition(), SgVlbiSessionInfo::getDescription(), SgVlbiSourceInfo::getDN(), SgEccRec::getDR(), SgModelsInfo::getDversion(), SgModelsInfo::getEarthTideData(), SgEccRec::getEccType(), SgVector::getElement(), SgMatrix::getElement(), SgParameterBreak::getEpoch4Export(), SgVlbiSessionInfo::getExperimentSerialNumber(), SgModelsInfo::getFlagTidalUt1(), SgObjectInfo::getKey(), SgAgvDatumDescriptor::getLCode(), SgVlbiSession::getLeapSeconds(), SgVlbiStationInfo::getMeteoDataOrigin(), SgVlbiStationInfo::getMeteoDataOriginTxt(), SgVlbiStationInfo::getMntType(), SgVlbiSessionInfo::getName(), SgVlbiStationInfo::getOLoadAmplitude(), SgVlbiStationInfo::getOLoadPhase(), SgVlbiStationInfo::getOptLoadCoeff(), SgModelsInfo::DasModel::getOrigin(), SgVlbiStationInfo::getPcClocks(), SgVlbiStationInfo::getPcZenith(), SgVlbiSessionInfo::getPiAgencyName(), SgModelsInfo::getPrecessionData(), SgParameterCfg::getPwlAPriori(), SgParameterCfg::getPwlStep(), SgVlbiStationInfo::getR(), SgVlbiSourceInfo::getRA(), SgVlbiSessionInfo::getRecordingMode(), SgModelsInfo::getRelativityData(), SgVlbiSessionInfo::getSessionCode(), SgObjectInfo::getSigma2add(), SgVlbiStationInfo::getTectonicPlateName(), SgVlbiSessionInfo::getTFinis(), SgVlbiStationInfo::getTilt(), SgMJD::getTime(), SgVlbiSessionInfo::getTStart(), i2Data_, i4Data_, SgLogger::IO_NCDF, SgLogger::IO_TXT, SgAttribute::isAttr(), logger, SgVlbiStationInfo::mntType2int(), SgVector::n(), SgMatrix::nRow(), numOfBands_, numOfBln_, numOfChansByBand_, SgObjectInfo::numTotal(), SgModelsInfo::nutation(), SgModelsInfo::oceanLoading(), SgModelsInfo::oLoadStationStatus(), SgModelsInfo::parallax(), SgModelsInfo::polarMotion(), SgModelsInfo::polarMotionInterpolation(), SgModelsInfo::poleTide(), r8Data_, SgModelsInfo::relativity(), sCalList, session_, setCalcInfoModelMessNCtrlF(), SgAgvDatumDescriptor::setDim1(), SgAgvDatumDescriptor::setDim2(), SgAgvDatumDescriptor::setHasData(), sFclList, SgModelsInfo::site(), SgModelsInfo::siteZenDelays(), SgVlbiSession::sourcesByName(), srcIdxByKey_, SgModelsInfo::star(), SgModelsInfo::stations(), SgVlbiSession::stationsByName(), stnIdxByKey_, SgVlbiSession::tabs4PxyInterpolation(), SgVlbiSession::tabs4Ut1Interpolation(), SgMJD::toYMDHMS_tr(), SgModelsInfo::troposphere(), SgModelsInfo::ut1(), SgModelsInfo::ut1InterpData(), SgModelsInfo::ut1Interpolation(), vLight, SgModelsInfo::wobInterpData(), SgLogger::write(), SgLogger::WRN, X_AXIS, Y_AXIS, and Z_AXIS.

Referenced by fillDataStructures().

◆ fillSttnVars()

void SgAgvDriver::fillSttnVars ( )
protected

Definition at line 2947 of file SgIoAgvDriver.cpp.

References adAirPress_, adAirTemp_, adAxoCont_, adAxoPart_, adAzTheo_, adCableDel_, adElTheo_, adNdryCont_, adNdryPart_, adNgradPar_, adNwetCont_, adNwetPart_, adOceDeld_, adOceHorz_, adOceVert_, adParangle_, adRelHumd_, Sg3dVector::at(), SgVlbiStationInfo::auxObservationByScanId(), className(), SgLogger::ERR, SgVlbiAuxObservation::getAzimuthAngle(), SgVlbiAuxObservation::getAzimuthAngleRate(), SgVlbiAuxObservation::getCableCalibration(), SgVlbiAuxObservation::getCalcAxisOffset4Delay(), SgVlbiAuxObservation::getCalcAxisOffset4Rate(), SgVlbiAuxObservation::getCalcNdryCont4Delay(), SgVlbiAuxObservation::getCalcNdryCont4Rate(), SgVlbiAuxObservation::getCalcNwetCont4Delay(), SgVlbiAuxObservation::getCalcNwetCont4Rate(), SgVlbiAuxObservation::getCalcOLoadHorz4Delay(), SgVlbiAuxObservation::getCalcOLoadHorz4Rate(), SgVlbiAuxObservation::getCalcOLoadVert4Delay(), SgVlbiAuxObservation::getCalcOLoadVert4Rate(), SgVlbiAuxObservation::getDdel_dAxsOfs(), SgVlbiAuxObservation::getDdel_dTzdDry(), SgVlbiAuxObservation::getDdel_dTzdGrdE(), SgVlbiAuxObservation::getDdel_dTzdGrdN(), SgVlbiAuxObservation::getDdel_dTzdWet(), SgVlbiAuxObservation::getDrat_dAxsOfs(), SgVlbiAuxObservation::getDrat_dTzdDry(), SgVlbiAuxObservation::getDrat_dTzdGrdE(), SgVlbiAuxObservation::getDrat_dTzdGrdN(), SgVlbiAuxObservation::getDrat_dTzdWet(), SgVlbiAuxObservation::getElevationAngle(), SgVlbiAuxObservation::getElevationAngleRate(), SgAgvDatumDescriptor::getLCode(), SgVlbiAuxObservation::getOcnLdR(), SgVlbiAuxObservation::getOcnLdV(), SgVlbiAuxObservation::getParallacticAngle(), SgMeteoData::getPressure(), SgMeteoData::getRelativeHumidity(), SgMeteoData::getTemperature(), SgLogger::IO_TXT, logger, SgVlbiAuxObservation::meteoData(), r8Data_, session_, SgVlbiSession::stationsByName(), stnIdxByKey_, SgAgvDatum< C >::value(), SgLogger::write(), X_AXIS, Y_AXIS, and Z_AXIS.

Referenced by fillDataStructures().

◆ floatVal()

bool SgAgvDriver::floatVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
float &  val 
)
staticprotected

Definition at line 3372 of file SgIoAgvDriver.cpp.

References className(), SgLogger::ERR, SgLogger::IO_TXT, logger, and SgLogger::write().

Referenced by digestData().

◆ floatValNoRegEx()

bool SgAgvDriver::floatValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
float &  val 
)
staticprotected

◆ getCalcInfoModelMessNCtrlF()

void SgAgvDriver::getCalcInfoModelMessNCtrlF ( const QString &  messLc,
const QString &  cflgLc,
SgModelsInfo::DasModel model 
)
protected

◆ getContentIdxs()

bool SgAgvDriver::getContentIdxs ( const QString &  str,
int &  d1,
int &  d2,
int &  d3,
int &  d4 
)
staticprotected

◆ getExpectedStyle()

AgvContentStyle SgAgvDriver::getExpectedStyle ( ) const
inline

Definition at line 71 of file SgIoAgvDriver.h.

References expectedStyle_.

Referenced by checkCollectedDescriptors().

◆ getMaxNumPerStn()

int SgAgvDriver::getMaxNumPerStn ( ) const
inline

Definition at line 83 of file SgIoAgvDriver.h.

References maxNumPerStn_.

Referenced by SgAgvDatumDescriptor::effectiveSize().

◆ getNumOfBands()

int SgAgvDriver::getNumOfBands ( ) const
inline

Definition at line 75 of file SgIoAgvDriver.h.

References numOfBands_.

Referenced by SgAgvDatumDescriptor::effectiveSize().

◆ getNumOfBln()

int SgAgvDriver::getNumOfBln ( ) const
inline

Definition at line 78 of file SgIoAgvDriver.h.

References numOfBln_.

Referenced by SgAgvDatumDescriptor::effectiveSize().

◆ getNumOfChans2()

int SgAgvDriver::getNumOfChans2 ( ) const
inline

Definition at line 81 of file SgIoAgvDriver.h.

References numOfChans2_.

◆ getNumOfChansByBand()

const QMap<QString, int>& SgAgvDriver::getNumOfChansByBand ( ) const
inline

Definition at line 74 of file SgIoAgvDriver.h.

References numOfChansByBand_.

◆ getNumOfObs()

int SgAgvDriver::getNumOfObs ( ) const
inline

Definition at line 72 of file SgIoAgvDriver.h.

References numOfObs_.

Referenced by SgAgvDatumDescriptor::effectiveSize(), and SgAgvDataSection::importData().

◆ getNumOfObsByStn()

const QMap<QString, int>& SgAgvDriver::getNumOfObsByStn ( ) const
inline

Definition at line 82 of file SgIoAgvDriver.h.

References numOfObsByStn_.

Referenced by SgAgvDatumDescriptor::totalSize().

◆ getNumOfScans()

int SgAgvDriver::getNumOfScans ( ) const
inline

Definition at line 73 of file SgIoAgvDriver.h.

References numOfScans_.

Referenced by SgAgvDatumDescriptor::effectiveSize(), and SgAgvDataSection::importData().

◆ getNumOfSrc()

int SgAgvDriver::getNumOfSrc ( ) const
inline

Definition at line 76 of file SgIoAgvDriver.h.

References numOfSrc_.

Referenced by SgAgvDatumDescriptor::effectiveSize().

◆ getNumOfStn()

int SgAgvDriver::getNumOfStn ( ) const
inline

Definition at line 77 of file SgIoAgvDriver.h.

References numOfStn_.

Referenced by SgAgvDatumDescriptor::effectiveSize(), and SgAgvDataSection::importData().

◆ getNumOfStnPts()

int SgAgvDriver::getNumOfStnPts ( int  idx) const
inline

Definition at line 79 of file SgIoAgvDriver.h.

References numOfObsBySidx_.

Referenced by SgAgvDataSection::writeDatum(), and SgAgvDataSection::writeDatumOpt().

◆ getSession()

const SgVlbiSession* SgAgvDriver::getSession ( ) const
inline

Definition at line 85 of file SgIoAgvDriver.h.

References session_.

◆ i2Data()

QMap<QString, SgAgvDatum<short int>*>& SgAgvDriver::i2Data ( )
inline

Definition at line 109 of file SgIoAgvDriver.h.

References i2Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ i4Data()

QMap<QString, SgAgvDatum<int>*>& SgAgvDriver::i4Data ( )
inline

Definition at line 110 of file SgIoAgvDriver.h.

References i4Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ i8Data()

QMap<QString, SgAgvDatum<long int>*>& SgAgvDriver::i8Data ( )
inline

Definition at line 111 of file SgIoAgvDriver.h.

References i8Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ importData()

◆ initEssentialVars()

void SgAgvDriver::initEssentialVars ( )
protected

Definition at line 640 of file SgIoAgvDriver.cpp.

References adAirPress_, adAirTemp_, adApLength_, adAprioriAc_, adAprioriDl_, adAprioriRt_, adAtiCflg_, adAtiMess_, adAtmCflg_, adAtmConstr_, adAtmInterv_, adAtmMess_, adAxisOffs_, adAxisTilt_, adAxisTyps_, adAxoCflg_, adAxoCont_, adAxoMess_, adAxoPart_, adAzTheo_, adBandNames_, adBendPart_, adBitsSampl_, adBlnClocks_, adBlnStatus_, adCableDel_, adCableSgn_, adCablOnTp_, adCablOnTx_, adCalcFlgN_, adCalcFlgV_, adCalcVer_, adCbrImjd_, adCbrNumber_, adCbrSite_, adCbrTime_, adCf2J2k_0_, adCf2J2k_1_, adCf2J2k_2_, adClkConstr_, adClkInterv_, adConCont_, adConsnDel_, adConsnRat_, adConsPart_, adCorBasCd_, adCorrClock_, adCorrelatn_, adCorrPlace_, adCorrType_, adCorrUtc_, adCrootFnam_, adCtiCflg_, adCtiMess_, adCtSite1_, adDelayFlag_, adDelRate_, adDeltaEpo_, adDiscard_, adDtec_, adDtecSig_, adEarthCe_, adEccCoord_, adEccNames_, adEccTypes_, adEffDura_, adEffFreq_, adEffFrew_, adElTheo_, adErrorBl_, adErrorK_, adEtdCflg_, adEtdCont_, adEtdData_, adEtdMess_, adExpCode_, adExpDesc_, adExpName_, adExpSerNo_, adFalseDet_, adFeedCor_, adFlybyFlg_, adFlyCalNam_, adFourfCmd_, adFourfCtrl_, adFourfErr_, adFourfFile_, adFourFtVer_, adFourUtc_, adFrnAmpl_, adFScanName_, adFut1Inf_, adFut1Pts_, adFut1Text_, adFwobInf_, adFwobText_, adFwobXnYt_, adGcMbDel_, adGcPhase_, adGcPhsRes_, adGcRate_, adGcSbDel_, adGrDelAmbg_, adGrDelErr_, adGrDelIonE_, adGrDelIonV_, adGrDelVal_, adGrResid_, adHopsVer_, adIdelay_, adIncohAmp2_, adIncohAmp_, adInterval4_, adIonCorr_, adIonDtFlg_, adIonoBits_, adIonRms_, adMeteOnTp_, adMeteOnTx_, adMjdObs_, adMk3DbName_, adMunData_, adNdryCont_, adNdryPart_, adNgradPar_, adNumAvaBnd_, adNumBands_, adNumChnBnd_, adNumChnTot_, adNumGrAmbg_, adNumLags_, adNumSrc_, adNusedChnl_, adNut06Xyp_, adNut06xys_, adNut2006a_, adNutCflg_, adNutMess_, adNutWahr_, adNwetCont_, adNwetPart_, adObsCalFlg_, adObsCalNam_, adOceCflg_, adOceCont_, adOceDeld_, adOceHorz_, adOceMess_, adOceOld_, adOceStat_, adOceVert_, adOPTLCoef_, adOptlCont_, adPanMess_, adParangle_, adPepMess_, adPhaseFlag_, adPhcRate_, adPhRatErr_, adPhRatIonE_, adPhRatIonV_, adPiName_, adPlx1pSec_, adPlxCflg_, adPlxMess_, adPlxPart_, adPolarXy_, adPreData_, adPtdCflg_, adPtdCont_, adPtdMess_, adPtdXyPar_, adPtoLdCon_, adQbFactor_, adQualCodes_, adRateFlag_, adRecMode_, adRefClocks_, adRefFreq_, adRelCflg_, adRelData_, adRelHumd_, adRtResid_, adSamplRate_, adSbDelErr_, adSbDelVal_, adSbResid_, adScanNames_, adScanUtc_, adSiteZens_, adSitHSOAm_, adSitHSOPh_, adSitHWOAm_, adSitHWOPh_, adSitMess_, adSitOcAmp_, adSitOcPhs_, adSitPart_, adSkyFrqChn_, adSnr_, adSrcApRef_, adSrcCoord_, adSrchPar_, adSrcIdx_, adSrcName_, adSrcStatus_, adStarElev_, adStartSec_, adStnCalFlg_, adStnCalNam_, adStnCoord_, adStnIdx_, adStopOffst_, adStopSec_, adStrCflg_, adStrMess_, adStrPart_, adStrtOffst_, adSun2cont_, adSunCont_, adSunData_, adTapQcode_, adTectPlNm_, adTheMess_, adTidalUt1_, adTiltRmvr_, adTotPhase_, adUAcSup_, adUnPhaseCl_, adUrVr_, adUt1_tai_, adUt1Cflg_, adUt1Epoch_, adUt1Intrp_, adUt1Libra_, adUt1Mess_, adUt1Ortho_, adUt1Part_, adUtcMtag_, adUtcMtai_, adUtcObs_, adUvf_Asec_, adWobCflg_, adWobEpoch_, adWobIntrp_, adWobLibra_, adWobMess_, adWobOrtho_, adWobPart_, adWobXcont_, adWobYcont_, adZdelay_, SgVlbiSession::args4PxyInterpolation(), SgVlbiSession::args4Ut1Interpolation(), SgVlbiSessionInfo::Attr_HAS_AUX_OBS, SgVlbiSessionInfo::Attr_HAS_CALC_DATA, SgVlbiSessionInfo::Attr_PRE_PROCESSED, SgVlbiSession::calcInfo(), SgModelsInfo::controlFlagNames(), SgVlbiSessionInfo::CPPS_C5PP, SgVlbiSessionInfo::CPPS_HOPS, SgVlbiSessionInfo::CPPS_PIMA, datumByKey_, SgVlbiSessionInfo::getCppsSoft(), insertDatum(), SgAttribute::isAttr(), SgVector::n(), SgMatrix::nRow(), numOfBands_, SgModelsInfo::oLoadStationStatus(), session_, SgAgvDatumDescriptor::setDim1(), SgAgvDatumDescriptor::setDim2(), SgAgvDatumDescriptor::setHasData(), SgModelsInfo::siteZenDelays(), SgModelsInfo::stations(), SgVlbiSession::tabs4PxyInterpolation(), SgVlbiSession::tabs4Ut1Interpolation(), SgModelsInfo::ut1InterpData(), and SgModelsInfo::wobInterpData().

Referenced by fillDataStructures().

◆ initMandatoryVars()

void SgAgvDriver::initMandatoryVars ( )
protected

◆ initSession()

void SgAgvDriver::initSession ( )
protected

Definition at line 4497 of file SgIoAgvDriver.cpp.

References ACS_ANY, ACS_GVH, ACS_NATIVE, adAirPress_, adAirTemp_, adApLength_, adAprCloOf_, adAprCloRt_, adAprDel_, adAprioriAc_, adAprioriDl_, adAprioriRt_, adAprRate_, adAtiCflg_, adAtiMess_, adAtmCflg_, adAtmConstr_, adAtmInterv_, adAtmMess_, adAxisOffs_, adAxisTilt_, adAxisTyps_, adAxoCflg_, adAxoCont_, adAxoMess_, adAxoPart_, adAzimuth_, adAzTheo_, adBandNames_, adBendPart_, adBitsSampl_, adBlnClocks_, adBlnStatus_, adCableDel_, adCableSgn_, adCablOnTp_, adCablOnTx_, adCalcFlgN_, adCalcFlgV_, adCalcVer_, adCbrImjd_, adCbrNumber_, adCbrSite_, adCbrTime_, adCf2J2k_0_, adCf2J2k_1_, adCf2J2k_2_, adClkConstr_, adClkInterv_, adConCont_, adConsnDel_, adConsnRat_, adConsPart_, adCorBasCd_, adCorrClock_, adCorrelatn_, adCorrPlace_, adCorrType_, adCorrUtc_, adCrootFnam_, adCtiCflg_, adCtiMess_, adCtSite1_, SgAttribute::addAttr(), SgBreakModel::addBreak(), adDelayFlag_, adDelRate_, adDeltaEpo_, adDiscard_, SgVlbiObservation::addObservable(), adDtec_, adDtecSig_, adEarthCe_, adEccCoord_, adEccNames_, adEccTypes_, adEffDura_, adEffFreq_, adEffFrew_, adElev_, adElTheo_, adErrorBl_, adErrorK_, adEtdCflg_, adEtdCont_, adEtdData_, adEtdMess_, adExpCode_, adExpDesc_, adExpName_, adExpSerNo_, adFalseDet_, adFeedCor_, adFlyCalNam_, adFourfCmd_, adFourfCtrl_, adFourfErr_, adFourfFile_, adFourFtVer_, adFourUtc_, adFrnAmpl_, adFrTypFit_, adFScanName_, adFut1Inf_, adFut1Pts_, adFut1Text_, adFwobInf_, adFwobText_, adFwobXnYt_, adGcMbDel_, adGcPhase_, adGcPhsRes_, adGcRate_, adGcSbDel_, adGrDelAmbg_, adGrDelErr_, adGrDelVal_, adGrResid_, adHopsVer_, adIdelay_, adIncohAmp2_, adIncohAmp_, adIonCorr_, adIonRms_, adMeteOnTp_, adMeteOnTx_, adMjdObs_, adMk3DbName_, adMunData_, adNdryCont_, adNdryPart_, adNgradPar_, adNumGrAmbg_, adNumLags_, adNusedChnl_, adNut06Xyp_, adNut06xys_, adNut2006a_, adNutCflg_, adNutMess_, adNutWahr_, adNwetCont_, adNwetPart_, adObsTab_, adOceCflg_, adOceCont_, adOceDeld_, adOceHorz_, adOceMess_, adOceOld_, adOceStat_, adOceVert_, adOPTLCoef_, adOptlCont_, adPanMess_, adParangle_, adPepMess_, adPhaseFlag_, adPhRatErr_, adPimaCnt_, adPimaVer_, adPiName_, adPlx1pSec, adPlx1pSec_, adPlxCflg_, adPlxMess_, adPlxPart_, adPolarXy_, adPreData_, adPtdCflg_, adPtdCont_, adPtdMess_, adPtdXyPar_, adPtoLdCon_, adQbFactor_, adQualCodes_, adRateFlag_, adRecMode_, adRefClocks_, adRefFreq_, adRelCflg_, adRelData_, adRelHumd_, adRtResid_, ADS_BASELINE, ADS_SESSION, ADS_STATION, adSamplRate_, adSbDelErr_, adSbDelVal_, adSbResid_, adScanDur_, adScanNames_, adScanUtc_, adSiteZens_, adSitHSOAm_, adSitHSOPh_, adSitHWOAm_, adSitHWOPh_, adSitMess_, adSitOcAmp_, adSitOcPhs_, adSitPart_, adSkyFrqChn_, adSnr_, adSrcApRef_, adSrcCoord_, adSrchPar_, adSrcIdx_, adSrcName_, adSrcStatus_, adStaClRf_, adStarElev_, adStartSec_, adStnCalFlg_, adStnCalNam_, adStnCoord_, adStopOffst_, adStopSec_, adStrCflg_, adStrMess_, adStrPart_, adStrtOffst_, adSun2cont_, adSunCont_, adSunData_, adTapQcode_, adTectPlNm_, adTheMess_, adTidalUt1_, adTiltRmvr_, adTotPhase_, adUnPhaseCl_, adUrVr_, adUt1_tai_, adUt1Cflg_, adUt1Epoch_, adUt1Intrp_, adUt1Libra_, adUt1Mess_, adUt1Ortho_, adUt1Part_, adUtcMtag_, adUtcMtai_, adUtcObs_, adUvf_Asec_, adWobCflg_, adWobEpoch_, adWobIntrp_, adWobLibra_, adWobMess_, adWobOrtho_, adWobPart_, adWobXcont_, adWobYcont_, adZdelay_, SgVlbiObservable::allocateChannelsSetupStorages(), SgVlbiSession::allocPxyInterpolEpochs(), SgVlbiSession::allocPxyInterpolValues(), SgVlbiSession::allocUt1InterpolEpochs(), SgVlbiSession::allocUt1InterpolValues(), SgVlbiSourceInfo::applyStatusBits(), SgVlbiSession::args4PxyInterpolation(), SgVlbiSession::args4Ut1Interpolation(), SgModelsInfo::atomicTime(), SgVlbiStationInfo::Attr_CABLE_CAL_MODIFIED, SgParameterBreak::Attr_DYNAMIC, SgVlbiBaselineInfo::Attr_ESTIMATE_CLOCKS, SgVlbiSessionInfo::Attr_FF_AMBIGS_RESOLVED, SgVlbiSessionInfo::Attr_FF_AUX_OBS_MODIFIED, SgVlbiSessionInfo::Attr_FF_CALC_DATA_MODIFIED, SgVlbiSessionInfo::Attr_FF_EDIT_INFO_MODIFIED, SgVlbiSessionInfo::Attr_FF_ION_C_CALCULATED, SgVlbiSessionInfo::Attr_FF_OUTLIERS_PROCESSED, SgVlbiSessionInfo::Attr_FF_WEIGHTS_CORRECTED, SgVlbiSessionInfo::Attr_HAS_AUX_OBS, SgVlbiStationInfo::Attr_HAS_CABLE_CAL, SgVlbiSessionInfo::Attr_HAS_CALC_DATA, SgVlbiSessionInfo::Attr_HAS_CLOCK_BREAKS, SgVlbiSessionInfo::Attr_HAS_DTEC, SgVlbiSessionInfo::Attr_HAS_IONO_CORR, SgVlbiBand::Attr_HAS_IONO_SOLUTION, SgVlbiStationInfo::Attr_HAS_METEO, SgVlbiStationInfo::Attr_IGNORE_CABLE_CAL, SgVlbiStationInfo::Attr_METEO_MODIFIED, SgObservation::Attr_NOT_VALID, SgVlbiBaselineInfo::Attr_NOT_VALID, SgVlbiSessionInfo::Attr_PRE_PROCESSED, SgVlbiStationInfo::Attr_REFERENCE_CLOCKS, SgVlbiStationInfo::auxObservationByScanId(), SgModelsInfo::axisOffset(), SgVlbiSession::bandByKey(), SgVlbiSession::bands(), SgVlbiBand::baselinesByIdx(), SgVlbiSession::baselinesByIdx(), SgVlbiBand::baselinesByName(), SgVlbiSession::baselinesByName(), SgVlbiObservable::bbcIdxByChan_1(), SgVlbiObservable::bbcIdxByChan_2(), c1Data_, SgVlbiSession::calcInfo(), SgVlbiObservable::calcPhaseCalDelay(), SgVlbiStationInfo::CCO_FS_LOG, SgVlbiObservable::chanIdByChan(), className(), SgVlbiStationInfo::clockBreaks(), SgModelsInfo::controlFlagNames(), SgModelsInfo::controlFlagValues(), SgModelsInfo::coordinateTime(), SgVlbiObservable::corelIndexNumLSB(), SgVlbiObservable::corelIndexNumUSB(), SgVlbiSessionInfo::CPPS_HOPS, SgVlbiSessionInfo::CPPS_PIMA, SgVlbiSessionInfo::CPPS_UNKNOWN, SgTidalUt1::CT_ALL_TERMS_REMOVED, SgTidalUt1::CT_FULL, SgTidalUt1::CT_SHORT_TERMS_REMOVED, SgMJD::currentMJD(), datumByKey_, DAY2SEC, SgLogger::DBG, SgAttribute::delAttr(), DT_DELAY, DT_RATE, SgModelsInfo::earthTide(), SgVlbiStationInfo::eccRec(), SgModelsInfo::ephemeris(), SgLogger::ERR, SgEccRec::ET_N_A, SgEccRec::ET_NEU, SgEccRec::ET_XYZ, evaluateEffectiveFreqs(), expectedStyle_, SgMJD::F_INTERNAL, SgModelsInfo::feedHorn(), fileName_, SgVlbiObservable::fringeAmplitudeByChan(), SgVlbiObservable::fringePhaseByChan(), getCalcInfoModelMessNCtrlF(), SgVlbiStationInfo::getCid(), SgVlbiSession::getConfig(), SgVlbiBand::getCorrelatorType(), SgVlbiSessionInfo::getCppsSoft(), SgAgvDatumDescriptor::getDataScope(), SgMJD::getDate(), SgIoDriver::getDateOfCreation(), SgAgvDatumDescriptor::getDim2(), SgAgvDatumDescriptor::getDim3(), SgAgvDatumDescriptor::getDim4(), SgVlbiObservable::getErrorCode(), SgModelsInfo::getFlagTidalUt1(), SgObjectInfo::getIdx(), SgObjectInfo::getKey(), SgAgvDatumDescriptor::getLCode(), SgVlbiSessionInfo::getName(), SgVlbiObservable::getReferenceFrequency(), SgMJD::getTime(), SgVlbiMeasurement::getUnweightFlag(), SgTaskConfig::getUseSolveObsSuppresionFlags(), SgVlbiObservable::grDelay(), SgVlbiBand::history(), i2Data_, i4Data_, SgObjectInfo::incNumTotal(), SgVlbiStationInfo::int2mntType(), SgLogger::IO, SgLogger::IO_DBH, SgLogger::IO_NCDF, SgLogger::IO_TXT, SgAttribute::isAttr(), SgVlbiObservable::loFreqByChan_1(), SgVlbiObservable::loFreqByChan_2(), logger, lookupFuzzyDescriptor(), SgVlbiStationInfo::MDO_FS_LOG, SgVlbiAuxObservation::meteoData(), SgMJD::MJD_reverse(), SgVlbiObservable::numOfAccPeriodsByChan_LSB(), SgVlbiObservable::numOfAccPeriodsByChan_USB(), numOfBands_, numOfBln_, numOfChansByBand_, numOfObs_, SgVlbiObservable::numOfSamplesByChan_LSB(), SgVlbiObservable::numOfSamplesByChan_USB(), numOfSrc_, numOfStn_, SgModelsInfo::nutation(), SgVlbiSession::observationByKey(), SgVlbiSession::observations(), SgModelsInfo::oceanLoading(), SgModelsInfo::oLoadStationStatus(), SgVlbiObservable::owner(), SgModelsInfo::parallax(), SgVlbiObservable::PCCI_AMPLITUDE, SgVlbiObservable::PCCI_FREQUENCY, SgVlbiObservable::PCCI_OFFSET, SgVlbiObservable::PCCI_PHASE, SgVlbiStationInfo::pcClocks(), SgVlbiStationInfo::pcZenith(), SgVlbiObservable::phaseCalData_1ByChan(), SgVlbiObservable::phaseCalData_2ByChan(), SgVlbiObservable::phDelay(), SgVlbiObservable::phDRate(), SgVlbiObservable::polarization_1ByChan(), SgVlbiObservable::polarization_2ByChan(), SgModelsInfo::polarMotion(), SgModelsInfo::polarMotionInterpolation(), SgModelsInfo::poleTide(), SgModelsInfo::prepareUt1InterpData(), SgModelsInfo::prepareWobInterpData(), r4Data_, r8Data_, RAD2DEG, SgVlbiObservable::refFreqByChan(), SgModelsInfo::relativity(), SgVlbiObservable::sbDelay(), sCalList, scanNames_, session_, SgVlbiObservable::setAcceptedRatio(), SgVlbiObservation::setAearth(), SgVlbiMeasurement::setAmbiguitySpacing(), SgVlbiObservation::setApLength(), SgVlbiObservable::setAprioriDra(), SgVlbiSourceInfo::setAprioriReference(), SgVlbiStationInfo::setAxisOffset(), SgVlbiAuxObservation::setAzimuthAngle(), SgVlbiAuxObservation::setAzimuthAngleRate(), SgVlbiObservation::setBaselineIdx(), SgVlbiObservable::setBitsPerSample(), SgVlbiAuxObservation::setCableCalibration(), SgVlbiStationInfo::setCableCalMultiplierDBCal(), SgVlbiStationInfo::setCableCalsOrigin(), SgVlbiStationInfo::setCableCalsOriginTxt(), SgVlbiAuxObservation::setCalcAxisOffset4Delay(), SgVlbiAuxObservation::setCalcAxisOffset4Rate(), SgVlbiObservation::setCalcCipSr(), SgVlbiObservation::setCalcCipSv(), SgVlbiObservation::setCalcCipXr(), SgVlbiObservation::setCalcCipXv(), SgVlbiObservation::setCalcCipYr(), SgVlbiObservation::setCalcCipYv(), SgVlbiObservation::setCalcConsBendingDelay(), SgVlbiObservation::setCalcConsBendingRate(), SgVlbiObservation::setCalcConsBendingSunDelay(), SgVlbiObservation::setCalcConsBendingSunHigherDelay(), SgVlbiObservation::setCalcConsBendingSunHigherRate(), SgVlbiObservation::setCalcConsBendingSunRate(), SgVlbiObservation::setCalcConsensusDelay(), SgVlbiObservation::setCalcConsensusRate(), SgVlbiObservation::setCalcEarthTideDelay(), SgVlbiObservation::setCalcEarthTideRate(), SgVlbiObservable::setCalcFeedCorrDelay(), SgVlbiObservable::setCalcFeedCorrRate(), SgVlbiObservation::setCalcHiFyPxyDelay(), SgVlbiObservation::setCalcHiFyPxyLibrationDelay(), SgVlbiObservation::setCalcHiFyPxyLibrationRate(), SgVlbiObservation::setCalcHiFyPxyRate(), SgVlbiObservation::setCalcHiFyUt1Delay(), SgVlbiObservation::setCalcHiFyUt1LibrationDelay(), SgVlbiObservation::setCalcHiFyUt1LibrationRate(), SgVlbiObservation::setCalcHiFyUt1Rate(), SgVlbiAuxObservation::setCalcNdryCont4Delay(), SgVlbiAuxObservation::setCalcNdryCont4Rate(), SgVlbiObservation::setCalcNut2006_dEpsR(), SgVlbiObservation::setCalcNut2006_dEpsV(), SgVlbiObservation::setCalcNut2006_dPsiR(), SgVlbiObservation::setCalcNut2006_dPsiV(), SgVlbiObservation::setCalcNutWahr_dEpsR(), SgVlbiObservation::setCalcNutWahr_dEpsV(), SgVlbiObservation::setCalcNutWahr_dPsiR(), SgVlbiObservation::setCalcNutWahr_dPsiV(), SgVlbiAuxObservation::setCalcNwetCont4Delay(), SgVlbiAuxObservation::setCalcNwetCont4Rate(), SgVlbiObservation::setCalcOceanPoleTideLdDelay(), SgVlbiObservation::setCalcOceanPoleTideLdRate(), SgVlbiObservation::setCalcOceanTideDelay(), SgVlbiObservation::setCalcOceanTideOldDelay(), SgVlbiObservation::setCalcOceanTideOldRate(), SgVlbiObservation::setCalcOceanTideRate(), SgVlbiAuxObservation::setCalcOLoadHorz4Delay(), SgVlbiAuxObservation::setCalcOLoadHorz4Rate(), SgVlbiAuxObservation::setCalcOLoadVert4Delay(), SgVlbiAuxObservation::setCalcOLoadVert4Rate(), SgVlbiObservation::setCalcPmX(), SgVlbiObservation::setCalcPmY(), SgVlbiObservation::setCalcPoleTideDelay(), SgVlbiObservation::setCalcPoleTideOldDelay(), SgVlbiObservation::setCalcPoleTideOldRate(), SgVlbiObservation::setCalcPoleTideRate(), SgVlbiObservation::setCalcPxDelay(), SgVlbiObservation::setCalcPxRate(), SgVlbiObservation::setCalcPyDelay(), SgVlbiObservation::setCalcPyRate(), SgVlbiObservation::setCalcTiltRemvrDelay(), SgVlbiObservation::setCalcTiltRemvrRate(), SgVlbiObservation::setCalcUt1_Tai(), SgEccRec::setCdpNumber(), SgVlbiObservable::setCentrOffset(), SgVlbiStationInfo::setCid(), SgModelsInfo::DasModel::setControlFlag(), SgVlbiObservable::setCorrClocks(), SgVlbiObservable::setCorrCoeff(), SgVlbiSessionInfo::setCorrelatorName(), SgVlbiSessionInfo::setCorrelatorType(), SgVlbiObservable::setCorrelStarElev_1(), SgVlbiObservable::setCorrelStarElev_2(), SgVlbiObservable::setCorrelZdelay_1(), SgVlbiObservable::setCorrelZdelay_2(), SgVlbiObservation::setCorrRootFileName(), SgVlbiSessionInfo::setCppsSoft(), SgVlbiObservation::setD2del_dUT12(), SgVlbiObservation::setD2rat_dUT12(), SgMJD::setDate(), SgVlbiAuxObservation::setDdel_dAxsOfs(), SgVlbiObservation::setDdel_dBend(), SgVlbiObservation::setDdel_dCipX(), SgVlbiObservation::setDdel_dCipY(), SgVlbiObservation::setDdel_dDN(), SgVlbiObservation::setDdel_dGamma(), SgVlbiObservation::setDdel_dParallax(), SgVlbiObservation::setDdel_dParallaxRev(), SgVlbiObservation::setDdel_dPolTideX(), SgVlbiObservation::setDdel_dPolTideY(), SgVlbiObservation::setDdel_dPx(), SgVlbiObservation::setDdel_dPy(), SgVlbiObservation::setDdel_dR_1(), SgVlbiObservation::setDdel_dR_2(), SgVlbiObservation::setDdel_dRA(), SgVlbiAuxObservation::setDdel_dTzdDry(), SgVlbiAuxObservation::setDdel_dTzdGrdE(), SgVlbiAuxObservation::setDdel_dTzdGrdN(), SgVlbiAuxObservation::setDdel_dTzdWet(), SgVlbiObservation::setDdel_dUT1(), SgModelsInfo::DasModel::setDefinition(), SgVlbiSessionInfo::setDescription(), SgAgvDatumDescriptor::setDim2(), SgVlbiObservable::setDiscardRatio(), SgVlbiSourceInfo::setDN(), SgEccRec::setDR(), SgVlbiAuxObservation::setDrat_dAxsOfs(), SgVlbiObservation::setDrat_dBend(), SgVlbiObservation::setDrat_dCipX(), SgVlbiObservation::setDrat_dCipY(), SgVlbiObservation::setDrat_dDN(), SgVlbiObservation::setDrat_dGamma(), SgVlbiObservation::setDrat_dParallax(), SgVlbiObservation::setDrat_dParallaxRev(), SgVlbiObservation::setDrat_dPolTideX(), SgVlbiObservation::setDrat_dPolTideY(), SgVlbiObservation::setDrat_dPx(), SgVlbiObservation::setDrat_dPy(), SgVlbiObservation::setDrat_dR_1(), SgVlbiObservation::setDrat_dR_2(), SgVlbiObservation::setDrat_dRA(), SgVlbiAuxObservation::setDrat_dTzdDry(), SgVlbiAuxObservation::setDrat_dTzdGrdE(), SgVlbiAuxObservation::setDrat_dTzdGrdN(), SgVlbiAuxObservation::setDrat_dTzdWet(), SgVlbiObservation::setDrat_dUT1(), SgVlbiObservation::setDTec(), SgVlbiObservation::setDTecStdDev(), SgModelsInfo::setDversion(), SgModelsInfo::setEarthTideData(), SgEccRec::setEccType(), SgVlbiMeasurement::setEffFreq(), SgVlbiMeasurement::setEffFreqEqWgt(), SgVlbiObservable::setEffIntegrationTime(), SgVector::setElement(), SgMatrix::setElement(), SgVlbiAuxObservation::setElevationAngle(), SgVlbiAuxObservation::setElevationAngleRate(), SgVlbiObservable::setEpochCentral(), SgVlbiObservable::setEpochOfCorrelation(), SgVlbiObservable::setEpochOfFourfitting(), SgVlbiObservable::setEpochOfScan(), SgVlbiObservable::setErrorCode(), SgVlbiSessionInfo::setExperimentSerialNumber(), SgModelsInfo::setFlagTidalUt1(), SgVlbiObservable::setFourfitCommandOverride(), SgVlbiObservable::setFourfitControlFile(), SgVlbiObservable::setFourfitOutputFName(), SgVlbiObservable::setFourfitSearchParameters(), SgVlbiObservable::setFourfitVersion(), SgVlbiObservation::setFractC(), SgVlbiBand::setFrequency(), SgVlbiObservable::setGeocenterResidPhase(), SgVlbiObservable::setGeocenterTotalPhase(), SgVlbiMeasurement::setGeocenterValue(), SgVlbiSession::setHasPxyInterpolation(), SgVlbiSession::setHasUt1Interpolation(), SgVlbiObservable::setHopsRevisionNumber(), SgVlbiObservable::setIncohChanAddAmp(), SgVlbiObservable::setIncohSegmAddAmp(), SgVlbiBand::setInputFileName(), SgVlbiBand::setInputFileVersion(), SgVlbiObservable::setInstrDelay(), SgVlbiMeasurement::setIonoSigma(), SgVlbiMeasurement::setIonoValue(), SgVlbiObservation::setKey(), SgObjectInfo::setKey(), SgVlbiSession::setLeapSeconds(), SgObservation::setMediaIdx(), SgVlbiObservable::setMediaIdx(), SgVlbiStationInfo::setMeteoDataOrigin(), SgVlbiStationInfo::setMeteoDataOriginTxt(), SgObservation::setMJD(), SgVlbiStationInfo::setMntType(), SgVlbiSessionInfo::setName(), SgVlbiSessionInfo::setNetworkSuffix(), SgVlbiObservable::setNlags(), SgVlbiMeasurement::setNumOfAmbiguities(), SgVlbiObservable::setNumOfChannels(), SgVlbiAuxObservation::setOcnLdR(), SgVlbiAuxObservation::setOcnLdV(), SgVlbiStationInfo::setOLoadAmplitude(), SgVlbiStationInfo::setOLoadPhase(), SgVlbiStationInfo::setOptLoadCoeff(), SgModelsInfo::DasModel::setOrigin(), SgVlbiAuxObservation::setParallacticAngle(), SgVlbiObservable::setPhaseCalGrDelays(), SgVlbiSessionInfo::setPiAgencyName(), SgModelsInfo::setPrecessionData(), SgMeteoData::setPressure(), SgVlbiObservable::setProbabOfFalseDetection(), SgParameterCfg::setPwlAPriori(), SgParameterCfg::setPwlStep(), SgVlbiObservable::setQualityFactor(), SgVlbiStationInfo::setR(), SgVlbiSourceInfo::setRA(), SgVlbiObservation::setRearth(), SgVlbiSessionInfo::setRecordingMode(), SgVlbiObservable::setReferenceFrequency(), SgMeteoData::setRelativeHumidity(), SgModelsInfo::setRelativityData(), SgVlbiMeasurement::setResidualFringeFitting(), SgVlbiObservation::setRmoon(), SgVlbiObservation::setRsun(), SgVlbiObservable::setSampleRate(), SgVlbiObservation::setScanFullName(), SgVlbiObservation::setScanId(), SgVlbiObservation::setScanName(), SgVlbiSessionInfo::setSessionCode(), SgVlbiMeasurement::setSigma(), SgObjectInfo::setSigma2add(), SgVlbiObservable::setSnr(), SgVlbiObservation::setSourceIdx(), SgVlbiObservable::setStartOffset(), SgVlbiObservation::setStation1Idx(), SgVlbiObservation::setStation2Idx(), SgVlbiObservable::setStopOffset(), SgVlbiSession::setTabsUt1Type(), SgVlbiObservable::setTapeQualityCode(), SgVlbiBand::setTCreation(), SgVlbiStationInfo::setTectonicPlateName(), SgMeteoData::setTemperature(), SgVlbiStationInfo::setTilt(), SgMJD::setTime(), SgVlbiObservable::setTotalPhase(), SgVlbiObservable::setTstart(), SgVlbiObservable::setTstop(), SgVlbiMeasurement::setUnweightFlag(), SgVlbiObservation::setupActiveObservable(), SgVlbiObservable::setUrVr(), SgVlbiObservable::setUvFrPerAsec(), SgVlbiMeasurement::setValue(), SgVlbiObservation::setVearth(), SgVlbiObservation::setVmoon(), SgVlbiObservation::setVsun(), sFclList, SgModelsInfo::site(), SgModelsInfo::siteZenDelays(), SgVlbiBand::sourcesByIdx(), SgVlbiSession::sourcesByIdx(), SgVlbiBand::sourcesByName(), SgVlbiSession::sourcesByName(), SgModelsInfo::star(), startEpoch_, SgModelsInfo::stations(), SgVlbiBand::stationsByIdx(), SgVlbiSession::stationsByIdx(), SgVlbiBand::stationsByName(), SgVlbiSession::stationsByName(), stnNames_, SgVlbiObservable::strId(), SgVlbiSession::tabs4PxyInterpolation(), SgVlbiSession::tabs4Ut1Interpolation(), SgMJD::toString(), SgVlbiObservation::trf2crfAcc(), SgVlbiObservation::trf2crfRat(), SgVlbiObservation::trf2crfVal(), SgModelsInfo::troposphere(), SgModelsInfo::ut1(), SgModelsInfo::ut1InterpData(), SgModelsInfo::ut1Interpolation(), SgAgvDatum< C >::value(), vLight, SgModelsInfo::wobInterpData(), SgLogger::write(), SgLogger::WRN, X_AXIS, Y_AXIS, and Z_AXIS.

Referenced by importData().

◆ insertDatum()

bool SgAgvDriver::insertDatum ( QMap< QString, SgAgvDatumDescriptor * > &  datumByKey,
SgAgvDatumDescriptor dd 
)
protected

◆ intVal()

bool SgAgvDriver::intVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
int &  val 
)
staticprotected

◆ intValNoRegEx()

bool SgAgvDriver::intValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
int &  val 
)
staticprotected

◆ lintVal()

bool SgAgvDriver::lintVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
long int &  val 
)
staticprotected

Definition at line 3327 of file SgIoAgvDriver.cpp.

References className(), SgLogger::ERR, SgLogger::IO_TXT, logger, and SgLogger::write().

Referenced by digestData().

◆ lintValNoRegEx()

bool SgAgvDriver::lintValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
long int &  val 
)
staticprotected

◆ listOfInputFiles()

const QList< QString > SgAgvDriver::listOfInputFiles ( ) const
virtual

Returns list of files that contain data

Implements SgIoDriver.

Definition at line 390 of file SgIoAgvDriver.cpp.

◆ lookupFuzzyDescriptor()

void SgAgvDriver::lookupFuzzyDescriptor ( const QString &  lc,
int  bndIdx,
const QList< QString > &  bandNames,
SgAgvDatumDescriptor *&  dd,
bool  doCheckNumOfChannels,
unsigned int  expectedStyles 
)
protected

◆ mandatoryDatumByKey()

QMap<QString, SgAgvDatumDescriptor*>& SgAgvDriver::mandatoryDatumByKey ( )
inline

◆ path2File()

const QString& SgAgvDriver::path2File ( ) const
inline

Definition at line 68 of file SgIoAgvDriver.h.

References path2File_.

Referenced by exportData(), and SgVlbiSession::putDataIntoAgvFile().

◆ prepare4output()

◆ r4Data()

QMap<QString, SgAgvDatum<float>*>& SgAgvDriver::r4Data ( )
inline

Definition at line 112 of file SgIoAgvDriver.h.

References r4Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ r8Data()

QMap<QString, SgAgvDatum<double>*>& SgAgvDriver::r8Data ( )
inline

Definition at line 113 of file SgIoAgvDriver.h.

References r8Data_.

Referenced by SgAgvDataSection::writeDatumOpt().

◆ setCalcInfoModelMessNCtrlF()

void SgAgvDriver::setCalcInfoModelMessNCtrlF ( const QString &  messLc,
const QString &  cflgLc,
const SgModelsInfo::DasModel model 
)
protected

◆ setExpectedStyle()

void SgAgvDriver::setExpectedStyle ( AgvContentStyle  stl)
inline

Definition at line 89 of file SgIoAgvDriver.h.

References expectedStyle_.

Referenced by SgAgvPreaSection::importData().

◆ setMaxNumPerStn()

void SgAgvDriver::setMaxNumPerStn ( int  n)
inline

Definition at line 92 of file SgIoAgvDriver.h.

References maxNumPerStn_.

◆ setNumOfBands()

void SgAgvDriver::setNumOfBands ( int  n)
inline

Definition at line 95 of file SgIoAgvDriver.h.

References numOfBands_.

◆ setNumOfBln()

void SgAgvDriver::setNumOfBln ( int  n)
inline

Definition at line 96 of file SgIoAgvDriver.h.

References numOfBln_.

◆ setNumOfObs()

void SgAgvDriver::setNumOfObs ( int  n)
inline

Definition at line 90 of file SgIoAgvDriver.h.

References numOfObs_.

◆ setNumOfScans()

void SgAgvDriver::setNumOfScans ( int  n)
inline

Definition at line 91 of file SgIoAgvDriver.h.

References numOfScans_.

◆ setNumOfSrc()

void SgAgvDriver::setNumOfSrc ( int  n)
inline

Definition at line 93 of file SgIoAgvDriver.h.

References numOfSrc_.

◆ setNumOfStn()

void SgAgvDriver::setNumOfStn ( int  n)
inline

Definition at line 94 of file SgIoAgvDriver.h.

References numOfStn_.

◆ setSession()

void SgAgvDriver::setSession ( SgVlbiSession session)
inline

Definition at line 87 of file SgIoAgvDriver.h.

References session_.

Referenced by SgVlbiSession::getDataFromAgvFile(), and SgVlbiSession::putDataIntoAgvFile().

◆ sintVal()

bool SgAgvDriver::sintVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
short int &  val 
)
staticprotected

Definition at line 3237 of file SgIoAgvDriver.cpp.

References className(), SgLogger::ERR, SgLogger::IO_TXT, logger, and SgLogger::write().

Referenced by digestData().

◆ sintValNoRegEx()

bool SgAgvDriver::sintValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
short int &  val 
)
staticprotected

◆ strVal()

bool SgAgvDriver::strVal ( const QString &  content,
QString &  lCode,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
QString &  val 
)
staticprotected

◆ strValNoRegEx()

bool SgAgvDriver::strValNoRegEx ( const QString &  content,
int &  d1,
int &  d2,
int &  d3,
int &  d4,
QString &  val 
)
staticprotected

Member Data Documentation

◆ adAirPress_

SgAgvDatumDescriptor SgAgvDriver::adAirPress_
protected

Definition at line 198 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adAirTemp_

SgAgvDatumDescriptor SgAgvDriver::adAirTemp_
protected

Definition at line 198 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adAntGain_

SgAgvDatumDescriptor SgAgvDriver::adAntGain_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adApByFrq1_

SgAgvDatumDescriptor SgAgvDriver::adApByFrq1_
protected

Definition at line 243 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adApByFrq2_

SgAgvDatumDescriptor SgAgvDriver::adApByFrq2_
protected

Definition at line 243 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adApLength_

SgAgvDatumDescriptor SgAgvDriver::adApLength_
protected

Definition at line 190 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adAprCloOf_

SgAgvDatumDescriptor SgAgvDriver::adAprCloOf_
protected

Definition at line 250 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adAprCloRt_

SgAgvDatumDescriptor SgAgvDriver::adAprCloRt_
protected

Definition at line 250 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adAprDel_

SgAgvDatumDescriptor SgAgvDriver::adAprDel_
protected

Definition at line 250 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adAprEop_

SgAgvDatumDescriptor SgAgvDriver::adAprEop_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAprioriAc_

SgAgvDatumDescriptor SgAgvDriver::adAprioriAc_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adAprioriDl_

SgAgvDatumDescriptor SgAgvDriver::adAprioriDl_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adAprioriRt_

SgAgvDatumDescriptor SgAgvDriver::adAprioriRt_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adAprPhas_

SgAgvDatumDescriptor SgAgvDriver::adAprPhas_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAprPhGc_

SgAgvDatumDescriptor SgAgvDriver::adAprPhGc_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAprRate_

SgAgvDatumDescriptor SgAgvDriver::adAprRate_
protected

Definition at line 250 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adAtiCflg_

SgAgvDatumDescriptor SgAgvDriver::adAtiCflg_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAtiMess_

SgAgvDatumDescriptor SgAgvDriver::adAtiMess_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAtmCflg_

SgAgvDatumDescriptor SgAgvDriver::adAtmCflg_
protected

Definition at line 227 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAtmCns_

SgAgvDatumDescriptor SgAgvDriver::adAtmCns_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAtmConstr_

SgAgvDatumDescriptor SgAgvDriver::adAtmConstr_
protected

Definition at line 194 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAtmInterv_

SgAgvDatumDescriptor SgAgvDriver::adAtmInterv_
protected

Definition at line 194 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAtmIntr_

SgAgvDatumDescriptor SgAgvDriver::adAtmIntr_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAtmMess_

SgAgvDatumDescriptor SgAgvDriver::adAtmMess_
protected

Definition at line 227 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAutoSup_

SgAgvDatumDescriptor SgAgvDriver::adAutoSup_
protected

Definition at line 253 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adAxisOffs_

SgAgvDatumDescriptor SgAgvDriver::adAxisOffs_
protected

Definition at line 235 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAxisTilt_

SgAgvDatumDescriptor SgAgvDriver::adAxisTilt_
protected

Definition at line 235 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAxisTyps_

SgAgvDatumDescriptor SgAgvDriver::adAxisTyps_
protected

Definition at line 235 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAxoCflg_

SgAgvDatumDescriptor SgAgvDriver::adAxoCflg_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAxoCont_

SgAgvDatumDescriptor SgAgvDriver::adAxoCont_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adAxoMess_

SgAgvDatumDescriptor SgAgvDriver::adAxoMess_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adAxoPart_

SgAgvDatumDescriptor SgAgvDriver::adAxoPart_
protected

Definition at line 222 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adAzimuth_

SgAgvDatumDescriptor SgAgvDriver::adAzimuth_
protected

Definition at line 251 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adAzTheo_

SgAgvDatumDescriptor SgAgvDriver::adAzTheo_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adBand2nd_

SgAgvDatumDescriptor SgAgvDriver::adBand2nd_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adBandNames_

SgAgvDatumDescriptor SgAgvDriver::adBandNames_
protected

◆ adBasUse_

SgAgvDatumDescriptor SgAgvDriver::adBasUse_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adBbcIdx1_

SgAgvDatumDescriptor SgAgvDriver::adBbcIdx1_
protected

Definition at line 240 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adBbcIdx2_

SgAgvDatumDescriptor SgAgvDriver::adBbcIdx2_
protected

Definition at line 240 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adBbcIdx_

SgAgvDatumDescriptor* SgAgvDriver::adBbcIdx_
protected

Definition at line 278 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adBendPart_

SgAgvDatumDescriptor SgAgvDriver::adBendPart_
protected

Definition at line 215 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adBitsSampl_

SgAgvDatumDescriptor SgAgvDriver::adBitsSampl_
protected

Definition at line 191 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adBlnClocks_

SgAgvDatumDescriptor SgAgvDriver::adBlnClocks_
protected

Definition at line 196 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adBlnStatus_

SgAgvDatumDescriptor SgAgvDriver::adBlnStatus_
protected

Definition at line 195 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adBsclCns_

SgAgvDatumDescriptor SgAgvDriver::adBsclCns_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adBsclEst_

SgAgvDatumDescriptor SgAgvDriver::adBsclEst_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCableDel_

SgAgvDatumDescriptor SgAgvDriver::adCableDel_
protected

Definition at line 198 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adCableSgn_

SgAgvDatumDescriptor SgAgvDriver::adCableSgn_
protected

Definition at line 207 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCablOnTp_

SgAgvDatumDescriptor SgAgvDriver::adCablOnTp_
protected

Definition at line 208 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCablOnTx_

SgAgvDatumDescriptor SgAgvDriver::adCablOnTx_
protected

Definition at line 208 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCalcFlgN_

SgAgvDatumDescriptor SgAgvDriver::adCalcFlgN_
protected

Definition at line 225 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCalcFlgV_

SgAgvDatumDescriptor SgAgvDriver::adCalcFlgV_
protected

Definition at line 225 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCalcVer_

SgAgvDatumDescriptor SgAgvDriver::adCalcVer_
protected

Definition at line 225 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCalInfo_

SgAgvDatumDescriptor SgAgvDriver::adCalInfo_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCalName_

SgAgvDatumDescriptor SgAgvDriver::adCalName_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCalSts_

SgAgvDatumDescriptor SgAgvDriver::adCalSts_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCbrImjd_

SgAgvDatumDescriptor SgAgvDriver::adCbrImjd_
protected

Definition at line 196 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCbrNumber_

SgAgvDatumDescriptor SgAgvDriver::adCbrNumber_
protected

Definition at line 196 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCbrSite_

SgAgvDatumDescriptor SgAgvDriver::adCbrSite_
protected

Definition at line 196 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCbrTime_

SgAgvDatumDescriptor SgAgvDriver::adCbrTime_
protected

Definition at line 196 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCf2J2k_0_

SgAgvDatumDescriptor SgAgvDriver::adCf2J2k_0_
protected

Definition at line 219 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCf2J2k_1_

SgAgvDatumDescriptor SgAgvDriver::adCf2J2k_1_
protected

Definition at line 219 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCf2J2k_2_

SgAgvDatumDescriptor SgAgvDriver::adCf2J2k_2_
protected

Definition at line 219 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adChAmpPhs_

SgAgvDatumDescriptor* SgAgvDriver::adChAmpPhs_
protected

Definition at line 284 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adChanId1_

SgAgvDatumDescriptor SgAgvDriver::adChanId1_
protected

Definition at line 241 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adChanId2_

SgAgvDatumDescriptor SgAgvDriver::adChanId2_
protected

Definition at line 241 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adChanId_

SgAgvDatumDescriptor* SgAgvDriver::adChanId_
protected

Definition at line 276 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adChanSdb_

SgAgvDatumDescriptor SgAgvDriver::adChanSdb_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adChanWdt_

SgAgvDatumDescriptor SgAgvDriver::adChanWdt_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCiNum1_

SgAgvDatumDescriptor SgAgvDriver::adCiNum1_
protected

Definition at line 240 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adClkConstr_

SgAgvDatumDescriptor SgAgvDriver::adClkConstr_
protected

Definition at line 194 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adClkInterv_

SgAgvDatumDescriptor SgAgvDriver::adClkInterv_
protected

Definition at line 194 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCloCns_

SgAgvDatumDescriptor SgAgvDriver::adCloCns_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCloIntr_

SgAgvDatumDescriptor SgAgvDriver::adCloIntr_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adConCont_

SgAgvDatumDescriptor SgAgvDriver::adConCont_
protected

Definition at line 214 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adConsnDel_

SgAgvDatumDescriptor SgAgvDriver::adConsnDel_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adConsnRat_

SgAgvDatumDescriptor SgAgvDriver::adConsnRat_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adConsPart_

SgAgvDatumDescriptor SgAgvDriver::adConsPart_
protected

Definition at line 215 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCorBasCd_

SgAgvDatumDescriptor SgAgvDriver::adCorBasCd_
protected

Definition at line 206 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCorrClock_

SgAgvDatumDescriptor SgAgvDriver::adCorrClock_
protected

Definition at line 206 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCorrelatn_

SgAgvDatumDescriptor SgAgvDriver::adCorrelatn_
protected

Definition at line 189 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCorrPlace_

SgAgvDatumDescriptor SgAgvDriver::adCorrPlace_
protected

Definition at line 180 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCorrType_

SgAgvDatumDescriptor SgAgvDriver::adCorrType_
protected

Definition at line 180 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCorrUtc_

SgAgvDatumDescriptor SgAgvDriver::adCorrUtc_
protected

Definition at line 200 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adCorVers_

SgAgvDatumDescriptor SgAgvDriver::adCorVers_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adCrootFnam_

SgAgvDatumDescriptor SgAgvDriver::adCrootFnam_
protected

Definition at line 189 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adCtiCflg_

SgAgvDatumDescriptor SgAgvDriver::adCtiCflg_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCtiMess_

SgAgvDatumDescriptor SgAgvDriver::adCtiMess_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adCtSite1_

SgAgvDatumDescriptor SgAgvDriver::adCtSite1_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDaTyp_

SgAgvDatumDescriptor SgAgvDriver::adDaTyp_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDelayFlag_

SgAgvDatumDescriptor SgAgvDriver::adDelayFlag_
protected

Definition at line 193 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDelRate_

SgAgvDatumDescriptor SgAgvDriver::adDelRate_
protected

Definition at line 185 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDeltaEpo_

SgAgvDatumDescriptor SgAgvDriver::adDeltaEpo_
protected

Definition at line 202 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDelWcen_

SgAgvDatumDescriptor SgAgvDriver::adDelWcen_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDelWwdt_

SgAgvDatumDescriptor SgAgvDriver::adDelWwdt_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDerDel_

SgAgvDatumDescriptor SgAgvDriver::adDerDel_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDerRat_

SgAgvDatumDescriptor SgAgvDriver::adDerRat_
protected

Definition at line 254 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDgClEst_

SgAgvDatumDescriptor SgAgvDriver::adDgClEst_
protected

Definition at line 255 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adDiscard_

SgAgvDatumDescriptor SgAgvDriver::adDiscard_
protected

Definition at line 202 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDtec_

SgAgvDatumDescriptor SgAgvDriver::adDtec_
protected

Definition at line 207 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adDtecSig_

SgAgvDatumDescriptor SgAgvDriver::adDtecSig_
protected

Definition at line 207 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adEarthCe_

SgAgvDatumDescriptor SgAgvDriver::adEarthCe_
protected

Definition at line 217 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adEccCoord_

SgAgvDatumDescriptor SgAgvDriver::adEccCoord_
protected

Definition at line 236 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adEccNames_

SgAgvDatumDescriptor SgAgvDriver::adEccNames_
protected

Definition at line 236 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adEccTypes_

SgAgvDatumDescriptor SgAgvDriver::adEccTypes_
protected

Definition at line 236 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adEditSts_

SgAgvDatumDescriptor SgAgvDriver::adEditSts_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adEffDura_

SgAgvDatumDescriptor SgAgvDriver::adEffDura_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adEffFreq_

SgAgvDatumDescriptor SgAgvDriver::adEffFreq_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adEffFrew_

SgAgvDatumDescriptor SgAgvDriver::adEffFrew_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adElev_

SgAgvDatumDescriptor SgAgvDriver::adElev_
protected

Definition at line 251 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adElTheo_

SgAgvDatumDescriptor SgAgvDriver::adElTheo_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adEopCns_

SgAgvDatumDescriptor SgAgvDriver::adEopCns_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adEopEst_

SgAgvDatumDescriptor SgAgvDriver::adEopEst_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adEopTab_

SgAgvDatumDescriptor SgAgvDriver::adEopTab_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adErrorBl_

SgAgvDatumDescriptor SgAgvDriver::adErrorBl_
protected

Definition at line 195 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adErrorK_

SgAgvDatumDescriptor SgAgvDriver::adErrorK_
protected

Definition at line 195 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adErrRate1_

SgAgvDatumDescriptor SgAgvDriver::adErrRate1_
protected

Definition at line 241 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adErrRate2_

SgAgvDatumDescriptor SgAgvDriver::adErrRate2_
protected

Definition at line 241 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adErrRate_

SgAgvDatumDescriptor* SgAgvDriver::adErrRate_
protected

Definition at line 279 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adEtdCflg_

SgAgvDatumDescriptor SgAgvDriver::adEtdCflg_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adEtdCont_

SgAgvDatumDescriptor SgAgvDriver::adEtdCont_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adEtdData_

SgAgvDatumDescriptor SgAgvDriver::adEtdData_
protected

Definition at line 226 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adEtdMess_

SgAgvDatumDescriptor SgAgvDriver::adEtdMess_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adExpCode_

SgAgvDatumDescriptor SgAgvDriver::adExpCode_
protected

Definition at line 180 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adExpDesc_

SgAgvDatumDescriptor SgAgvDriver::adExpDesc_
protected

Definition at line 180 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adExpName_

SgAgvDatumDescriptor SgAgvDriver::adExpName_
protected

Definition at line 181 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adExpSerNo_

SgAgvDatumDescriptor SgAgvDriver::adExpSerNo_
protected

Definition at line 182 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFalseDet_

SgAgvDatumDescriptor SgAgvDriver::adFalseDet_
protected

Definition at line 204 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFeedCor_

SgAgvDatumDescriptor SgAgvDriver::adFeedCor_
protected

Definition at line 214 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFlybyFlg_

SgAgvDatumDescriptor SgAgvDriver::adFlybyFlg_
protected

Definition at line 197 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adFlyCalNam_

SgAgvDatumDescriptor SgAgvDriver::adFlyCalNam_
protected

Definition at line 198 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFourfCmd_

SgAgvDatumDescriptor SgAgvDriver::adFourfCmd_
protected

Definition at line 190 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFourfCtrl_

SgAgvDatumDescriptor SgAgvDriver::adFourfCtrl_
protected

Definition at line 190 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFourfErr_

SgAgvDatumDescriptor SgAgvDriver::adFourfErr_
protected

Definition at line 199 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFourfFile_

SgAgvDatumDescriptor SgAgvDriver::adFourfFile_
protected

Definition at line 199 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFourFtVer_

SgAgvDatumDescriptor SgAgvDriver::adFourFtVer_
protected

Definition at line 200 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFourUtc_

SgAgvDatumDescriptor SgAgvDriver::adFourUtc_
protected

Definition at line 200 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFrnAmpl_

SgAgvDatumDescriptor SgAgvDriver::adFrnAmpl_
protected

Definition at line 249 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adFrtOffs_

SgAgvDatumDescriptor SgAgvDriver::adFrtOffs_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adFrTypFit_

SgAgvDatumDescriptor SgAgvDriver::adFrTypFit_
protected

Definition at line 249 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adFScanName_

SgAgvDatumDescriptor SgAgvDriver::adFScanName_
protected

Definition at line 189 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adFut1Inf_

SgAgvDatumDescriptor SgAgvDriver::adFut1Inf_
protected

Definition at line 237 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFut1Pts_

SgAgvDatumDescriptor SgAgvDriver::adFut1Pts_
protected

Definition at line 238 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFut1Text_

SgAgvDatumDescriptor SgAgvDriver::adFut1Text_
protected

Definition at line 238 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFwobInf_

SgAgvDatumDescriptor SgAgvDriver::adFwobInf_
protected

Definition at line 237 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFwobText_

SgAgvDatumDescriptor SgAgvDriver::adFwobText_
protected

Definition at line 238 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adFwobXnYt_

SgAgvDatumDescriptor SgAgvDriver::adFwobXnYt_
protected

Definition at line 238 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adGcMbDel_

SgAgvDatumDescriptor SgAgvDriver::adGcMbDel_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGcPhase_

SgAgvDatumDescriptor SgAgvDriver::adGcPhase_
protected

Definition at line 204 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGcPhsRes_

SgAgvDatumDescriptor SgAgvDriver::adGcPhsRes_
protected

Definition at line 204 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGcRate_

SgAgvDatumDescriptor SgAgvDriver::adGcRate_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGcSbDel_

SgAgvDatumDescriptor SgAgvDriver::adGcSbDel_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGrDelAmbg_

SgAgvDatumDescriptor SgAgvDriver::adGrDelAmbg_
protected

Definition at line 185 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGrDelErr_

SgAgvDatumDescriptor SgAgvDriver::adGrDelErr_
protected

Definition at line 185 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGrDelIonE_

SgAgvDatumDescriptor SgAgvDriver::adGrDelIonE_
protected

Definition at line 186 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initEssentialVars().

◆ adGrDelIonV_

SgAgvDatumDescriptor SgAgvDriver::adGrDelIonV_
protected

Definition at line 185 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initEssentialVars().

◆ adGrDelVal_

SgAgvDatumDescriptor SgAgvDriver::adGrDelVal_
protected

Definition at line 185 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adGrRate_

SgAgvDatumDescriptor SgAgvDriver::adGrRate_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adGrRatErr_

SgAgvDatumDescriptor SgAgvDriver::adGrRatErr_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adGrResid_

SgAgvDatumDescriptor SgAgvDriver::adGrResid_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adHopsVer_

SgAgvDatumDescriptor SgAgvDriver::adHopsVer_
protected

Definition at line 199 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adIdelay_

SgAgvDatumDescriptor SgAgvDriver::adIdelay_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adIncohAmp2_

SgAgvDatumDescriptor SgAgvDriver::adIncohAmp2_
protected

Definition at line 204 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adIncohAmp_

SgAgvDatumDescriptor SgAgvDriver::adIncohAmp_
protected

Definition at line 204 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adIndChn1_

SgAgvDatumDescriptor SgAgvDriver::adIndChn1_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adIndChn2_

SgAgvDatumDescriptor SgAgvDriver::adIndChn2_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adIndChn_

SgAgvDatumDescriptor* SgAgvDriver::adIndChn_
protected

Definition at line 281 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), and allocateFuzzyDescriptors().

◆ adIndexNum_

SgAgvDatumDescriptor* SgAgvDriver::adIndexNum_
protected

Definition at line 275 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adInterval4_

SgAgvDatumDescriptor SgAgvDriver::adInterval4_
protected

Definition at line 189 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adIonCorr_

SgAgvDatumDescriptor SgAgvDriver::adIonCorr_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adIonDtFlg_

SgAgvDatumDescriptor SgAgvDriver::adIonDtFlg_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), and initEssentialVars().

◆ adIonoBits_

SgAgvDatumDescriptor SgAgvDriver::adIonoBits_
protected

Definition at line 193 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), and initEssentialVars().

◆ adIonRms_

SgAgvDatumDescriptor SgAgvDriver::adIonRms_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adLoFreq1_

SgAgvDatumDescriptor SgAgvDriver::adLoFreq1_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adLoFreq2_

SgAgvDatumDescriptor SgAgvDriver::adLoFreq2_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adLoRfFreq_

SgAgvDatumDescriptor* SgAgvDriver::adLoRfFreq_
protected

Definition at line 282 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adMeanCabl_

SgAgvDatumDescriptor SgAgvDriver::adMeanCabl_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adMeteOnTp_

SgAgvDatumDescriptor SgAgvDriver::adMeteOnTp_
protected

Definition at line 208 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adMeteOnTx_

SgAgvDatumDescriptor SgAgvDriver::adMeteOnTx_
protected

Definition at line 208 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adMjdEop_

SgAgvDatumDescriptor SgAgvDriver::adMjdEop_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adMjdObs_

SgAgvDatumDescriptor SgAgvDriver::adMjdObs_
protected

Definition at line 183 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adMk3DbName_

SgAgvDatumDescriptor SgAgvDriver::adMk3DbName_
protected

Definition at line 181 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adMunData_

SgAgvDatumDescriptor SgAgvDriver::adMunData_
protected

Definition at line 217 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNaprEop_

SgAgvDatumDescriptor SgAgvDriver::adNaprEop_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNcalib_

SgAgvDatumDescriptor SgAgvDriver::adNcalib_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNdryCont_

SgAgvDatumDescriptor SgAgvDriver::adNdryCont_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adNdryPart_

SgAgvDatumDescriptor SgAgvDriver::adNdryPart_
protected

Definition at line 223 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adNgradPar_

SgAgvDatumDescriptor SgAgvDriver::adNgradPar_
protected

Definition at line 222 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adNobsSta_

SgAgvDatumDescriptor SgAgvDriver::adNobsSta_
protected

◆ adNoiseRms_

SgAgvDatumDescriptor SgAgvDriver::adNoiseRms_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNPhAmb_

SgAgvDatumDescriptor SgAgvDriver::adNPhAmb_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNSampls1_

SgAgvDatumDescriptor SgAgvDriver::adNSampls1_
protected

Definition at line 243 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNSampls2_

SgAgvDatumDescriptor SgAgvDriver::adNSampls2_
protected

Definition at line 243 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumAp1_

SgAgvDatumDescriptor SgAgvDriver::adNumAp1_
protected

Definition at line 240 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumAp2_

SgAgvDatumDescriptor SgAgvDriver::adNumAp2_
protected

Definition at line 240 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumAvaBnd_

SgAgvDatumDescriptor SgAgvDriver::adNumAvaBnd_
protected

Definition at line 183 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adNumBands_

SgAgvDatumDescriptor SgAgvDriver::adNumBands_
protected

Definition at line 182 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adNumbObs_

SgAgvDatumDescriptor SgAgvDriver::adNumbObs_
protected

◆ adNumbSca_

SgAgvDatumDescriptor SgAgvDriver::adNumbSca_
protected

◆ adNumbSta_

SgAgvDatumDescriptor SgAgvDriver::adNumbSta_
protected

◆ adNumChnBnd_

SgAgvDatumDescriptor SgAgvDriver::adNumChnBnd_
protected

Definition at line 183 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adNumChnTot_

SgAgvDatumDescriptor SgAgvDriver::adNumChnTot_
protected

Definition at line 183 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adNumClRf_

SgAgvDatumDescriptor SgAgvDriver::adNumClRf_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumGrAmbg_

SgAgvDatumDescriptor SgAgvDriver::adNumGrAmbg_
protected

Definition at line 194 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNumLags_

SgAgvDatumDescriptor SgAgvDriver::adNumLags_
protected

Definition at line 189 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNumOfAp_

SgAgvDatumDescriptor* SgAgvDriver::adNumOfAp_
protected

Definition at line 274 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adNumSam1_

SgAgvDatumDescriptor SgAgvDriver::adNumSam1_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumSam2_

SgAgvDatumDescriptor SgAgvDriver::adNumSam2_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNumSmpls_

SgAgvDatumDescriptor* SgAgvDriver::adNumSmpls_
protected

Definition at line 283 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adNumSrc_

SgAgvDatumDescriptor SgAgvDriver::adNumSrc_
protected

Definition at line 182 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adNusedChnl_

SgAgvDatumDescriptor SgAgvDriver::adNusedChnl_
protected

Definition at line 191 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNut06Xyp_

SgAgvDatumDescriptor SgAgvDriver::adNut06Xyp_
protected

Definition at line 215 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNut06xys_

SgAgvDatumDescriptor SgAgvDriver::adNut06xys_
protected

Definition at line 218 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNut2006a_

SgAgvDatumDescriptor SgAgvDriver::adNut2006a_
protected

Definition at line 218 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNutCflg_

SgAgvDatumDescriptor SgAgvDriver::adNutCflg_
protected

Definition at line 229 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adNutDer_

SgAgvDatumDescriptor SgAgvDriver::adNutDer_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adNutMess_

SgAgvDatumDescriptor SgAgvDriver::adNutMess_
protected

Definition at line 229 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adNutWahr_

SgAgvDatumDescriptor SgAgvDriver::adNutWahr_
protected

Definition at line 218 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adNwetCont_

SgAgvDatumDescriptor SgAgvDriver::adNwetCont_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adNwetPart_

SgAgvDatumDescriptor SgAgvDriver::adNwetPart_
protected

Definition at line 223 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adObsCalFlg_

SgAgvDatumDescriptor SgAgvDriver::adObsCalFlg_
protected

Definition at line 197 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adObsCalNam_

SgAgvDatumDescriptor SgAgvDriver::adObsCalNam_
protected

Definition at line 197 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), and initEssentialVars().

◆ adObsTab_

SgAgvDatumDescriptor SgAgvDriver::adObsTab_
protected

◆ adOceCflg_

SgAgvDatumDescriptor SgAgvDriver::adOceCflg_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adOceCont_

SgAgvDatumDescriptor SgAgvDriver::adOceCont_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adOceDeld_

SgAgvDatumDescriptor SgAgvDriver::adOceDeld_
protected

Definition at line 222 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adOceHorz_

SgAgvDatumDescriptor SgAgvDriver::adOceHorz_
protected

Definition at line 222 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adOceMess_

SgAgvDatumDescriptor SgAgvDriver::adOceMess_
protected

Definition at line 230 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adOceOld_

SgAgvDatumDescriptor SgAgvDriver::adOceOld_
protected

Definition at line 211 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adOceStat_

SgAgvDatumDescriptor SgAgvDriver::adOceStat_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adOceVert_

SgAgvDatumDescriptor SgAgvDriver::adOceVert_
protected

Definition at line 221 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adOPTLCoef_

SgAgvDatumDescriptor SgAgvDriver::adOPTLCoef_
protected

Definition at line 233 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adOptlCont_

SgAgvDatumDescriptor SgAgvDriver::adOptlCont_
protected

Definition at line 212 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPanMess_

SgAgvDatumDescriptor SgAgvDriver::adPanMess_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adParangle_

SgAgvDatumDescriptor SgAgvDriver::adParangle_
protected

Definition at line 222 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adPCalCm1_

SgAgvDatumDescriptor SgAgvDriver::adPCalCm1_
protected

Definition at line 247 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPCalCm2_

SgAgvDatumDescriptor SgAgvDriver::adPCalCm2_
protected

Definition at line 247 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPCalFr1_

SgAgvDatumDescriptor SgAgvDriver::adPCalFr1_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPCalFr2_

SgAgvDatumDescriptor SgAgvDriver::adPCalFr2_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPepMess_

SgAgvDatumDescriptor SgAgvDriver::adPepMess_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPhaseFlag_

SgAgvDatumDescriptor SgAgvDriver::adPhaseFlag_
protected

Definition at line 193 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPhCAmp1_

SgAgvDatumDescriptor SgAgvDriver::adPhCAmp1_
protected

Definition at line 244 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhCAmp2_

SgAgvDatumDescriptor SgAgvDriver::adPhCAmp2_
protected

Definition at line 244 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhcAmp_

SgAgvDatumDescriptor* SgAgvDriver::adPhcAmp_
protected

Definition at line 286 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adPhCFrq1_

SgAgvDatumDescriptor SgAgvDriver::adPhCFrq1_
protected

Definition at line 244 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhCFrq2_

SgAgvDatumDescriptor SgAgvDriver::adPhCFrq2_
protected

Definition at line 244 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhcFrq_

SgAgvDatumDescriptor* SgAgvDriver::adPhcFrq_
protected

Definition at line 285 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adPhCOff1_

SgAgvDatumDescriptor SgAgvDriver::adPhCOff1_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhCOff2_

SgAgvDatumDescriptor SgAgvDriver::adPhCOff2_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhcOff_

SgAgvDatumDescriptor* SgAgvDriver::adPhcOff_
protected

Definition at line 288 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adPhCPhs1_

SgAgvDatumDescriptor SgAgvDriver::adPhCPhs1_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhCPhs2_

SgAgvDatumDescriptor SgAgvDriver::adPhCPhs2_
protected

Definition at line 245 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhcPhs_

SgAgvDatumDescriptor* SgAgvDriver::adPhcPhs_
protected

Definition at line 287 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adPhcRate_

SgAgvDatumDescriptor SgAgvDriver::adPhcRate_
protected

Definition at line 207 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), and initEssentialVars().

◆ adPhDelErr_

SgAgvDatumDescriptor SgAgvDriver::adPhDelErr_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPhRatErr_

SgAgvDatumDescriptor SgAgvDriver::adPhRatErr_
protected

Definition at line 186 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPhRatIonE_

SgAgvDatumDescriptor SgAgvDriver::adPhRatIonE_
protected

Definition at line 186 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initEssentialVars().

◆ adPhRatIonV_

SgAgvDatumDescriptor SgAgvDriver::adPhRatIonV_
protected

Definition at line 186 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initEssentialVars().

◆ adPimaCnt_

SgAgvDatumDescriptor SgAgvDriver::adPimaCnt_
protected

Definition at line 249 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adPimaVer_

SgAgvDatumDescriptor SgAgvDriver::adPimaVer_
protected

Definition at line 249 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adPiName_

SgAgvDatumDescriptor SgAgvDriver::adPiName_
protected

Definition at line 181 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPindObs_

SgAgvDatumDescriptor SgAgvDriver::adPindObs_
protected

Definition at line 265 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPlx1pSec_

SgAgvDatumDescriptor SgAgvDriver::adPlx1pSec_
protected

Definition at line 214 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPlxCflg_

SgAgvDatumDescriptor SgAgvDriver::adPlxCflg_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPlxMess_

SgAgvDatumDescriptor SgAgvDriver::adPlxMess_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPlxPart_

SgAgvDatumDescriptor SgAgvDriver::adPlxPart_
protected

Definition at line 216 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPolariz1_

SgAgvDatumDescriptor SgAgvDriver::adPolariz1_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPolariz2_

SgAgvDatumDescriptor SgAgvDriver::adPolariz2_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPolariz_

SgAgvDatumDescriptor SgAgvDriver::adPolariz_
protected

Definition at line 251 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adPolarXy_

SgAgvDatumDescriptor SgAgvDriver::adPolarXy_
protected

Definition at line 220 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPolarz_

SgAgvDatumDescriptor* SgAgvDriver::adPolarz_
protected

Definition at line 277 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adPreData_

SgAgvDatumDescriptor SgAgvDriver::adPreData_
protected

Definition at line 226 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPtdCflg_

SgAgvDatumDescriptor SgAgvDriver::adPtdCflg_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPtdCont_

SgAgvDatumDescriptor SgAgvDriver::adPtdCont_
protected

Definition at line 212 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPtdMess_

SgAgvDatumDescriptor SgAgvDriver::adPtdMess_
protected

Definition at line 228 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adPtdXyPar_

SgAgvDatumDescriptor SgAgvDriver::adPtdXyPar_
protected

Definition at line 216 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adPtoLdCon_

SgAgvDatumDescriptor SgAgvDriver::adPtoLdCon_
protected

Definition at line 212 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adQbFactor_

SgAgvDatumDescriptor SgAgvDriver::adQbFactor_
protected

Definition at line 202 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adQualCodes_

SgAgvDatumDescriptor SgAgvDriver::adQualCodes_
protected

Definition at line 182 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adRateCen_

SgAgvDatumDescriptor SgAgvDriver::adRateCen_
protected

Definition at line 262 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRateFlag_

SgAgvDatumDescriptor SgAgvDriver::adRateFlag_
protected

Definition at line 193 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adRateWdt_

SgAgvDatumDescriptor SgAgvDriver::adRateWdt_
protected

Definition at line 262 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRecMode_

SgAgvDatumDescriptor SgAgvDriver::adRecMode_
protected

Definition at line 181 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adRefClocks_

SgAgvDatumDescriptor SgAgvDriver::adRefClocks_
protected

Definition at line 195 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adRefFreq_

SgAgvDatumDescriptor SgAgvDriver::adRefFreq_
protected

Definition at line 186 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adRelCflg_

SgAgvDatumDescriptor SgAgvDriver::adRelCflg_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adRelData_

SgAgvDatumDescriptor SgAgvDriver::adRelData_
protected

Definition at line 226 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adRelHumd_

SgAgvDatumDescriptor SgAgvDriver::adRelHumd_
protected

Definition at line 198 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSttnVars(), initEssentialVars(), and initSession().

◆ adResGrDl_

SgAgvDatumDescriptor SgAgvDriver::adResGrDl_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResGrRat_

SgAgvDatumDescriptor SgAgvDriver::adResGrRat_
protected

Definition at line 262 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResMbDel_

SgAgvDatumDescriptor SgAgvDriver::adResMbDel_
protected

Definition at line 262 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResPhas_

SgAgvDatumDescriptor SgAgvDriver::adResPhas_
protected

Definition at line 262 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResPhGc_

SgAgvDatumDescriptor SgAgvDriver::adResPhGc_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResPhRat_

SgAgvDatumDescriptor SgAgvDriver::adResPhRat_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResRate_

SgAgvDatumDescriptor SgAgvDriver::adResRate_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adResSbDel_

SgAgvDatumDescriptor SgAgvDriver::adResSbDel_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRfFreq1_

SgAgvDatumDescriptor SgAgvDriver::adRfFreq1_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRfFreq2_

SgAgvDatumDescriptor SgAgvDriver::adRfFreq2_
protected

Definition at line 242 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRfFreq_

SgAgvDatumDescriptor* SgAgvDriver::adRfFreq_
protected

Definition at line 280 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), allocateFuzzyDescriptors(), and fillBslnVars().

◆ adRtResid_

SgAgvDatumDescriptor SgAgvDriver::adRtResid_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adRwBasNam_

SgAgvDatumDescriptor SgAgvDriver::adRwBasNam_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRwDelVal_

SgAgvDatumDescriptor SgAgvDriver::adRwDelVal_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adRwRatVal_

SgAgvDatumDescriptor SgAgvDriver::adRwRatVal_
protected

Definition at line 256 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adSamplRate_

SgAgvDatumDescriptor SgAgvDriver::adSamplRate_
protected

Definition at line 192 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSbDelErr_

SgAgvDatumDescriptor SgAgvDriver::adSbDelErr_
protected

Definition at line 187 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSbDelVal_

SgAgvDatumDescriptor SgAgvDriver::adSbDelVal_
protected

Definition at line 187 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSbResid_

SgAgvDatumDescriptor SgAgvDriver::adSbResid_
protected

Definition at line 203 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adScanDur_

SgAgvDatumDescriptor SgAgvDriver::adScanDur_
protected

Definition at line 251 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adScanNames_

SgAgvDatumDescriptor SgAgvDriver::adScanNames_
protected

Definition at line 182 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adScanPima_

SgAgvDatumDescriptor SgAgvDriver::adScanPima_
protected

Definition at line 266 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adScanUtc_

SgAgvDatumDescriptor SgAgvDriver::adScanUtc_
protected

Definition at line 200 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSiteNames_

SgAgvDatumDescriptor SgAgvDriver::adSiteNames_
protected

◆ adSiteZens_

SgAgvDatumDescriptor SgAgvDriver::adSiteZens_
protected

Definition at line 233 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitHSOAm_

SgAgvDatumDescriptor SgAgvDriver::adSitHSOAm_
protected

Definition at line 234 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitHSOPh_

SgAgvDatumDescriptor SgAgvDriver::adSitHSOPh_
protected

Definition at line 234 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitHWOAm_

SgAgvDatumDescriptor SgAgvDriver::adSitHWOAm_
protected

Definition at line 234 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitHWOPh_

SgAgvDatumDescriptor SgAgvDriver::adSitHWOPh_
protected

Definition at line 234 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitMess_

SgAgvDatumDescriptor SgAgvDriver::adSitMess_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitOcAmp_

SgAgvDatumDescriptor SgAgvDriver::adSitOcAmp_
protected

Definition at line 234 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitOcPhs_

SgAgvDatumDescriptor SgAgvDriver::adSitOcPhs_
protected

Definition at line 233 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSitPart_

SgAgvDatumDescriptor SgAgvDriver::adSitPart_
protected

Definition at line 216 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSkyFrqChn_

SgAgvDatumDescriptor SgAgvDriver::adSkyFrqChn_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), initEssentialVars(), and initSession().

◆ adSnr_

SgAgvDatumDescriptor SgAgvDriver::adSnr_
protected

Definition at line 187 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSoCoCns_

SgAgvDatumDescriptor SgAgvDriver::adSoCoCns_
protected

Definition at line 257 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adSoCoEst_

SgAgvDatumDescriptor SgAgvDriver::adSoCoEst_
protected

Definition at line 257 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adSouUse_

SgAgvDatumDescriptor SgAgvDriver::adSouUse_
protected

Definition at line 257 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adSpChWdt_

SgAgvDatumDescriptor SgAgvDriver::adSpChWdt_
protected

Definition at line 263 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adSrcApRef_

SgAgvDatumDescriptor SgAgvDriver::adSrcApRef_
protected

Definition at line 209 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSrcCoord_

SgAgvDatumDescriptor SgAgvDriver::adSrcCoord_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSrchPar_

SgAgvDatumDescriptor SgAgvDriver::adSrchPar_
protected

Definition at line 206 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSrcIdx_

SgAgvDatumDescriptor SgAgvDriver::adSrcIdx_
protected

Definition at line 183 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adSrcName_

SgAgvDatumDescriptor SgAgvDriver::adSrcName_
protected

Definition at line 181 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSrcStatus_

SgAgvDatumDescriptor SgAgvDriver::adSrcStatus_
protected

Definition at line 195 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adSrtOffs_

SgAgvDatumDescriptor SgAgvDriver::adSrtOffs_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adStaClRf_

SgAgvDatumDescriptor SgAgvDriver::adStaClRf_
protected

Definition at line 251 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and initSession().

◆ adStarElev_

SgAgvDatumDescriptor SgAgvDriver::adStarElev_
protected

Definition at line 206 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adStartSec_

SgAgvDatumDescriptor SgAgvDriver::adStartSec_
protected

Definition at line 202 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adStaUse_

SgAgvDatumDescriptor SgAgvDriver::adStaUse_
protected

Definition at line 257 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adStepEop_

SgAgvDatumDescriptor SgAgvDriver::adStepEop_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adStnCalFlg_

SgAgvDatumDescriptor SgAgvDriver::adStnCalFlg_
protected

Definition at line 197 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adStnCalNam_

SgAgvDatumDescriptor SgAgvDriver::adStnCalNam_
protected

Definition at line 197 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adStnCoord_

SgAgvDatumDescriptor SgAgvDriver::adStnCoord_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adStnIdx_

SgAgvDatumDescriptor SgAgvDriver::adStnIdx_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), and initEssentialVars().

◆ adStopOffst_

SgAgvDatumDescriptor SgAgvDriver::adStopOffst_
protected

Definition at line 199 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adStopSec_

SgAgvDatumDescriptor SgAgvDriver::adStopSec_
protected

Definition at line 202 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adStPsCns_

SgAgvDatumDescriptor SgAgvDriver::adStPsCns_
protected

Definition at line 257 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adStPsEst_

SgAgvDatumDescriptor SgAgvDriver::adStPsEst_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adStrCflg_

SgAgvDatumDescriptor SgAgvDriver::adStrCflg_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adStrMess_

SgAgvDatumDescriptor SgAgvDriver::adStrMess_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adStrPart_

SgAgvDatumDescriptor SgAgvDriver::adStrPart_
protected

Definition at line 216 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adStrtOffst_

SgAgvDatumDescriptor SgAgvDriver::adStrtOffst_
protected

Definition at line 199 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSun2cont_

SgAgvDatumDescriptor SgAgvDriver::adSun2cont_
protected

Definition at line 214 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSunCont_

SgAgvDatumDescriptor SgAgvDriver::adSunCont_
protected

Definition at line 214 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSunData_

SgAgvDatumDescriptor SgAgvDriver::adSunData_
protected

Definition at line 217 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adSupMet_

SgAgvDatumDescriptor SgAgvDriver::adSupMet_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTaiEop_

SgAgvDatumDescriptor SgAgvDriver::adTaiEop_
protected

Definition at line 260 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTapQcode_

SgAgvDatumDescriptor SgAgvDriver::adTapQcode_
protected

Definition at line 201 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adTecSts_

SgAgvDatumDescriptor SgAgvDriver::adTecSts_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTectPlNm_

SgAgvDatumDescriptor SgAgvDriver::adTectPlNm_
protected

Definition at line 209 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adTheMess_

SgAgvDatumDescriptor SgAgvDriver::adTheMess_
protected

Definition at line 231 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adThGrDel_

SgAgvDatumDescriptor SgAgvDriver::adThGrDel_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adThPhDel_

SgAgvDatumDescriptor SgAgvDriver::adThPhDel_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adThPhRat_

SgAgvDatumDescriptor SgAgvDriver::adThPhRat_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adThProg_

SgAgvDatumDescriptor SgAgvDriver::adThProg_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adThRuDat_

SgAgvDatumDescriptor SgAgvDriver::adThRuDat_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTidalUt1_

SgAgvDatumDescriptor SgAgvDriver::adTidalUt1_
protected

Definition at line 225 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adTilIntr_

SgAgvDatumDescriptor SgAgvDriver::adTilIntr_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTiltRmvr_

SgAgvDatumDescriptor SgAgvDriver::adTiltRmvr_
protected

Definition at line 212 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adTlOfCns_

SgAgvDatumDescriptor SgAgvDriver::adTlOfCns_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTlRtCns_

SgAgvDatumDescriptor SgAgvDriver::adTlRtCns_
protected

Definition at line 258 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTotPhase_

SgAgvDatumDescriptor SgAgvDriver::adTotPhase_
protected

Definition at line 187 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adTsys1_

SgAgvDatumDescriptor SgAgvDriver::adTsys1_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adTsys2_

SgAgvDatumDescriptor SgAgvDriver::adTsys2_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUAcSup_

SgAgvDatumDescriptor SgAgvDriver::adUAcSup_
protected

Definition at line 193 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), and initEssentialVars().

◆ adUnPhaseCl_

SgAgvDatumDescriptor SgAgvDriver::adUnPhaseCl_
protected

Definition at line 190 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUrVr_

SgAgvDatumDescriptor SgAgvDriver::adUrVr_
protected

Definition at line 205 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUserRec_

SgAgvDatumDescriptor SgAgvDriver::adUserRec_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUserSup_

SgAgvDatumDescriptor SgAgvDriver::adUserSup_
protected

Definition at line 259 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUt1_tai_

SgAgvDatumDescriptor SgAgvDriver::adUt1_tai_
protected

Definition at line 220 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUt1Cflg_

SgAgvDatumDescriptor SgAgvDriver::adUt1Cflg_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adUt1Epoch_

SgAgvDatumDescriptor SgAgvDriver::adUt1Epoch_
protected

Definition at line 233 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adUt1Intrp_

SgAgvDatumDescriptor SgAgvDriver::adUt1Intrp_
protected

Definition at line 237 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adUt1Libra_

SgAgvDatumDescriptor SgAgvDriver::adUt1Libra_
protected

Definition at line 213 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUt1Mess_

SgAgvDatumDescriptor SgAgvDriver::adUt1Mess_
protected

Definition at line 237 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adUt1Ortho_

SgAgvDatumDescriptor SgAgvDriver::adUt1Ortho_
protected

Definition at line 212 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUt1Part_

SgAgvDatumDescriptor SgAgvDriver::adUt1Part_
protected

Definition at line 215 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUtcMtag_

SgAgvDatumDescriptor SgAgvDriver::adUtcMtag_
protected

Definition at line 200 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUtcMtai_

SgAgvDatumDescriptor SgAgvDriver::adUtcMtai_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adUtcObs_

SgAgvDatumDescriptor SgAgvDriver::adUtcObs_
protected

Definition at line 184 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillScanVars(), initEssentialVars(), and initSession().

◆ adUvChn1_

SgAgvDatumDescriptor SgAgvDriver::adUvChn1_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUvChn2_

SgAgvDatumDescriptor SgAgvDriver::adUvChn2_
protected

Definition at line 246 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUvCoord_

SgAgvDatumDescriptor SgAgvDriver::adUvCoord_
protected

Definition at line 261 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adUvf_Asec_

SgAgvDatumDescriptor SgAgvDriver::adUvf_Asec_
protected

Definition at line 190 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adUvStaOrd_

SgAgvDatumDescriptor SgAgvDriver::adUvStaOrd_
protected

Definition at line 264 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver().

◆ adWobCflg_

SgAgvDatumDescriptor SgAgvDriver::adWobCflg_
protected

Definition at line 232 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adWobEpoch_

SgAgvDatumDescriptor SgAgvDriver::adWobEpoch_
protected

Definition at line 233 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adWobIntrp_

SgAgvDatumDescriptor SgAgvDriver::adWobIntrp_
protected

Definition at line 238 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adWobLibra_

SgAgvDatumDescriptor SgAgvDriver::adWobLibra_
protected

Definition at line 213 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adWobMess_

SgAgvDatumDescriptor SgAgvDriver::adWobMess_
protected

Definition at line 237 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillSessVars(), initEssentialVars(), and initSession().

◆ adWobOrtho_

SgAgvDatumDescriptor SgAgvDriver::adWobOrtho_
protected

Definition at line 213 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adWobPart_

SgAgvDatumDescriptor SgAgvDriver::adWobPart_
protected

Definition at line 215 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adWobXcont_

SgAgvDatumDescriptor SgAgvDriver::adWobXcont_
protected

Definition at line 213 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adWobYcont_

SgAgvDatumDescriptor SgAgvDriver::adWobYcont_
protected

Definition at line 213 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ adZdelay_

SgAgvDatumDescriptor SgAgvDriver::adZdelay_
protected

Definition at line 206 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillBslnVars(), initEssentialVars(), and initSession().

◆ bndIdxByKey_

QMap<QString, int> SgAgvDriver::bndIdxByKey_
protected

Definition at line 144 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillBslnVars(), and fillDataStructures().

◆ c1Data_

◆ crootFileNames_

QList<QString> SgAgvDriver::crootFileNames_
protected

Definition at line 151 of file SgIoAgvDriver.h.

Referenced by fillDataStructures(), and fillScanVars().

◆ datumByKey_

◆ epochByScanFullName_

QMap<QString, SgMJD> SgAgvDriver::epochByScanFullName_
protected

Definition at line 148 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillDataStructures(), and fillScanVars().

◆ expectedStyle_

AgvContentStyle SgAgvDriver::expectedStyle_
protected

◆ fileName_

QString SgAgvDriver::fileName_
protected

Definition at line 126 of file SgIoAgvDriver.h.

Referenced by exportData(), fileName(), importData(), and initSession().

◆ fuzzyDescriptors_

QList<SgAgvDatumDescriptor*> SgAgvDriver::fuzzyDescriptors_
protected

Definition at line 290 of file SgIoAgvDriver.h.

Referenced by allocateFuzzyDescriptors().

◆ i2Data_

QMap<QString, SgAgvDatum<short int>*> SgAgvDriver::i2Data_
protected

◆ i4Data_

◆ i8Data_

QMap<QString, SgAgvDatum<long int>*> SgAgvDriver::i8Data_
protected

◆ knownKeys_

QList<SgAgvDatumDescriptor*> SgAgvDriver::knownKeys_
protected

Definition at line 161 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), ~SgAgvDriver(), and checkCollectedDescriptors().

◆ mandatoryDatumByKey_

QMap<QString, SgAgvDatumDescriptor*> SgAgvDriver::mandatoryDatumByKey_
protected

◆ maxNumPerStn_

int SgAgvDriver::maxNumPerStn_
protected

◆ numOfBands_

◆ numOfBln_

int SgAgvDriver::numOfBln_
protected

◆ numOfChans2_

int SgAgvDriver::numOfChans2_
protected

Definition at line 137 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), fillDataStructures(), and getNumOfChans2().

◆ numOfChansByBand_

QMap<QString, int> SgAgvDriver::numOfChansByBand_
protected

◆ numOfObs_

◆ numOfObsBySidx_

QMap<int, int> SgAgvDriver::numOfObsBySidx_
protected

Definition at line 139 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillDataStructures(), and getNumOfStnPts().

◆ numOfObsByStn_

QMap<QString, int> SgAgvDriver::numOfObsByStn_
protected

◆ numOfScans_

int SgAgvDriver::numOfScans_
protected

◆ numOfSrc_

int SgAgvDriver::numOfSrc_
protected

◆ numOfStn_

int SgAgvDriver::numOfStn_
protected

◆ numOfStnPts_

int SgAgvDriver::numOfStnPts_
protected

Definition at line 136 of file SgIoAgvDriver.h.

Referenced by SgAgvDriver(), and fillDataStructures().

◆ path2File_

QString SgAgvDriver::path2File_
protected

Definition at line 125 of file SgIoAgvDriver.h.

Referenced by exportData(), and path2File().

◆ r4Data_

QMap<QString, SgAgvDatum<float>*> SgAgvDriver::r4Data_
protected

◆ r8Data_

◆ scanFullNames_

QList<QString> SgAgvDriver::scanFullNames_
protected

Definition at line 150 of file SgIoAgvDriver.h.

Referenced by fillDataStructures(), and fillScanVars().

◆ scanIdxByObsIdx_

QVector<int> SgAgvDriver::scanIdxByObsIdx_
protected

Definition at line 145 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillDataStructures(), and fillMandatoryVars().

◆ scanNames_

QList<QString> SgAgvDriver::scanNames_
protected

Definition at line 149 of file SgIoAgvDriver.h.

Referenced by fillDataStructures(), fillScanVars(), and initSession().

◆ scanSrcNames_

QList<QString> SgAgvDriver::scanSrcNames_
protected

Definition at line 146 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillDataStructures(), and fillScanVars().

◆ session_

◆ srcIdxByKey_

QMap<QString, int> SgAgvDriver::srcIdxByKey_
protected

Definition at line 143 of file SgIoAgvDriver.h.

Referenced by ~SgAgvDriver(), fillDataStructures(), fillScanVars(), and fillSessVars().

◆ startEpoch_

SgMJD SgAgvDriver::startEpoch_
protected

Definition at line 153 of file SgIoAgvDriver.h.

Referenced by exportData(), importData(), and initSession().

◆ stnIdxByKey_

QMap<QString, int> SgAgvDriver::stnIdxByKey_
protected

◆ stnNames_

QList<QString> SgAgvDriver::stnNames_
protected

Definition at line 152 of file SgIoAgvDriver.h.

Referenced by figureOutImplicitDimensions(), fillDataStructures(), and initSession().


The documentation for this class was generated from the following files: